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

29 Commits

Author SHA1 Message Date
YunYouJun
76c1fcc69c refactor: pack skill zip to skills/ dir and add gitignore 2026-04-13 02:19:53 +08:00
YunYouJun
9ef712d6df feat: add pack-skill script and update cook skill docs 2026-04-13 02:16:41 +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
c5cddd1d9e chore: upgrade deps 2026-03-03 20:26:38 +08:00
YunYouJun
a38bb2adc2 chore: update dependencies and fix dark mode for native platforms 2025-11-21 21:08:48 +08:00
YunYouJun
6075cc4ef2 ci: dynamic import for simple-git 2025-10-07 18:51:48 +08:00
YunYouJun
cf77e12220 chore: compatible for nodejs dirname 2025-10-07 18:29:47 +08:00
YunYouJun
914502a440 feat: add minimizeApp & router back for android 2025-10-07 18:25:53 +08:00
YunYouJun
46bd729ad2 chore: optimize ui & link 2025-10-07 00:23:01 +08:00
YunYouJun
30a92d0eb2 feat: use capicator+ionic to build app 2025-10-01 17:13:01 +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
6095d97b2a fix: footer date in edgeone without cloudflare env 2025-08-17 03:28:50 +08:00
YunYouJun
7fe1f95d9d ci: fix nuxt lint 2024-09-15 18:26:51 +08:00
YunYouJun
86b565dfa9 ci: add lint-staged check 2024-09-15 18:14:52 +08:00
YunYouJun
41bdc3346f refactor: use nuxt compatiable 4 folder 2024-09-15 18:07:50 +08:00
YunYouJun
a419c383a3 ci: fix typecheck & store test 2023-07-30 04:23:47 +08:00
YunYouJun
0dfec1831b refactor: migrate to nuxt 2023-07-30 03:08:42 +08:00
YunYouJun
e137b4bda7 chore: upgrade deps 2023-05-28 01:26:37 +08:00
YunYouJun
f72fd0b3bb refactor: minify recipe.json by remove emojis and get it dynamically 2022-12-19 06:14:03 +08:00
YunYouJun
b8a4ee2c0b chore: fix lint & type 2022-08-08 01:56:04 +08:00
YunYouJun
eb06ad91a7 chore: upgrade to vite@3 & add desc for miniprogram 2022-08-08 01:52:56 +08:00
YunYouJun
34eb9b34e0 refactor: simplify link to bv 2022-06-05 18:30:49 +08:00
YunYouJun
6f2383059b fix: csv data headers format 2022-05-04 00:36:02 +08:00
YunYouJun
8236d1957f chore: update data 2022-04-16 22:37:17 +08:00
YunYouJun
579aa1489f feat: add tool icon for dish 2022-04-16 09:35:16 +08:00
YunYouJun
56ad10ef07 feat: add strict mode 2022-04-14 23:32:24 +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