From 8b4472103f32a5ea2879df1a3eea6804968629bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A9=E6=96=B9=E5=A4=9C=E8=B0=AD?= <152615144+tianfangyetan1@users.noreply.github.com> Date: Thu, 2 Oct 2025 19:22:51 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=B8=AD=E5=9B=BD=E5=B7=A5=E5=95=86?= =?UTF-8?q?=E9=93=B6=E8=A1=8C-=E5=8F=B3=E4=B8=8B=E8=A7=92=E6=B5=AE?= =?UTF-8?q?=E6=A0=87=E5=B9=BF=E5=91=8A=20(#1205)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.icbc.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/apps/com.icbc.ts b/src/apps/com.icbc.ts index 66ebd918..b0d7b021 100644 --- a/src/apps/com.icbc.ts +++ b/src/apps/com.icbc.ts @@ -33,5 +33,17 @@ export default defineGkdApp({ }, ], }, + { + key: 3, + name: '局部广告-右下角浮标广告', + rules: [ + { + fastQuery: true, + activityIds: 'com.icbc.activity.web.ICBCWebView', + matches: '[vid="iv_close_task_center"]', + snapshotUrls: 'https://i.gkd.li/i/22616307', + }, + ], + }, ], });