放在「我的主页」之后,跳 /achievement。以前只有用户主页那张成就卡片能进去, 菜单里没有直达。 图标用 award-medal-4 而不是奖杯:顶栏「排名」已经是 fluent-emoji:trophy, 同一屏两个奖杯容易混。 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NM2SWox3ke1NiVJCgWSvpQ
This commit is contained in:
@@ -199,6 +199,14 @@ const options = computed<Array<DropdownOption | DropdownDividerOption>>(() => [
|
||||
onClick: () => router.push("/user"),
|
||||
},
|
||||
},
|
||||
{
|
||||
label: "我的成就",
|
||||
key: "achievement",
|
||||
icon: renderIcon("streamline-ultimate-color:award-medal-4"),
|
||||
props: {
|
||||
onClick: () => router.push("/achievement"),
|
||||
},
|
||||
},
|
||||
{
|
||||
label: "我的提交",
|
||||
key: "status",
|
||||
|
||||
Reference in New Issue
Block a user