mirror of
https://github.com/keven1024/015.git
synced 2026-06-07 12:54:34 +00:00
Compare commits
2 Commits
0.11.0-rc.
...
0.11.0-rc.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
64a936835c | ||
|
|
b8e4bee050 |
@@ -11,9 +11,9 @@ const enableBg = computed(() => appConfig.value?.site_enable_bg ?? true)
|
||||
<GlobalDrawer />
|
||||
<GlobalDayjs />
|
||||
<Toaster position="top-center" richColors closeButton />
|
||||
<div class="w-full h-full absolute inset-0 z-[-1] bg-linear-to-bl from-primary/40 to-primary">
|
||||
<img v-if="enableBg" class="w-full h-full object-cover" :src="bgUrl" />
|
||||
</div>
|
||||
<p class="absolute inset-0 z-[-1] bg-linear-to-bl from-primary/40 to-primary">
|
||||
<img v-if="enableBg" class="w-full h-full block object-cover" :src="bgUrl" />
|
||||
</p>
|
||||
<div class="h-full w-full flex flex-col items-center lg:p-10 p-5 overflow-y-auto">
|
||||
<Navbar />
|
||||
<slot />
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
"@pinia/nuxt": "^0.11.3",
|
||||
"@tailwindcss/postcss": "^4.3.0",
|
||||
"@tailwindcss/vite": "^4.3.0",
|
||||
"@tanstack/vue-query": "^5.100.13",
|
||||
"@tanstack/vue-query": "^5.100.14",
|
||||
"@tiptap/extension-blockquote": "^3.23.6",
|
||||
"@tiptap/extension-bold": "^3.23.6",
|
||||
"@tiptap/extension-bubble-menu": "^3.23.6",
|
||||
@@ -42,10 +42,10 @@
|
||||
"heic-to": "^1.4.3",
|
||||
"lodash-es": "^4.18.1",
|
||||
"lucide-vue-next": "^0.542.0",
|
||||
"markdown-it": "^14.1.1",
|
||||
"markdown-it": "^14.2.0",
|
||||
"motion-v": "^1.10.3",
|
||||
"nanoid": "^5.1.11",
|
||||
"nuxt": "4.4.2",
|
||||
"nuxt": "4.4.6",
|
||||
"nuxt-lucide-icons": "1.0.5",
|
||||
"pinia": "^3.0.4",
|
||||
"pixi.js": "^8.18.1",
|
||||
|
||||
1322
pnpm-lock.yaml
generated
1322
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user