mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 05:17:10 +00:00
fix: add support for claude.ai reverse proxy
This commit is contained in:
parent
bb51e53e02
commit
08e92d871e
3 changed files with 13 additions and 4 deletions
|
|
@ -601,16 +601,22 @@ export function supportGuoba () {
|
|||
bottomHelpMessage: 'claude.ai Cookie中的SessionKey',
|
||||
component: 'Input'
|
||||
},
|
||||
{
|
||||
field: 'claudeAIReverseProxy',
|
||||
label: 'claude2 反代',
|
||||
bottomHelpMessage: 'claude.ai 的反代。或许可以参考https://github.com/ikechan8370/sydney-ws-proxy/tree/claude.ai搭建',
|
||||
component: 'Input'
|
||||
},
|
||||
{
|
||||
field: 'claudeAIJA3',
|
||||
label: 'claude2浏览器指纹',
|
||||
bottomHelpMessage: 'claude.ai使用的浏览器TLS指纹,去https://scrapfly.io/web-scraping-tools/ja3-fingerprint或https://ja3.zone/check查看',
|
||||
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查看',
|
||||
bottomHelpMessage: 'claude.ai使用的浏览器UA,https://scrapfly.io/web-scraping-tools/http2-fingerprint或https://ja3.zone/check查看。如果用了反代就不用管',
|
||||
component: 'Input'
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue