From ee4beaa7a061d9b329bbaf8f4b4dd1bc8bba16d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=A0=C3=A7=C2=9Anepiedg?= <你的yunchuansong@163.com> Date: Thu, 19 Mar 2026 01:17:00 +0800 Subject: [PATCH] refactor ui layout for home and stats --- src/pages.json | 2 +- src/pages/index/index.vue | 931 +++++++++++++++++++++----------------- src/pages/stats/index.vue | 39 +- 3 files changed, 531 insertions(+), 441 deletions(-) diff --git a/src/pages.json b/src/pages.json index b3fe435..f26ccfb 100644 --- a/src/pages.json +++ b/src/pages.json @@ -21,7 +21,7 @@ { "path": "pages/stats/index", "style": { - "navigationBarTitleText": "数据统计分析" + "navigationStyle": "custom" } }, { diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index f865fda..797e912 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -1,109 +1,123 @@