From db2d5687b948ca2866d6e4deb612d9e48f760335 Mon Sep 17 00:00:00 2001 From: steve <1050403040@qq.com> Date: Fri, 22 Aug 2025 18:12:01 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=9B=B4=E6=96=B0=20logo=20?= =?UTF-8?q?=E5=9B=BE=E6=A0=87=E5=B9=B6=E8=B0=83=E6=95=B4=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 logo 图标从 logo.png 更改为 xiaoyugan.png -调整了多个组件的布局结构 - 更新了部分样式,如按钮、文本等 --- package-lock.json | 2 +- src/views/Dashboard.vue | 82 +++++++++++++++++----------------- src/views/Home.vue | 86 +++++++++++++++++------------------ src/views/Login.vue | 50 ++++++++++----------- src/views/Register.vue | 14 +++--- src/views/TokenImport.vue | 94 +++++++++++++++++++-------------------- 6 files changed, 164 insertions(+), 164 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7787006..f075fa2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "": { "name": "xyzw-token-manager", "version": "2.0.0", - "license": "MIT", + "license": "CC-BY-NC-SA-4.0", "dependencies": { "@vicons/ionicons5": "^0.12.0", "@vicons/material": "^0.12.0", diff --git a/src/views/Dashboard.vue b/src/views/Dashboard.vue index 7056c71..d290666 100644 --- a/src/views/Dashboard.vue +++ b/src/views/Dashboard.vue @@ -5,13 +5,13 @@