feat: support browser-based solution. update readme

This commit is contained in:
ikechan8370 2023-02-11 23:17:38 +08:00
parent e59ed0c048
commit 6fdcbf12e2
11 changed files with 1557 additions and 67 deletions

View file

@ -10,11 +10,13 @@ export class ChatgptManagement extends plugin {
rule: [
{
reg: '#chatgpt开启(问题)?(回复)?确认',
fnc: 'turnOnConfirm'
fnc: 'turnOnConfirm',
permission: 'master'
},
{
reg: '#chatgpt关闭(问题)?(回复)?确认',
fnc: 'turnOffConfirm'
fnc: 'turnOffConfirm',
permission: 'master'
}
]
})