更新 panel.js

This commit is contained in:
bietiaop 2025-03-15 13:01:31 +08:00 committed by GitHub
parent 7d33529947
commit 04a980ba93
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,7 @@ export class Panel extends ZZZPlugin {
priority: _.get(settings.getConfig('priority'), 'panel', 70),
rule: [
{
reg: `${rulePrefix}(.*)面板(刷新|更新|列表)$`,
reg: `${rulePrefix}(.*)面板(刷新|更新|列表)?$`,
fnc: 'handleRule',
},
{