1
0
mirror of synced 2026-05-21 01:36:28 +08:00
Commit Graph

7 Commits

Author SHA1 Message Date
YunYouJun
7b4c1a6029 feat(cook): 支持菜谱数据分片加载与增量更新
- CLI 转换命令新增 --chunk-size 参数,支持将菜谱数据拆分为多个分片文件
- 前端 DB 初始化重构,支持单文件和分片两种模式
- 分片模式下通过 hash 比对实现增量更新,减少重复数据加载
- .gitignore 新增 recipe-meta.json 和 recipe-chunk-*.json 忽略规则
- 升级 vite、vitest 等依赖
2026-03-28 23:12:23 +08:00
YunYouJun
12f9b40d56 chore: remove edgeone.json 2026-03-25 03:03:45 +08:00
YunYouJun
d3b933cca5 feat: 重构为 monorepo 结构,新增 cook CLI 和 types 共享包
- 将 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)
2026-03-25 02:11:31 +08:00
YunYouJun
198fe53844 feat: add acknowlegements page 2025-11-21 21:52:42 +08:00
YunYouJun
0c79b3d0a7 feat: sharedComposable for dark mode 2025-10-06 21:37:23 +08:00
YunYouJun
cf58e820c9 feat: refactor more ui with app 2025-10-06 18:43:58 +08:00
YunYouJun
41bdc3346f refactor: use nuxt compatiable 4 folder 2024-09-15 18:07:50 +08:00