Skip to content

Commit

Permalink
fix: curStuff watch & remove useless data
Browse files Browse the repository at this point in the history
  • Loading branch information
YunYouJun committed Nov 6, 2023
1 parent 8ca8c4a commit 69c689d
Show file tree
Hide file tree
Showing 4 changed files with 102 additions and 319 deletions.
17 changes: 16 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
{
"cSpell.words": ["Vitesse", "Vite", "unocss", "vitest", "vueuse", "pinia", "demi", "antfu", "iconify", "intlify", "vitejs", "unplugin", "pnpm"],
"cSpell.words": [
"antfu",
"demi",
"iconify",
"intlify",
"nuxi",
"pinia",
"pnpm",
"unocss",
"unplugin",
"Vite",
"vitejs",
"Vitesse",
"vitest",
"vueuse"
],
"files.associations": {
"*.css": "postcss"
},
Expand Down
1 change: 0 additions & 1 deletion data/recipe.csv
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ BBQ烟熏手撕猪肉,猪肉,BV1DV411x7SH,复杂,,烤,烤箱,
微波炉版照烧鸡腿饭,米、鸡肉、胡萝卜、花菜,BV16Z4y1V774,,,,微波炉,
微波炉版蒸蛋羹,鸡蛋,BV19T4y1D7Zd,,,,微波炉,
微波炉版煮米饭,米,BV193411W7nb,,,,微波炉,
豉油鸡翅,鸡肉,BV1vz4y1d775,普通,茶餐厅,煮,一口大锅,
水煮肉片,猪肉、芹菜、莴笋,BV1ZZ4y1379N,普通,川菜,炒,一口大锅,
脆口黄瓜,黄瓜,BV1Tb4y1X7ow,简单,脆口,凉拌,一口大锅,
白萝卜汤,白萝卜,BV1HJ411L7xA,简单,单一食材,煮,一口大锅,
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
},
"scripts": {
"build": "npm run convert && cross-env VITE_APP_BUILD_TIME=$(date +%s) nuxi build",
"build:static": "npm run convert && cross-env VITE_APP_BUILD_TIME=$(date +%s) nuxi generate",
"convert": "tsx scripts/convert.ts",
"dev": "cross-env VITE_APP_BUILD_TIME=$(date +%s) nuxi dev --host",
"dev:pwa": "VITE_PLUGIN_PWA=true nuxi dev",
Expand Down
Loading

1 comment on commit 69c689d

@vercel
Copy link

@vercel vercel bot commented on 69c689d Nov 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

cook – ./

cook-yunyoujun.vercel.app
cook-today.vercel.app
cook-git-dev-yunyoujun.vercel.app
cook.yunle.app

Please sign in to comment.