chore: App.vue updates for player and editor

This commit is contained in:
2026-06-14 19:42:26 +08:00
parent 669a652ec7
commit 5cf0461e55
2 changed files with 43 additions and 1 deletions

View File

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