mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 13:57:10 +00:00
Merge branch 'ikechan8370:v2' into v2
This commit is contained in:
commit
97fd363a4a
185 changed files with 1543 additions and 7750 deletions
|
|
@ -247,18 +247,6 @@ export function supportGuoba () {
|
|||
bottomHelpMessage: '在图片模式中启用二维码。该对话内容将被发送至第三方服务器以进行渲染展示,如果不希望对话内容被上传到第三方服务器请关闭此功能',
|
||||
component: 'Switch'
|
||||
},
|
||||
{
|
||||
field: 'cacheUrl',
|
||||
label: '渲染服务器地址',
|
||||
bottomHelpMessage: '用于缓存图片模式会话内容并渲染的服务器地址',
|
||||
component: 'Input'
|
||||
},
|
||||
{
|
||||
field: 'cacheEntry',
|
||||
label: '预制渲染服务器访问代码',
|
||||
bottomHelpMessage: '图片内容渲染服务器开启预制访问代码,当渲染服务器访问较慢时可以开启,但无法保证访问代码可以正常访问页面',
|
||||
component: 'Switch'
|
||||
},
|
||||
{
|
||||
field: 'drawCD',
|
||||
label: '绘图CD',
|
||||
|
|
@ -603,6 +591,34 @@ export function supportGuoba () {
|
|||
bottomHelpMessage: '若启用全局设定,每个人都会默认使用这里的设定。',
|
||||
component: 'Input'
|
||||
},
|
||||
{
|
||||
label: '以下为Claude2方式的配置',
|
||||
component: 'Divider'
|
||||
},
|
||||
{
|
||||
field: 'claudeAIOrganizationId',
|
||||
label: 'claude2 OrganizationId',
|
||||
bottomHelpMessage: 'claude.ai的OrganizationId',
|
||||
component: 'Input'
|
||||
},
|
||||
{
|
||||
field: 'claudeAISessionKey',
|
||||
label: 'claude2 SessionKey',
|
||||
bottomHelpMessage: 'claude.ai Cookie中的SessionKey',
|
||||
component: 'Input'
|
||||
},
|
||||
{
|
||||
field: 'claudeAIJA3',
|
||||
label: 'claude2浏览器指纹',
|
||||
bottomHelpMessage: 'claude.ai使用的浏览器TLS指纹,去https://scrapfly.io/web-scraping-tools/ja3-fingerprint或https://ja3.zone/check查看',
|
||||
component: 'Input'
|
||||
},
|
||||
{
|
||||
field: 'claudeAIUA',
|
||||
label: 'claude2浏览器UA',
|
||||
bottomHelpMessage: 'claude.ai使用的浏览器UA,去https://scrapfly.io/web-scraping-tools/ja3-fingerprint或https://ja3.zone/check查看',
|
||||
component: 'Input'
|
||||
},
|
||||
{
|
||||
label: '以下为ChatGLM方式的配置',
|
||||
component: 'Divider'
|
||||
|
|
@ -860,7 +876,7 @@ export function supportGuoba () {
|
|||
component: 'Divider'
|
||||
},
|
||||
{
|
||||
field: 'apiKey',
|
||||
field: 'azApiKey',
|
||||
label: 'Azure API Key',
|
||||
bottomHelpMessage: '管理密钥,用于访问Azure的API接口',
|
||||
component: 'InputPassword'
|
||||
|
|
@ -881,12 +897,6 @@ export function supportGuoba () {
|
|||
label: '以下为后台与渲染相关配置',
|
||||
component: 'Divider'
|
||||
},
|
||||
{
|
||||
field: 'oldview',
|
||||
label: '旧版本渲染',
|
||||
bottomHelpMessage: '开启预览版本',
|
||||
component: 'Switch'
|
||||
},
|
||||
{
|
||||
field: 'serverPort',
|
||||
label: '系统Api服务端口',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue