feat(ui): 收口导航并优化实例切换与离线提示

This commit is contained in:
晴天
2026-03-10 00:28:27 +08:00
parent f32bce12cb
commit 6d7c595122
9 changed files with 202 additions and 86 deletions

View File

@@ -150,3 +150,7 @@ function escHtml(s) {
export function getCurrentRoute() {
return window.location.hash.slice(1) || _defaultRoute
}
export function reloadCurrentRoute() {
loadRoute()
}