fix: make canvas the root generation experience

This commit is contained in:
2026-05-25 17:57:23 +08:00
parent fb9dc17b42
commit e767d2b388
13 changed files with 139 additions and 190 deletions

View File

@@ -17,7 +17,7 @@ const routes = [
]
const router = createRouter({
history: createWebHistory('/canvas/'),
history: createWebHistory('/'),
routes
})