From c7e7ad0f1a4c58a649813d7b413531dbe9748bf0 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Fri, 29 Sep 2023 23:43:28 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=B3=BB=E7=BB=9F=E6=9B=B4=E6=96=B0):=20?= =?UTF-8?q?=E9=80=82=E9=85=8D=E5=85=B6=E5=AE=83=E7=95=8C=E9=9D=A2=20(#488)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.android.updater.ts | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/apps/com.android.updater.ts b/src/apps/com.android.updater.ts index 16dfed82..1fb70414 100644 --- a/src/apps/com.android.updater.ts +++ b/src/apps/com.android.updater.ts @@ -8,10 +8,16 @@ export default defineAppConfig({ enable: false, key: 0, name: 'MIUI更新弹窗', - activityIds: 'com.android.updater.MainActivity', + activityIds: [ + 'com.android.updater.MainActivity', + 'com.android.settings.SubSettings', + ], rules: '[id="com.android.updater:id/alertTitle"][text="开启智能更新"] < * +2 * > Button[id="android:id/button2"][text="暂不开启"]', - snapshotUrls: 'https://gkd-kit.gitee.io/import/12715712', + snapshotUrls: [ + 'https://gkd-kit.gitee.io/import/12715712', + 'https://gkd-kit.songe.li/import/12749906', + ], }, ], });