fix: add xiao xiao

This commit is contained in:
2025-06-27 22:38:24 +08:00
parent bce94f52a0
commit 204165bf73
3 changed files with 107 additions and 0 deletions

View File

@@ -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);