This commit is contained in:
Baobhan Sith
2025-04-24 08:11:49 +08:00
parent 8cacd43bf6
commit b151630622
4 changed files with 13 additions and 3 deletions
+5 -1
View File
@@ -1,6 +1,10 @@
<template>
<div class="flex justify-center items-center min-h-[calc(100vh-150px)] p-8 bg-background">
<div class="bg-dialog text-dialog-text p-8 md:p-12 rounded-lg shadow-lg w-full max-w-md border border-border">
<div class="bg-background text-foreground p-8 md:p-12 rounded-lg shadow-lg w-full max-w-md border border-border"> <!-- Changed bg-dialog to bg-background, text-dialog-text to text-foreground -->
<!-- Logo -->
<div class="flex justify-center mb-6">
<img src="../assets/logo.png" alt="Project Logo" class="h-20 w-auto"> <!-- 增大 logo 高度 -->
</div>
<h2 class="text-center text-2xl font-semibold mb-4 text-foreground">{{ $t('setup.title') }}</h2>
<p class="text-center text-sm text-text-secondary mb-6">
{{ $t('setup.description') }}