⬆️ 走ssh更新,统一更新日志路径,更新依赖

This commit is contained in:
目棃
2024-10-24 22:10:01 +08:00
parent bb9c9d55e6
commit 003344c722
5 changed files with 191 additions and 228 deletions

View File

@@ -261,7 +261,7 @@ async function checkUpdate(): Promise<void> {
appStore.buildTime = getBuildTime();
await TGSqlite.update();
showSnackbar({ text: "数据库已更新!", color: "success", timeout: 3000 });
window.open("https://app.btmuli.ink/docs/Changelogs.html");
window.open("https://app.btmuli.ink/docs/TeyvatGuide/changelogs.html");
}
}