⬆️ 更新依赖,开写 v0.3.0

This commit is contained in:
BTMuli
2023-08-31 15:23:17 +08:00
parent 9d681b29f1
commit a76f77502b
8 changed files with 154 additions and 160 deletions

View File

@@ -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();
}

View File

@@ -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>