mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-11 09:08:14 +08:00
fix(config): 样式美化
This commit is contained in:
@@ -5,10 +5,19 @@
|
|||||||
<div v-else>
|
<div v-else>
|
||||||
<v-card class="common-card" title="关于">
|
<v-card class="common-card" title="关于">
|
||||||
<v-list>
|
<v-list>
|
||||||
<v-list-item title="应用版本" @click="toOuter('https://github.com/BTMuli/Tauri.Genshin')">
|
<v-list-item>
|
||||||
<template v-slot:prepend>
|
<template v-slot:prepend>
|
||||||
<img class="config-icon" src="/icon.webp" alt="App" />
|
<img class="config-icon" src="/icon.webp" alt="App" />
|
||||||
</template>
|
</template>
|
||||||
|
<v-list-item-title>
|
||||||
|
应用版本
|
||||||
|
<v-btn
|
||||||
|
color="info"
|
||||||
|
size="small"
|
||||||
|
@click="toOuter('https://github.com/BTMuli/Tauri.Genshin/releases/latest')"
|
||||||
|
>Alpha</v-btn
|
||||||
|
>
|
||||||
|
</v-list-item-title>
|
||||||
<template v-slot:append>
|
<template v-slot:append>
|
||||||
<v-list-item-subtitle>{{ versionApp }}</v-list-item-subtitle>
|
<v-list-item-subtitle>{{ versionApp }}</v-list-item-subtitle>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user