diff --git a/src/apps/com.android.updater.ts b/src/apps/com.android.updater.ts index 1bba31ff..15ea3f11 100644 --- a/src/apps/com.android.updater.ts +++ b/src/apps/com.android.updater.ts @@ -13,8 +13,14 @@ export default defineGkdApp({ resetMatch: 'app', rules: [ { - matches: ['[text="开启智能更新"]', '[text="暂不开启"]'], - snapshotUrls: 'https://i.gkd.li/i/15386937', + matches: [ + '[vid="alertTitle"][text="开启智能更新" || text="Install automatically?"]', + '[id="android:id/button2"][text="暂不开启" || text="No"]', + ], + snapshotUrls: [ + 'https://i.gkd.li/i/15386937', + 'https://i.gkd.li/i/15386869', + ], }, ], },