YunYouJun
|
7028efeb5e
|
feat(cook): merge @cook/types into @yunyoujun/cook, add CLI search & skill
- Merge packages/types into packages/cook/src/types
- Add CLI search command with ingredient alias support
- Add build config (unbuild) and GitHub Actions publish workflow
- Add Cook Skill documentation (SKILL.md, README.md)
- Update all imports from @cook/types to @yunyoujun/cook
- Bump @nuxt/test-utils 4.0.0 → 4.0.2, update lastDbUpdated
|
2026-04-12 19:22:54 +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
|
b35c2265d8
|
feat: make tauri app can run
|
2025-09-30 00:52:07 +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
|
41bdc3346f
|
refactor: use nuxt compatiable 4 folder
|
2024-09-15 18:07:50 +08:00 |
|