🚀 v0.6.0

This commit is contained in:
目棃
2024-10-09 16:00:23 +08:00
parent ed5b315b94
commit b8d1b8552e
7 changed files with 135 additions and 101 deletions

View File

@@ -247,8 +247,7 @@ async function checkUpdate(): Promise<void> {
appStore.buildTime = getBuildTime();
await TGSqlite.update();
showSnackbar({ text: "数据库已更新!", color: "success", timeout: 3000 });
// todo 6.0发版时取消注释
// window.open("https://app.btmuli.ink/docs/Changelogs.html");
window.open("https://app.btmuli.ink/docs/Changelogs.html");
}
}