fix: 更新readme;隐藏日志

This commit is contained in:
ikechan8370 2023-10-15 01:31:12 +08:00
parent 1e867c08ef
commit 0e826e58a8
3 changed files with 3 additions and 3 deletions

View file

@ -184,7 +184,7 @@ export class chatgpt extends plugin {
reg: toggleMode === 'at' ? '^[^#][sS]*' : '^#chat[^gpt][sS]*',
/** 执行方法 */
fnc: 'chatgpt',
log: true
log: false
},
{
reg: '^#(chatgpt)?对话列表$',