From 9feb6748a23382593ddde018ad2327d42341dc30 Mon Sep 17 00:00:00 2001 From: Seven Date: Tue, 20 Jan 2026 05:37:33 +0700 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E4=B8=AA=E4=BA=BA?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E4=B8=BA=E4=B8=AA=E4=BA=BA=E8=B5=84=E6=96=99?= =?UTF-8?q?=EF=BC=8C=E8=B0=83=E6=95=B4=E7=9B=B8=E5=85=B3=E5=9B=BE=E6=A0=87?= =?UTF-8?q?=E5=92=8C=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/profile/index.ts | 6 +++--- src/views/settings/index.vue | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/profile/index.ts b/src/views/profile/index.ts index 4aa6919..b2e313b 100644 --- a/src/views/profile/index.ts +++ b/src/views/profile/index.ts @@ -1,4 +1,4 @@ -import { cardOutline, chatbubblesOutline, listOutline, locationOutline, lockClosedOutline, settingsOutline, shieldCheckmarkOutline } from "ionicons/icons"; +import { cardOutline, chatbubblesOutline, listOutline, locationOutline, lockClosedOutline, personCircleOutline, settingsOutline, shieldCheckmarkOutline } from "ionicons/icons"; export const myApps = [ { @@ -31,8 +31,8 @@ export const myApps = [ }, { id: "settings", - name: "个人设置", - icon: settingsOutline, + name: "个人资料", + icon: personCircleOutline, color: "#c32120", path: "/settings", }, diff --git a/src/views/settings/index.vue b/src/views/settings/index.vue index 5f8211f..64d728e 100644 --- a/src/views/settings/index.vue +++ b/src/views/settings/index.vue @@ -10,7 +10,7 @@ const { userProfile } = storeToRefs(userStore); - 个人设置 + 个人资料