fix(migration): normalize legacy screener archives

This commit is contained in:
leefer
2026-07-30 19:49:24 +08:00
parent 198806c1bd
commit e5f7d836ac
8 changed files with 151 additions and 21 deletions
+3
View File
@@ -8,6 +8,9 @@ import { findWorkspace } from "./workspaceRegistry";
export default createRouter({
history: createWebHistory(),
scrollBehavior(_to, _from, savedPosition) {
return savedPosition ?? { left: 0, top: 0 };
},
routes: [
{ path: "/", redirect: "/workspace/emotion" },
{