From a884c5f513c32048dc87d5d3584dc4cc928f8d42 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sun, 12 May 2024 21:54:57 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=B8=BB=E9=A2=98=E5=A3=81=E7=BA=B8):=20?= =?UTF-8?q?=E5=85=A8=E5=B1=8F=E5=B9=BF=E5=91=8A-=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=EF=BC=88=E8=A1=A5=E5=85=85=20activityId?= =?UTF-8?q?=EF=BC=89=E3=80=81=E5=B1=80=E9=83=A8=E5=B9=BF=E5=91=8A-?= =?UTF-8?q?=E5=8F=B3=E4=B8=8B=E8=A7=92=E6=82=AC=E6=B5=AE=E7=AA=97=E5=B9=BF?= =?UTF-8?q?=E5=91=8A=EF=BC=88=E8=A1=A5=E5=85=85=20activityId=EF=BC=89=20(#?= =?UTF-8?q?218)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.android.thememanager.ts | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/src/apps/com.android.thememanager.ts b/src/apps/com.android.thememanager.ts index 054aeaed..6f03ce36 100644 --- a/src/apps/com.android.thememanager.ts +++ b/src/apps/com.android.thememanager.ts @@ -17,9 +17,15 @@ export default defineGkdApp({ key: 2, name: '全屏广告-弹窗广告', quickFind: true, - activityIds: 'com.android.thememanager.ThemeResourceTabActivity', + activityIds: [ + 'com.android.thememanager.ThemeResourceTabActivity', + 'com.android.thememanager.ThemeResourceProxyTabActivity', + ], rules: 'ImageView[id="com.android.thememanager:id/cancel"][desc="关闭"]', - snapshotUrls: 'https://i.gkd.li/i/13215038', + snapshotUrls: [ + 'https://i.gkd.li/i/13215038', + 'https://i.gkd.li/i/15286330', + ], }, { key: 3, @@ -31,11 +37,17 @@ export default defineGkdApp({ rules: [ { quickFind: true, - activityIds: 'com.android.thememanager.ThemeResourceTabActivity', + activityIds: [ + 'com.android.thememanager.ThemeResourceTabActivity', + 'com.android.thememanager.ThemeResourceProxyTabActivity', + ], matches: '[vid="close"]', exampleUrls: 'https://m.gkd.li/57941037/41ff6d56-e583-4e6e-9fb3-4efafaeedbd5', - snapshotUrls: 'https://i.gkd.li/i/14722559', + snapshotUrls: [ + 'https://i.gkd.li/i/14722559', + 'https://i.gkd.li/i/15286334', + ], }, ], },