diff --git a/cspell.config.yaml b/cspell.config.yaml index d632475e8..571781d5a 100644 --- a/cspell.config.yaml +++ b/cspell.config.yaml @@ -37,6 +37,7 @@ words: - hiyori - huggingface - huggingspace + - hyoban - iconify - intlify - kwaa @@ -63,6 +64,7 @@ words: - pixiv - pretrained - rehype + - Shadcn - shiki - shikijs - silero @@ -81,6 +83,5 @@ words: - webgpu - worklet - xsai - - hfup ignoreWords: [] import: [] diff --git a/packages/stage/package.json b/packages/stage/package.json index 1129eb90e..6ed8aa570 100644 --- a/packages/stage/package.json +++ b/packages/stage/package.json @@ -65,6 +65,7 @@ "three": "^0.171.0", "unified": "^11.0.5", "valibot": "1.0.0-beta.9", + "vaul-vue": "^0.2.0", "vue": "^3.5.13", "vue-demi": "^0.14.10", "vue-i18n": "^10.0.5", @@ -90,6 +91,8 @@ "@vueuse/motion": "^2.2.6", "hfup": "workspace:^", "markdown-it-link-attributes": "^4.0.1", + "unocss-preset-animations": "^1.1.0", + "unocss-preset-shadcn": "^0.3.1", "unocss-preset-theme": "^0.14.1", "unplugin-auto-import": "^0.19.0", "unplugin-vue-components": "^0.28.0", diff --git a/packages/stage/src/components/Layouts/Header.vue b/packages/stage/src/components/Layouts/Header.vue index 760d7a799..992402a03 100644 --- a/packages/stage/src/components/Layouts/Header.vue +++ b/packages/stage/src/components/Layouts/Header.vue @@ -3,7 +3,7 @@ import Settings from '../Settings.vue'