mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-12 09:18:14 +08:00
fix(icon): 侧边栏改了下图标
This commit is contained in:
BIN
public/source/UI/achievements.webp
Normal file
BIN
public/source/UI/achievements.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
BIN
public/source/UI/news.webp
Normal file
BIN
public/source/UI/news.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
BIN
public/source/UI/paimon.webp
Normal file
BIN
public/source/UI/paimon.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
@@ -19,7 +19,7 @@
|
|||||||
<!-- 菜单项 -->
|
<!-- 菜单项 -->
|
||||||
<v-list-item link href="/">
|
<v-list-item link href="/">
|
||||||
<template v-slot:prepend>
|
<template v-slot:prepend>
|
||||||
<v-icon>mdi-home-outline</v-icon>
|
<img src="/source/UI/paimon.webp" alt="homeIcon" class="sideIcon" />
|
||||||
</template>
|
</template>
|
||||||
<v-list-item-title v-show="!rail"> 首页 </v-list-item-title>
|
<v-list-item-title v-show="!rail"> 首页 </v-list-item-title>
|
||||||
</v-list-item>
|
</v-list-item>
|
||||||
@@ -29,7 +29,7 @@
|
|||||||
</v-list-subheader>
|
</v-list-subheader>
|
||||||
<v-list-item link href="/news">
|
<v-list-item link href="/news">
|
||||||
<template v-slot:prepend>
|
<template v-slot:prepend>
|
||||||
<v-icon>mdi-calendar-text-outline</v-icon>
|
<img src="/source/UI/news.webp" alt="newsIcon" class="sideIcon" />
|
||||||
</template>
|
</template>
|
||||||
<v-list-item-title v-show="!rail"> 咨讯 </v-list-item-title>
|
<v-list-item-title v-show="!rail"> 咨讯 </v-list-item-title>
|
||||||
</v-list-item>
|
</v-list-item>
|
||||||
@@ -39,7 +39,7 @@
|
|||||||
</v-list-subheader>
|
</v-list-subheader>
|
||||||
<v-list-item link href="/achievements">
|
<v-list-item link href="/achievements">
|
||||||
<template v-slot:prepend>
|
<template v-slot:prepend>
|
||||||
<v-icon>mdi-trophy-outline</v-icon>
|
<img src="/source/UI/achievements.webp" alt="achievementsIcon" class="sideIcon" />
|
||||||
</template>
|
</template>
|
||||||
<v-list-item-title v-show="!rail"> 成就 </v-list-item-title>
|
<v-list-item-title v-show="!rail"> 成就 </v-list-item-title>
|
||||||
</v-list-item>
|
</v-list-item>
|
||||||
@@ -98,4 +98,9 @@ function magicClick() {
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="css"></style>
|
<style lang="css">
|
||||||
|
.sideIcon {
|
||||||
|
width: 24px;
|
||||||
|
height: 24px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user