Signed-off-by: 帮帮 <3102509561@qq.com>
This commit is contained in:
帮帮 2023-08-19 15:39:08 +00:00 committed by Gitee
parent da11893cf6
commit 84c131ba06
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 2 additions and 2 deletions

View File

@ -16,12 +16,12 @@ export class ledger extends plugin {
fnc: 'ledger' fnc: 'ledger'
}, },
{ {
reg: '^#(原石|#*(星铁)?星琼)任务$', reg: '^#(原石|(星铁)?星琼)任务$',
permission: 'master', permission: 'master',
fnc: 'ledgerTask' fnc: 'ledgerTask'
}, },
{ {
reg: '^#*(原石|札记|#*(星铁)?星琼)统计$', reg: '^#*(原石|札记|(星铁)?星琼)统计$',
fnc: 'ledgerCount' fnc: 'ledgerCount'
}, },
{ {