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

feat(cook): 支持菜谱数据分片加载与增量更新

- CLI 转换命令新增 --chunk-size 参数,支持将菜谱数据拆分为多个分片文件
- 前端 DB 初始化重构,支持单文件和分片两种模式
- 分片模式下通过 hash 比对实现增量更新,减少重复数据加载
- .gitignore 新增 recipe-meta.json 和 recipe-chunk-*.json 忽略规则
- 升级 vite、vitest 等依赖
This commit is contained in:
YunYouJun
2026-03-28 23:12:23 +08:00
parent 0ee8941115
commit 7b4c1a6029
9 changed files with 484 additions and 309 deletions

View File

@@ -2,7 +2,7 @@ export const appName = '食用手册'
export const appDescription = '好的,今天我们来做菜!'
export const namespace = 'cook'
export const lastDbUpdated = '2026-3-25 02:52:00'
export const lastDbUpdated = '2026-3-26 16:45:17'
export const icp = '苏ICP备17038157号'