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
This commit is contained in:
@@ -2,7 +2,7 @@ export const appName = '食用手册'
|
||||
export const appDescription = '好的,今天我们来做菜!'
|
||||
|
||||
export const namespace = 'cook'
|
||||
export const lastDbUpdated = '2026-3-26 16:45:17'
|
||||
export const lastDbUpdated = '2026-4-10 11:40:08'
|
||||
|
||||
export const icp = '苏ICP备17038157号'
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
export type { Cookbook } from '@cook/types/cookbook'
|
||||
export type { Cookbook } from '@yunyoujun/cook'
|
||||
|
||||
@@ -1 +1 @@
|
||||
export type { IncompatibleRule } from '@cook/types/incompatible'
|
||||
export type { IncompatibleRule } from '@yunyoujun/cook'
|
||||
|
||||
@@ -1 +1 @@
|
||||
export type { Difficulty, RecipeItem, Recipes, StuffItem } from '@cook/types/recipe'
|
||||
export type { Difficulty, RecipeItem, Recipes, StuffItem } from '@yunyoujun/cook'
|
||||
|
||||
Reference in New Issue
Block a user