From e741f5d5a01ab8519c68fc0c2fa1f284bc251877 Mon Sep 17 00:00:00 2001 From: YunYouJun Date: Sat, 27 Jan 2024 03:25:20 +0800 Subject: [PATCH] chore: upgrade deps --- .vscode/settings.json | 3 +- README.md | 2 - app.config.ts | 5 + components/FAQItem.vue | 2 +- components/RandomRecipe.vue | 2 +- components/RecipePanel.vue | 2 +- components/Switch.vue | 10 +- components/recipe/RecipeTable.vue | 4 +- eslint.config.js | 7 +- layouts/README.md | 6 +- netlify.toml | 16 +- nuxt.config.ts | 9 +- package.json | 77 +- pages/help.vue | 6 - pnpm-lock.yaml | 5846 +++++++++++++++-------------- styles/css-vars.scss | 4 +- styles/index.scss | 12 +- styles/markdown.scss | 2 +- vitest.nuxt.config.ts | 2 +- 19 files changed, 3132 insertions(+), 2885 deletions(-) create mode 100644 app.config.ts diff --git a/.vscode/settings.json b/.vscode/settings.json index 4e02112..b5608d2 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -80,5 +80,6 @@ "json", "jsonc", "yaml" - ] + ], + "typescript.tsdk": "node_modules/typescript/lib" } diff --git a/README.md b/README.md index 50090ae..c2724bf 100644 --- a/README.md +++ b/README.md @@ -73,8 +73,6 @@ docker stop cook 感谢以下小伙伴为本项目提供的数据支持和 QA ! - [Runny](https://weibo.com/runny) -- 山竹太凉 -- leo - 麒麟 - 晴方啾 - 课代表阿伟 diff --git a/app.config.ts b/app.config.ts new file mode 100644 index 0000000..4d101d6 --- /dev/null +++ b/app.config.ts @@ -0,0 +1,5 @@ +export default defineAppConfig({ + theme: { + primaryColor: '#ababab', + }, +}) diff --git a/components/FAQItem.vue b/components/FAQItem.vue index 4ffd446..28d52a6 100644 --- a/components/FAQItem.vue +++ b/components/FAQItem.vue @@ -10,7 +10,7 @@ defineProps<{