From cd1a4a3e34c0c187ed98b2ae05adf6d5c2b843bf Mon Sep 17 00:00:00 2001 From: ikechan8370 Date: Mon, 20 Mar 2023 00:32:11 +0800 Subject: [PATCH] fix: guoba --- guoba.support.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/guoba.support.js b/guoba.support.js index b7904aa..a8c99f1 100644 --- a/guoba.support.js +++ b/guoba.support.js @@ -382,6 +382,20 @@ export function supportGuoba () { bottomHelpMessage: '为空使用默认puppeteer的chromium,也可以传递自己本机安装的Chrome可执行文件地址,提高通过率。windows可以是‘C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe’,linux通过which查找路径。', component: 'Input' }, + { + label: '以下为ChatGLM方式的配置', + component: 'Divider' + }, + { + field: 'chatglmBaseUrl', + label: 'ChatGLM API地址', + bottomHelpMessage: '如 http://localhost:8080', + component: 'Input' + }, + { + label: '以下为杂七杂八的配置', + component: 'Divider' + }, { field: '2captchaToken', label: '验证码平台Token',