From a39f1371a3b607095856151a378e6fc626ef200e Mon Sep 17 00:00:00 2001 From: nepiedg Date: Mon, 27 Apr 2026 00:24:43 +0800 Subject: [PATCH] refactor: simplify logs, profile, and stats UI by removing unnecessary headers and enhancing layout responsiveness --- src/pages/logs/index.vue | 80 +++----- src/pages/profile/index.vue | 380 ++++++++++++++++++++++++++++-------- src/pages/stats/index.vue | 129 ++---------- 3 files changed, 339 insertions(+), 250 deletions(-) diff --git a/src/pages/logs/index.vue b/src/pages/logs/index.vue index f60b813..e43153a 100644 --- a/src/pages/logs/index.vue +++ b/src/pages/logs/index.vue @@ -1,18 +1,9 @@