Commit 607ef571 by 张蕴鹏

feat(intent): 添加用例

parent 74e4d7f3
Showing with 7 additions and 0 deletions
......@@ -157,6 +157,12 @@
],
"intentDefs": [
{
"name": "executeAction",
"label": "intent-插入",
"container": "dialog",
"action": "execute"
},
{
"name": "showLogList",
"label": "intent-日志列表",
"container": "dialog",
......@@ -531,6 +537,7 @@
"showLogList"
],
"intents": [
"executeAction",
"showList",
"showWorkflowList"
],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment