3 Commits

4 changed files with 663 additions and 672 deletions

View File

@@ -5,6 +5,7 @@ WORKDIR /app
FROM front-base AS front-builder
RUN apk add --no-cache gcompat
ENV CI=true
ENV NODE_OPTIONS="--max-old-space-size=4096"
COPY . .
RUN corepack enable pnpm && pnpm i && pnpm --filter=015-front build && pnpm --dir pkg/mail export

View File

@@ -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 />

View File

@@ -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

File diff suppressed because it is too large Load Diff