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 Note extends ZZZPlugin {
|
|||
name: '[ZZZ-Plugin]Note',
|
||||
dsc: 'zzznote',
|
||||
event: 'message',
|
||||
priority: _.get(settings.getConfig('priority'), 'note', 1),
|
||||
priority: _.get(settings.getConfig('priority'), 'note', 70),
|
||||
rule: [
|
||||
{
|
||||
reg: `${rulePrefix}(note|每日|体力|便笺|便签)$`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue