diff --git a/mini-program/src/pages/main/index.vue b/mini-program/src/pages/main/index.vue index dfb67d7..0385875 100644 --- a/mini-program/src/pages/main/index.vue +++ b/mini-program/src/pages/main/index.vue @@ -28,7 +28,7 @@ - + 人生 OS diff --git a/mini-program/src/pages/splash/index.vue b/mini-program/src/pages/splash/index.vue index a1fe874..cd41c4f 100644 --- a/mini-program/src/pages/splash/index.vue +++ b/mini-program/src/pages/splash/index.vue @@ -7,7 +7,7 @@ - + 人生OS LIFE HARMONY v3.1 @@ -52,6 +52,12 @@ onLoad(() => { min-height: 100vh; height: 100vh; background: linear-gradient(180deg, #0F071A 0%, #1A0B2E 50%, #0F071A 100%); + font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; +} + +/* 标题字体 - Cinzel (原型标准) */ +.app-name.font-serif { + font-family: 'Cinzel', 'Inter', serif; } .status-bar-space { diff --git a/mini-program/static/logo.svg b/mini-program/static/logo.svg new file mode 100644 index 0000000..04b973a --- /dev/null +++ b/mini-program/static/logo.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mini-program/vite.config.js b/mini-program/vite.config.js index 5214504..c4551a1 100644 --- a/mini-program/vite.config.js +++ b/mini-program/vite.config.js @@ -36,6 +36,7 @@ export default defineConfig(({ command }) => { : 'dist' return { envDir: __dirname, + publicDir: resolve(__dirname, 'static'), server: { watch: { usePolling: true,