feat(GCG): 页面草创

This commit is contained in:
BTMuli
2023-03-22 15:11:49 +08:00
parent b024323ca0
commit 8c0f555674
5 changed files with 272 additions and 193 deletions

View File

@@ -32,6 +32,11 @@
<img src="../assets/icons/achievements.svg" alt="achievementsIcon" class="sideIcon" />
</template>
</v-list-item>
<v-list-item link href="/GCG" title="GCG">
<template v-slot:prepend>
<img src="../assets/icons/GCG.svg" alt="gcgIcon" class="sideIcon" />
</template>
</v-list-item>
<v-list-item link href="/config" title="设置">
<template v-slot:prepend>
<img src="../assets/icons/setting.svg" alt="setting" class="sideIcon" />