generated from tailored/router-template
fix: add xiao xiao
This commit is contained in:
@@ -19,6 +19,14 @@ export const cmdList: {
|
||||
key: 'good-job',
|
||||
},
|
||||
},
|
||||
{
|
||||
category: '指令来了',
|
||||
description: `召唤小助手过来`,
|
||||
action: {
|
||||
path: 'tools',
|
||||
key: 'call-xiaoxiao',
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
agent
|
||||
@@ -88,3 +96,4 @@ ${text}
|
||||
ctx.body = { cmd, text: text };
|
||||
})
|
||||
.addTo(agent);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user