chore: editor store, graph, and vite config updates

This commit is contained in:
2026-06-14 20:38:12 +08:00
parent 48da10147b
commit 59f6956b50
4 changed files with 49 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ function importJSON() {
}
function testScene(id: string) {
window.open('/?scene=/scenes/demo.json&startScene=' + id, '_blank')
window.open('/?scene=' + store.sourcePath + '&startScene=' + id, '_blank')
}
async function onFileSelected(e: Event) {