From 0e826e58a8ef8cf01c14b875e04e84c43cdc008a Mon Sep 17 00:00:00 2001 From: ikechan8370 Date: Sun, 15 Oct 2023 01:31:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0readme=EF=BC=9B?= =?UTF-8?q?=E9=9A=90=E8=97=8F=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- apps/chat.js | 2 +- utils/config.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8e7382bf..634d9d75 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ 本README [手册](https://chatgptplugin.ikechan8370.com/) [文档1(建设中)](https://chatgpt-docs.err0r.top/) -[插件常见问题(鹤望兰版)](https://www.wolai.com/4FCxxWAdjbrHF29MCJmAQK) +[插件常见问题(鹤望兰版)](https://chatgptplugin.ikechan8370.com/guide/) [Yunzai常见问题(LUCK小运版)](https://www.wolai.com/oA43vuW71aBnv7UsEysn4T) [憨憨博客](https://blog.hanhanz.top/) diff --git a/apps/chat.js b/apps/chat.js index c2ec19a8..698f10d7 100644 --- a/apps/chat.js +++ b/apps/chat.js @@ -184,7 +184,7 @@ export class chatgpt extends plugin { reg: toggleMode === 'at' ? '^[^#][sS]*' : '^#chat[^gpt][sS]*', /** 执行方法 */ fnc: 'chatgpt', - log: true + log: false }, { reg: '^#(chatgpt)?对话列表$', diff --git a/utils/config.js b/utils/config.js index f37951a8..fb651f97 100644 --- a/utils/config.js +++ b/utils/config.js @@ -154,7 +154,7 @@ const defaultConfig = { claudeAIUA: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', // trss配置 trssBotUin: '', - version: 'v2.7.5' + version: 'v2.7.6' } const _path = process.cwd() let config = {}