diff --git a/src/apps/com.wuba.zhuanzhuan.ts b/src/apps/com.wuba.zhuanzhuan.ts index 8c9066db..798b963d 100644 --- a/src/apps/com.wuba.zhuanzhuan.ts +++ b/src/apps/com.wuba.zhuanzhuan.ts @@ -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', + }, + ], }, ], });