mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 13:17:32 +00:00
fix:默认优先级调整为70
This commit is contained in:
parent
c785fb2d55
commit
32890d53dd
10 changed files with 18 additions and 18 deletions
|
|
@ -11,7 +11,7 @@ export class Panel extends ZZZPlugin {
|
|||
name: '[ZZZ-Plugin]Panel',
|
||||
dsc: 'zzzpanel',
|
||||
event: 'message',
|
||||
priority: _.get(settings.getConfig('priority'), 'panel', 1),
|
||||
priority: _.get(settings.getConfig('priority'), 'panel', 70),
|
||||
rule: [
|
||||
{
|
||||
reg: `${rulePrefix}((刷新|更新)面板|面板(刷新|更新))$`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue