mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 21:37:11 +00:00
feat: help for delete
This commit is contained in:
parent
c98388258a
commit
a0ac404e54
1 changed files with 5 additions and 0 deletions
|
|
@ -46,6 +46,11 @@ let helpData = [
|
|||
title: '#chatgpt加入对话+@某人',
|
||||
desc: '目前仅API3模式下可用,加入到某人当前进行的对话中'
|
||||
},
|
||||
{
|
||||
icon: 'destroy',
|
||||
title: '#chatgpt删除对话+对话id或@用户',
|
||||
desc: '删除指定对话,并清空与用户的关联信息。@用户时支持多个用户'
|
||||
},
|
||||
{
|
||||
icon: 'destroy',
|
||||
title: '#结束对话',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue