mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
@@ -4,9 +4,23 @@ export default defineAppConfig({
|
|||||||
id: 'com.cebbank.mobile.cemb',
|
id: 'com.cebbank.mobile.cemb',
|
||||||
name: '光大银行',
|
name: '光大银行',
|
||||||
groups: [
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
quickFind: true,
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
rules: '[text*="跳过"][text.length<=10]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13471079',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新弹窗',
|
name: '更新弹窗',
|
||||||
|
quickFind: true,
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
activityIds: 'com.cebbank.mobile.cemb.view.CustomizedDialog',
|
activityIds: 'com.cebbank.mobile.cemb.view.CustomizedDialog',
|
||||||
rules: '@[text="不再提示"] +2 [text="立即更新"]',
|
rules: '@[text="不再提示"] +2 [text="立即更新"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12727241',
|
snapshotUrls: 'https://i.gkd.li/import/12727241',
|
||||||
@@ -14,9 +28,19 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '首页广告弹窗',
|
name: '首页广告弹窗',
|
||||||
activityIds: 'com.cebbank.mobile.cemb.ui.activity.SplashActivity',
|
quickFind: true,
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
activityIds: [
|
||||||
|
'com.cebbank.mobile.cemb.ui.activity.SplashActivity',
|
||||||
|
'com.cebbank.mobile.cemb.ui.activity.HomeActivity',
|
||||||
|
],
|
||||||
rules: '[id="com.cebbank.mobile.cemb:id/home_advertising_iv_close"]',
|
rules: '[id="com.cebbank.mobile.cemb:id/home_advertising_iv_close"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12727248',
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/import/12727248',
|
||||||
|
'https://i.gkd.li/import/13471080', // activityIds: 'com.cebbank.mobile.cemb.ui.activity.HomeActivity',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user