mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-17 21:57:44 +00:00
fix:默认优先级调整为70
This commit is contained in:
parent
c785fb2d55
commit
32890d53dd
10 changed files with 18 additions and 18 deletions
|
|
@ -27,7 +27,7 @@ export class Update extends ZZZPlugin {
|
|||
name: '[ZZZ-Plugin]Update',
|
||||
dsc: 'zzzupdate',
|
||||
event: 'message',
|
||||
priority: _.get(settings.getConfig('priority'), 'update', 1),
|
||||
priority: _.get(settings.getConfig('priority'), 'update', 70),
|
||||
rule: [
|
||||
{
|
||||
reg: `^${rulePrefix}(插件)?(强制)?更新$`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue