mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat(中国工商银行): 添加弹窗广告跳过支持(默认关闭) (#2060)
This commit is contained in:
@@ -17,5 +17,13 @@ export default defineAppConfig({
|
||||
activityIds: 'com.icbc.activity.init.SplashActivity',
|
||||
rules: '[id="com.icbc:id/close_btn"]',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: '弹窗广告',
|
||||
enable: false,
|
||||
activityIds: 'com.icbc.activity.main.MainActivity',
|
||||
rules: '[id="com.icbc:id/tv_time"][text*="跳过"][text.length<=6]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13330431',
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user