YunYouJun
6459561957
fix: use StorageSerializers.set + triggerRef for Set reactivity
...
- Use @vueuse/core StorageSerializers.set for proper Set serialization
- Add triggerRef after Set mutations (add/delete/clear) for Vue reactivity
- Mock useStorage in test setup to avoid localStorage state pollution
2026-04-13 01:41:14 +08:00
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
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
12f9b40d56
chore: remove edgeone.json
2026-03-25 03:03:45 +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
198fe53844
feat: add acknowlegements page
2025-11-21 21:52:42 +08:00
YunYouJun
f58489516d
fix: remove useless warning, close #84
2025-11-21 21:10:08 +08:00
YunYouJun
a38bb2adc2
chore: update dependencies and fix dark mode for native platforms
2025-11-21 21:08:48 +08:00
YunYouJun
3c451e86ce
chore: update android gradle versionCode
2025-10-07 20:39:25 +08:00
YunYouJun
5f639b8387
feat: add apps discover tab
2025-10-07 20:29:18 +08:00
YunYouJun
81353e3358
feat: add custom favourite & search
2025-10-07 20:08:49 +08:00
YunYouJun
914502a440
feat: add minimizeApp & router back for android
2025-10-07 18:25:53 +08:00
YunYouJun
8dad7fbbf4
chore: fix nuxt config import
2025-10-07 00:27:14 +08:00
YunYouJun
46bd729ad2
chore: optimize ui & link
2025-10-07 00:23:01 +08:00
YunYouJun
4ae9cffe41
fix: safe-area for top/bottom
2025-10-06 23:16:00 +08:00
YunYouJun
0549ef8115
fix: disable pwa to avoid page refresh
2025-10-06 22:16:17 +08:00
YunYouJun
0c79b3d0a7
feat: sharedComposable for dark mode
2025-10-06 21:37:23 +08:00
YunYouJun
b53d6ae23a
fix: support init dark mode
2025-10-06 21:20:27 +08:00
YunYouJun
442fd27a78
ci: lint add ignore folder
2025-10-06 20:07:55 +08:00
YunYouJun
fe8f21fb5e
feat: add dialog confirm for history
2025-10-06 19:04:33 +08:00
YunYouJun
cf58e820c9
feat: refactor more ui with app
2025-10-06 18:43:58 +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
5045f7f91b
feat: add tauri basic structure
2025-08-17 06:35:52 +08:00
YunYouJun
0ec5a4d51e
test: fix vitest mock gtm api
2025-08-17 04:07:16 +08:00
YunYouJun
6095d97b2a
fix: footer date in edgeone without cloudflare env
2025-08-17 03:28:50 +08:00
YunYouJun
13b6ad6047
refactor: migrate nuxt gtm module to nuxt/scripts
2025-08-17 03:05:00 +08:00
YunYouJun
5e97da4731
chore: upgrade deps & fix lint
2025-01-24 11:27:43 +08:00
George Chen
78fa350ced
feat: use <button> to improve a11y and keyboard navigation experience ( #74 )
2025-01-12 01:35:19 +08:00
YunYouJun
e9b4d3ac38
chore: upgrade deps with nuxt
2024-12-30 02:02:12 +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