%深渊增加耗时显示 close #85

This commit is contained in:
UCPr 2025-04-26 00:57:15 +08:00
parent 5a0ecd278a
commit a134543639
5 changed files with 23 additions and 11 deletions

View file

@ -13,7 +13,7 @@ export class Card extends ZZZPlugin {
priority: _.get(settings.getConfig('priority'), 'card', 70),
rule: [
{
reg: `${rulePrefix}(card|卡片|个人信息)$`,
reg: `${rulePrefix}(card|卡片|个人信息|角色)$`,
fnc: 'card',
},
],