YunYouJun
|
76c1fcc69c
|
refactor: pack skill zip to skills/ dir and add gitignore
|
2026-04-13 02:19:53 +08:00 |
|
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
|
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 |
|
Reina
|
b13924da4f
|
feat: Implement warnings for incompatible food combinations (#82)
* feat: 添加食物相克检测功能及相关数据支持
* chore: 修改 .gitignore 设置,并删除 recipe.json 的 git 引用
* style: 格式化 incompatible-foods.ts 文件中的代码,修改缩紧为 2
* fix: 修复导入语句,确保正确使用 Vue 的 ref 和 computed
* refactor: 优化相克检测逻辑,使用 Set 提高性能
* refactor: 移除不必要的 IncompatibleRule 类型定义
* fix: 添加缺失字段检查,确保不完整数据不会被处理
* style: 使用 eslint 优化代码格式
|
2025-09-26 18:36:38 +08:00 |
|
YunYouJun
|
7a52b024dd
|
ci: add vercel tag deplou
|
2024-09-15 17:45:11 +08:00 |
|
YunYouJun
|
203ab27496
|
chore: upgrade deps & fix lint
|
2023-11-05 21:57:05 +08:00 |
|
YunYouJun
|
0dfec1831b
|
refactor: migrate to nuxt
|
2023-07-30 03:08:42 +08:00 |
|
YunYouJun
|
bde15865ca
|
feat: add feedback link
|
2023-02-19 06:07:43 +08:00 |
|
YunYouJun
|
2120e79726
|
chore: import json data and display
|
2022-04-13 23:53:07 +08:00 |
|
YunYouJun
|
86d0fe7bfe
|
feat: can convert csv to json
|
2022-04-13 23:29:42 +08:00 |
|
YunYouJun
|
c355d51874
|
init: basic structure
|
2022-04-13 22:41:22 +08:00 |
|