fix:默认优先级调整为70

This commit is contained in:
bietiaop 2024-07-15 15:09:23 +08:00
parent c785fb2d55
commit 32890d53dd
10 changed files with 18 additions and 18 deletions

View file

@ -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|每日|体力|便笺|便签)$`,