mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 05:47:11 +00:00
feat: 多设定管理与切换功能
This commit is contained in:
parent
2d899db572
commit
c7a53a4996
5 changed files with 249 additions and 3 deletions
44
apps/help.js
44
apps/help.js
|
|
@ -154,15 +154,55 @@ let helpData = [
|
|||
{
|
||||
icon: 'eat',
|
||||
title: '#chatgpt设置(API|Sydney)设定',
|
||||
desc: '设置AI的风格设定'
|
||||
desc: '设置AI的默认风格设定'
|
||||
},
|
||||
{
|
||||
icon: 'eat',
|
||||
title: '#chatgpt查看(API|Sydney)设定',
|
||||
desc: '查看AI的风格设定,文本形式返回,设定太长可能发不出来'
|
||||
desc: '查看AI当前的风格设定,文本形式返回,设定太长可能发不出来'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
group: '设定',
|
||||
list: [
|
||||
{
|
||||
icon: 'smiley-wink',
|
||||
title: '#chatgpt设定列表',
|
||||
desc: '查看所有设定列表,以转发消息形式'
|
||||
},
|
||||
{
|
||||
icon: 'eat',
|
||||
title: '#chatgpt查看设定【设定名】',
|
||||
desc: '查看指定名字的设定内容。其中API默认和Sydney默认为锅巴面板配置的设定'
|
||||
},
|
||||
{
|
||||
icon: 'coin',
|
||||
title: '#chatgpt添加设定',
|
||||
desc: '添加一个设定,分此输入设定名称和设定内容'
|
||||
},
|
||||
{
|
||||
icon: 'switch',
|
||||
title: '#chatgpt使用设定【设定名】',
|
||||
desc: '使用某个设定'
|
||||
},
|
||||
{
|
||||
icon: 'confirm',
|
||||
title: '#chatgpt(上传|分享|共享)设定',
|
||||
desc: '敬请期待'
|
||||
},
|
||||
{
|
||||
icon: 'confirm',
|
||||
title: '#chatgpt导入设定',
|
||||
desc: '敬请期待'
|
||||
},
|
||||
{
|
||||
icon: 'help',
|
||||
title: '#chatgpt设定帮助',
|
||||
desc: '设定帮助'
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
group: '其他',
|
||||
list: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue