mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 05:17:10 +00:00
feat: 支持自定义ja3
This commit is contained in:
parent
078d31dc57
commit
5e7d73908f
3 changed files with 17 additions and 2 deletions
|
|
@ -601,6 +601,18 @@ export function supportGuoba () {
|
|||
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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue