修改优先级

Signed-off-by: 帮帮 <3102509561@qq.com>
This commit is contained in:
帮帮 2023-07-10 09:11:12 +00:00 committed by Gitee
parent b7ecc6058e
commit 51df04cfec
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 4 additions and 4 deletions

View File

@ -8,14 +8,14 @@ export class sevenSaints extends plugin {
name: '七圣召唤卡组查询',
dsc: '原神角色信息查询',
event: 'message',
priority: 5000,
priority: 0,
rule: [
{
reg: '^#*七圣(召唤)?(牌|卡)组(列表)?[0-9]{0,2}$',
reg: '^#*七圣(召唤)?查询(牌|卡)组(列表)?[0-9]{0,2}$',
fnc: 'deckIndex'
},
{
reg: '^#*七圣(召唤)?(角色|行动)?(卡)?牌(列表)?$',
reg: '^#*七圣(召唤)?查询(角色|行动)?(卡)?牌(列表)?$',
fnc: 'deck_cards'
}
]

View File

@ -29,7 +29,7 @@
{{each Data vals}}
<div class="basicInfo">
<div class="tab_lable">七圣卡组{{vals.id}} 使用#七圣卡组{{vals.id}}查看详情</div>
<div class="tab_lable">七圣卡组{{vals.id}} 使用#七圣查询卡组{{vals.id}}查看详情</div>
<div style="height: 10px;"></div>
<div class="avatar_covers">
{{each vals.avatar_cards val}}