feat(荣耀亲选): 通知提示

This commit is contained in:
AIsouler
2024-04-11 20:51:43 +08:00
parent e30df7341c
commit ca94a33ad1

View File

@@ -17,5 +17,19 @@ export default defineAppConfig({
}, },
], ],
}, },
{
key: 2,
name: '通知提示',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
matches: '@[vid="iv_close"] < * > [text="开启消息通知"]',
snapshotUrls: 'https://i.gkd.li/i/14946137',
},
],
},
], ],
}); });