feat: 更新个人设置为个人资料,调整相关图标和标题
This commit is contained in:
@@ -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",
|
||||
},
|
||||
|
||||
@@ -10,7 +10,7 @@ const { userProfile } = storeToRefs(userStore);
|
||||
<ion-header class="ion-no-border">
|
||||
<ion-toolbar class="ion-toolbar">
|
||||
<back-button slot="start" />
|
||||
<ion-title>个人设置</ion-title>
|
||||
<ion-title>个人资料</ion-title>
|
||||
</ion-toolbar>
|
||||
</ion-header>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user