From b3ff6f95a1d4728f51b0281d981672c125f590a5 Mon Sep 17 00:00:00 2001 From: Teng <461587751@qq.com> Date: Thu, 20 Feb 2025 17:21:36 +0800 Subject: [PATCH] =?UTF-8?q?2025.2.20=20=E7=AC=AC=E4=BA=8C=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 23 +- pages/index/index.vue | 836 +++++++++++++++++------- pages/login/login.vue | 69 ++ static/index/cardbgc/backdrop3.png | Bin 0 -> 361508 bytes static/index/cardbgc/bgcdark.png | Bin 0 -> 897550 bytes static/index/cardbgc/fircardbgc.png | Bin 0 -> 193924 bytes static/index/cardbgc/leftlight.png | Bin 0 -> 95866 bytes static/index/cardbgc/newbgc.png | Bin 0 -> 359255 bytes static/index/cardbgc/uplight.png | Bin 0 -> 120513 bytes static/index/darkicon/baojieleidark.png | Bin 0 -> 27652 bytes 10 files changed, 676 insertions(+), 252 deletions(-) create mode 100644 pages/login/login.vue create mode 100644 static/index/cardbgc/backdrop3.png create mode 100644 static/index/cardbgc/bgcdark.png create mode 100644 static/index/cardbgc/fircardbgc.png create mode 100644 static/index/cardbgc/leftlight.png create mode 100644 static/index/cardbgc/newbgc.png create mode 100644 static/index/cardbgc/uplight.png create mode 100644 static/index/darkicon/baojieleidark.png diff --git a/pages.json b/pages.json index 3f816ba..ba30321 100644 --- a/pages.json +++ b/pages.json @@ -8,21 +8,16 @@ "orientation": "landscape" // 设置为横屏 } - } - // { - // "path": "pages/index/indexDark", - // "style": { - // "navigationStyle": "custom", - // "orientation": "landscape" // 设置为横屏 - // } + }, + { + "path": "pages/login/login", + "style": { + "navigationStyle": "custom", + "orientation": "landscape" // 设置为横屏 + } - // } - // { - // "path": "pages/login/login", - // "style": { - // "navigationBarTitleText": "注册页" - // } - // } + } + ], "globalStyle": { diff --git a/pages/index/index.vue b/pages/index/index.vue index 15612b5..5d03713 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,7 +1,7 @@