chore: editor NodeEditor, App.vue, and roadmap updates

This commit is contained in:
2026-06-14 20:17:51 +08:00
parent 1619c9db8b
commit ed462b1bee
3 changed files with 89 additions and 419 deletions

View File

@@ -129,10 +129,6 @@ onMounted(() => loadDemo())
<NodeEditor
:scene="store.selectedScene"
:scene-list="editor.sceneList.value"
@update="store.updateScene"
@add-choice="store.addChoice"
@update-choice="store.updateChoice"
@delete-choice="store.deleteChoice"
@delete-scene="delNode"
@close="store.selectedNodeId = null"
/>