From ca9c84a6a55ce538351b4d47a95839de052bcd2f Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Tue, 28 Nov 2023 20:00:22 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=B5=B7=E9=B8=A5=E5=8A=A0=E9=80=9F?= =?UTF-8?q?=E5=99=A8):=20=E8=B0=B7=E6=AD=8C=E5=B9=BF=E5=91=8A=EF=BC=88?= =?UTF-8?q?=E8=A1=A5=E5=85=85=E8=A7=84=E5=88=99=EF=BC=89=20(#2586)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/tool.seagull.v.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/apps/tool.seagull.v.ts b/src/apps/tool.seagull.v.ts index 22a4ee5f..76f66f00 100644 --- a/src/apps/tool.seagull.v.ts +++ b/src/apps/tool.seagull.v.ts @@ -38,6 +38,23 @@ export default defineAppConfig({ 'https://i.gkd.li/import/13459399', ], }, + { + key: 1, + name: '谷歌广告-2', + activityIds: 'com.google.android.gms.ads.AdActivity', + matches: [ + '[id="mys-wrapper"] + View >n Image', + '[id="mys-wrapper"] >n View > View > Button', + ], + snapshotUrls: 'https://i.gkd.li/import/13476799', + }, + { + key: 2, + name: '谷歌广告-3', + activityIds: 'com.google.android.gms.ads.AdActivity', + matches: '[desc="Interstitial close button"]', + snapshotUrls: 'https://i.gkd.li/import/13476579', + }, ], }, ],