fix: use full browser mode

This commit is contained in:
葛胤池 2022-12-16 19:59:57 +08:00
parent c734d68a9c
commit 33c87054c7
3 changed files with 42 additions and 89 deletions

View file

@ -63,7 +63,7 @@ export class help extends plugin {
priority: 500,
rule: [
{
reg: '^(#|[chatgpt|ChatGPT])*(命令|帮助|菜单|help|说明|功能|指令|使用说明)$',
reg: '#(chatgpt|ChatGPT)(命令|帮助|菜单|help|说明|功能|指令|使用说明)',
fnc: 'help'
}
]