feat: simple queue management

This commit is contained in:
ikechan8370 2023-02-03 22:03:11 +08:00
parent e6738e5527
commit b88d450aef
2 changed files with 32 additions and 0 deletions

View file

@ -45,6 +45,16 @@ let helpData = [
title: '#结束对话 @某人',
desc: '结束该用户当前对话,下次开启对话机器人将遗忘掉本次对话内容。'
},
{
icon: 'destroy',
title: '#清空chat队列',
desc: '清空当前对话等待队列。仅建议前方卡死时使用。'
},
{
icon: 'destroy-other',
title: '#移出chat队列首位',
desc: '移出当前对话等待队列中的首位。若前方对话卡死可使用本命令。'
},
{
icon: 'help',
title: '#chatgpt帮助',