mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-03-22 04:59:45 +08:00
Fix typo (#187)
根据定义「咨讯」应为「资讯」。 News 是「资讯」 而「咨讯」在网络上检索到的定义为 Valuable Information,且现代汉语词典(第 7 版)中未收录该词
This commit is contained in:
@@ -19,8 +19,8 @@
|
||||
<img alt="annoIcon" class="side-icon" src="@/assets/icons/board.svg" />
|
||||
</template>
|
||||
</v-list-item>
|
||||
<v-list-item :href="`/news/2/${recentNewsType}`" :link="true" :title.attr="'咨讯'">
|
||||
<template #title>咨讯</template>
|
||||
<v-list-item :href="`/news/2/${recentNewsType}`" :link="true" :title.attr="'资讯'">
|
||||
<template #title>资讯</template>
|
||||
<template #prepend>
|
||||
<img alt="mihoyo" class="side-icon" src="/platforms/mhy/mys.webp" />
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user