1
0
mirror of synced 2026-05-21 01:36:28 +08:00
Files
cook/app/constants/index.ts
2026-03-25 03:03:45 +08:00

13 lines
338 B
TypeScript

export const appName = '食用手册'
export const appDescription = '好的,今天我们来做菜!'
export const namespace = 'cook'
export const lastDbUpdated = '2026-3-25 02:52:00'
export const icp = '苏ICP备17038157号'
export * from './acknowledgements'
export * from './links'
export const ionDarkClass = 'ion-palette-dark'