- 将 scripts/ 迁移至 packages/cook CLI 工具(飞书 fetch、CSV convert、单元测试) - 新增 packages/types 共享类型包,抽取 app/types 类型定义 - 更新依赖(nuxt 4.4、vite 8、eslint 10.1 等) - 新增 vitest coverage 配置 - 更新文档和配置(CLAUDE.md、.env.example、pnpm-workspace)
13 lines
338 B
TypeScript
13 lines
338 B
TypeScript
export const appName = '食用手册'
|
|
export const appDescription = '好的,今天我们来做菜!'
|
|
|
|
export const namespace = 'cook'
|
|
export const lastDbUpdated = '2026-3-25 02:07:07'
|
|
|
|
export const icp = '苏ICP备17038157号'
|
|
|
|
export * from './acknowledgements'
|
|
export * from './links'
|
|
|
|
export const ionDarkClass = 'ion-palette-dark'
|