feat(转转) 更新提示(补充规则) (#95)

This commit is contained in:
AIsouler
2024-02-24 18:52:53 +08:00
committed by GitHub

View File

@@ -8,9 +8,21 @@ export default defineAppConfig({
key: 1,
name: '更新提示',
actionMaximum: 1,
actionMaximumKey: 0,
resetMatch: 'app',
rules: '@[text="下次再说"] +2 [text="立即升级"]',
snapshotUrls: 'https://i.gkd.li/i/14292849',
quickFind: true,
rules: [
{
key: 0,
matches: '@[text="下次再说"] +2 [text="立即升级"]',
snapshotUrls: 'https://i.gkd.li/i/14292849',
},
{
key: 1,
matches: '@[text="残忍拒绝"] +2 [text="立即安装"]',
snapshotUrls: 'https://i.gkd.li/i/14392301',
},
],
},
],
});