feat: 支持自定义ja3

This commit is contained in:
ikechan8370 2023-09-11 14:27:22 +08:00
parent 078d31dc57
commit 5e7d73908f
3 changed files with 17 additions and 2 deletions

View file

@ -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'