mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 05:47:11 +00:00
feat: simple queue management
This commit is contained in:
parent
e6738e5527
commit
b88d450aef
2 changed files with 32 additions and 0 deletions
10
apps/help.js
10
apps/help.js
|
|
@ -45,6 +45,16 @@ let helpData = [
|
|||
title: '#结束对话 @某人',
|
||||
desc: '结束该用户当前对话,下次开启对话机器人将遗忘掉本次对话内容。'
|
||||
},
|
||||
{
|
||||
icon: 'destroy',
|
||||
title: '#清空chat队列',
|
||||
desc: '清空当前对话等待队列。仅建议前方卡死时使用。'
|
||||
},
|
||||
{
|
||||
icon: 'destroy-other',
|
||||
title: '#移出chat队列首位',
|
||||
desc: '移出当前对话等待队列中的首位。若前方对话卡死可使用本命令。'
|
||||
},
|
||||
{
|
||||
icon: 'help',
|
||||
title: '#chatgpt帮助',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue