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', + }, + ], + }, ], });