1
0
mirror of synced 2026-05-20 17:28:31 +08:00
Commit Graph

290 Commits

Author SHA1 Message Date
YunYouJun
9ef712d6df feat: add pack-skill script and update cook skill docs 2026-04-13 02:16:41 +08:00
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
0ee8941115 chore: update README.md 2026-03-25 03:10:07 +08:00
YunYouJun
12f9b40d56 chore: remove edgeone.json 2026-03-25 03:03:45 +08:00
YunYouJun
00eb99bf97 chore: update edgeone.json 2026-03-25 02:50:34 +08:00
YunYouJun
309a374a7e chore: update edgeone.json 2026-03-25 02:47:58 +08:00
YunYouJun
3c8b8fa96d chore: upgrade node:24 2026-03-25 02:47:07 +08:00
YunYouJun
80aaefb976 chore: release v2.0.0-beta.13 v2.0.0-beta.13 2026-03-25 02:42:49 +08:00
YunYouJun
e64e95d9f5 chore: add docs:build 2026-03-25 02:41:48 +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
0e635421f0 chore: release v2.0.0-beta.12 v2.0.0-beta.12 2025-11-21 21:53:22 +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
6c1ee33a67 chore: release v2.0.0-beta.11 v2.0.0-beta.11 2025-10-07 20:29:39 +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
c1b46b3367 chore: release v2.0.0-beta.10 v2.0.0-beta.10 2025-10-07 18:51:56 +08:00
YunYouJun
6075cc4ef2 ci: dynamic import for simple-git 2025-10-07 18:51:48 +08:00
YunYouJun
e1536859b1 chore: release v2.0.0-beta.9 v2.0.0-beta.9 2025-10-07 18:33:51 +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
ed7542e480 chore: release v2.0.0-beta.8 v2.0.0-beta.8 2025-10-07 00:27:33 +08:00
YunYouJun
8dad7fbbf4 chore: fix nuxt config import 2025-10-07 00:27:14 +08:00
YunYouJun
3f4ef6b3e4 chore: release v2.0.0-beta.7 v2.0.0-beta.7 2025-10-07 00:23:16 +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
f37d95d9df chore: release v2.0.0-beta.6 v2.0.0-beta.6 2025-10-06 21:12:22 +08:00
YunYouJun
845d73e18a chore: release v2.0.0-beta.5 v2.0.0-beta.5 2025-10-06 21:10:11 +08:00
YunYouJun
007b5f6bc6 chore: release v2.0.0-beta.4 v2.0.0-beta.4 2025-10-06 21:08:53 +08:00
YunYouJun
8f91101e8f ci: upgrade actions version 2025-10-06 21:08:47 +08:00
YunYouJun
80e17d6ebf chore: release v2.0.0-beta.3 v2.0.0-beta.3 2025-10-06 21:06:15 +08:00
YunYouJun
c03c75123e ci: add edgeone-pages for release 2025-10-06 21:04:55 +08:00
YunYouJun
d049af7ef2 ci: add edgeone.json config 2025-10-06 20:57:58 +08:00
YunYouJun
593536e3e7 ci: set engines node 2025-10-06 20:45:24 +08:00
YunYouJun
5345b2eb2c ci: add .nvmrc for edgeone ci 2025-10-06 20:42:42 +08:00
YunYouJun
397b16a1f0 ci: use references for new nuxt 2025-10-06 20:33:15 +08:00
YunYouJun
fc6335c03a ci: postinstall for nuxt prepare 2025-10-06 20:20:22 +08:00
YunYouJun
442fd27a78 ci: lint add ignore folder 2025-10-06 20:07:55 +08:00
YunYouJun
f083cad737 ci: add approve-builds 2025-10-06 19:54:14 +08:00
YunYouJun
4aa44836a3 chore: release 2.0.0-beta.1 2025-10-06 19:42:48 +08:00
YunYouJun
4b0f98dc6f feat(app): add android project 2025-10-06 19:41:10 +08:00
YunYouJun
fe8f21fb5e feat: add dialog confirm for history 2025-10-06 19:04:33 +08:00