This commit is contained in:
lzp
2026-03-02 13:51:14 +08:00
parent d49c00376d
commit 13e3e5dcc5
8 changed files with 62 additions and 19 deletions

View File

@@ -1,3 +1,11 @@
/**
* 组件
*/
export const NODE_COMPONENT = {
RESULT_IMAGE: 'result-image',
CARD: 'card',
}
/**
* 节点类型
*/