|
@@ -111,27 +111,30 @@ const routeGuardAdmin = async (
|
|
|
<v-list-item to="/main/progress" prepend-icon="list">
|
|
|
<v-list-item-title>{{ t("progress") }}</v-list-item-title>
|
|
|
</v-list-item>
|
|
|
- <!-- <v-list-item to="/main/make-article" prepend-icon="article">
|
|
|
- <v-list-item-title>{{ t("article") }}</v-list-item-title>
|
|
|
- </v-list-item> -->
|
|
|
<!-- <v-list-item to="/main/make-image" prepend-icon="image">
|
|
|
<v-list-item-title>圖片優化</v-list-item-title>
|
|
|
</v-list-item> -->
|
|
|
+ <!-- <v-list-item to="/main/make-article" prepend-icon="article">
|
|
|
+ <v-list-item-title>{{ t("article") }}</v-list-item-title>
|
|
|
+ </v-list-item> -->
|
|
|
<!-- <v-list-item to="/main/profile/view" prepend-icon="person">
|
|
|
<v-list-item-title>{{ t("userProfile") }}</v-list-item-title>
|
|
|
</v-list-item> -->
|
|
|
<!-- <v-list-item to="/main/yt-views" prepend-icon="ondemand_video">
|
|
|
- <v-list-item-title>網紅加速器</v-list-item-title>
|
|
|
+ <v-list-item-title>{{ t("ytViews") }}</v-list-item-title>
|
|
|
</v-list-item> -->
|
|
|
+ <v-list-item to="/main/contact" prepend-icon="email">
|
|
|
+ <v-list-item-title>{{ t("contactUs") }}</v-list-item-title>
|
|
|
+ </v-list-item>
|
|
|
<v-list-item to="/main/profile/edit" prepend-icon="edit">
|
|
|
<v-list-item-title>{{ t("editProfile") }}</v-list-item-title>
|
|
|
</v-list-item>
|
|
|
- <v-list-item to="/main/profile/password" prepend-icon="key">
|
|
|
+ <!-- <v-list-item to="/main/profile/password" prepend-icon="key">
|
|
|
<v-list-item-title>{{ t("changePassword") }}</v-list-item-title>
|
|
|
- </v-list-item>
|
|
|
+ </v-list-item> -->
|
|
|
</v-list>
|
|
|
</v-sheet>
|
|
|
- <v-divider></v-divider>
|
|
|
+ <!-- <v-divider></v-divider> -->
|
|
|
<v-sheet class="">
|
|
|
<v-list subheader v-show="hasAdminAccess">
|
|
|
<v-list-subheader
|
|
@@ -238,7 +241,7 @@ const routeGuardAdmin = async (
|
|
|
<v-footer class="pa-3" app>
|
|
|
<v-spacer></v-spacer>
|
|
|
<div class="contact-icon">
|
|
|
- <a href="https://discord.gg/kHAEcu8T">
|
|
|
+ <a href="https://discord.gg/C6Yk83ZA" target="_blank">
|
|
|
<img src="@/assets/img/icon/discord.png" alt="discord" />
|
|
|
</a>
|
|
|
<a href="mailto:service@choozmo.com">
|
|
@@ -281,7 +284,7 @@ const routeGuardAdmin = async (
|
|
|
.contact-icon {
|
|
|
margin-top: 10px;
|
|
|
img {
|
|
|
- width: 35px;
|
|
|
+ width: 30px;
|
|
|
margin: 0 5px;
|
|
|
}
|
|
|
}
|