mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-13 09:28:14 +08:00
⬆️ 更新依赖,开写 v0.3.0
This commit is contained in:
@@ -29,7 +29,7 @@ onBeforeMount(async () => {
|
||||
const win = window.getCurrent();
|
||||
isMain.value = win.label === "tauri-genshin";
|
||||
if (isMain.value) {
|
||||
const title = "Tauri.Genshin v" + (await app.getVersion()) + " Alpha";
|
||||
const title = "Tauri.Genshin v" + (await app.getVersion()) + " Beta";
|
||||
await win.setTitle(title);
|
||||
await checkLoad();
|
||||
}
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
size="small"
|
||||
@click="toOuter('https://github.com/BTMuli/Tauri.Genshin/releases/latest')"
|
||||
>
|
||||
Alpha
|
||||
BETA
|
||||
</v-btn>
|
||||
</v-list-item-title>
|
||||
<template #append>
|
||||
|
||||
Reference in New Issue
Block a user