1
0
mirror of synced 2025-12-08 06:35:03 +08:00
Files
cook/app/constants/index.ts
2025-10-06 18:43:58 +08:00

10 lines
256 B
TypeScript

export const appName = '食用手册'
export const appDescription = '好的,今天我们来做菜!'
export const namespace = 'cook'
export const lastDbUpdated = '2023-11-11 19:51:02'
export const icp = '苏ICP备17038157号'
export * from './links'