This commit is contained in:
X1627315083@163.com
2026-03-13 15:40:39 +08:00
parent f0216fed1d
commit 25bfdd8805
2 changed files with 4 additions and 4 deletions

View File

@@ -79,7 +79,7 @@
import text from './components/nodes/text.vue'
const components = {
[NODE_COMPONENT.RESULT_IMAGE]: resultImage,
[NODE_COMPONENT.RESULT_IMAGE]: text,
[NODE_COMPONENT.CARD]: card,
[NODE_COMPONENT.TEXT]: text
}