Update guoba.support.js & 指令 (#116)

* Update guoba.support.js

* Update help.js

* Update gachalog.js

* Update help.js

* Update help.js
This commit is contained in:
Steve喵~ 2025-05-24 13:40:50 +08:00 committed by GitHub
parent 51da9ada17
commit 186c3c2807
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 20 additions and 12 deletions

View file

@ -26,11 +26,11 @@ export class GachaLog extends ZZZPlugin {
fnc: 'startGachaLog',
},
{
reg: `${rulePrefix}(刷新|更新)抽卡(链接|记录)$`,
reg: `${rulePrefix}(刷新|更新)抽卡(链接|记录)?$`,
fnc: 'refreshGachaLog',
},
{
reg: `^${rulePrefix}抽卡(分析|记录)$`,
reg: `^${rulePrefix}抽卡(分析|记录|统计)$`,
fnc: 'gachaLogAnalysis',
},
{