feat(cook): 支持菜谱数据分片加载与增量更新
- CLI 转换命令新增 --chunk-size 参数,支持将菜谱数据拆分为多个分片文件 - 前端 DB 初始化重构,支持单文件和分片两种模式 - 分片模式下通过 hash 比对实现增量更新,减少重复数据加载 - .gitignore 新增 recipe-meta.json 和 recipe-chunk-*.json 忽略规则 - 升级 vite、vitest 等依赖
This commit is contained in:
@@ -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号'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user