From 418a304051125d45daaf72d6e1c354b08791a8f6 Mon Sep 17 00:00:00 2001 From: Rhen Cloud Date: Wed, 31 Dec 2025 18:14:12 +0800 Subject: [PATCH] update --- .nvmrc | 1 - .vscode/settings.json | 3 + app/app.vue | 28 +- app/assets/css/main.css | 1 + .../content/{ProseCode.vue => ProseCode1.vue} | 0 .../content/{ProsePre.vue => ProsePre1.vue} | 0 bun.lock | 610 +++++++++++++++++- nuxt.config.ts | 3 +- package.json | 2 + tokens.config.ts | 11 + 10 files changed, 627 insertions(+), 32 deletions(-) delete mode 100644 .nvmrc rename app/components/content/{ProseCode.vue => ProseCode1.vue} (100%) rename app/components/content/{ProsePre.vue => ProsePre1.vue} (100%) create mode 100644 tokens.config.ts diff --git a/.nvmrc b/.nvmrc deleted file mode 100644 index 248216a..0000000 --- a/.nvmrc +++ /dev/null @@ -1 +0,0 @@ -24.12.0 diff --git a/.vscode/settings.json b/.vscode/settings.json index 19b1473..0139cd8 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -23,5 +23,8 @@ "dependi.npm.lockFileEnabled": false, "[vue]": { "editor.defaultFormatter": "esbenp.prettier-vscode" + }, + "[yaml]": { + "editor.defaultFormatter": "redhat.vscode-yaml" } } diff --git a/app/app.vue b/app/app.vue index 24542da..ee66781 100644 --- a/app/app.vue +++ b/app/app.vue @@ -26,23 +26,25 @@ const bgStyle = computed(() =>