Skip to content

Commit

Permalink
fix: 更新readme;隐藏日志
Browse files Browse the repository at this point in the history
  • Loading branch information
ikechan8370 committed Oct 14, 2023
1 parent 1e867c0 commit 0e826e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

Expand Down
2 changes: 1 addition & 1 deletion apps/chat.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export class chatgpt extends plugin {
reg: toggleMode === 'at' ? '^[^#][sS]*' : '^#chat[^gpt][sS]*',
/** 执行方法 */
fnc: 'chatgpt',
log: true
log: false
},
{
reg: '^#(chatgpt)?对话列表$',
Expand Down
2 changes: 1 addition & 1 deletion utils/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {}
Expand Down

0 comments on commit 0e826e5

Please sign in to comment.