mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
feat(易校园): 开屏广告-规则优化 (#1554)
* feat(易校园): 开屏广告规则优化(gkd-kit#1442) * feat(易校园): 开屏广告 --------- Co-authored-by: lisonge <i@songe.li> close #1442
This commit is contained in:
@@ -8,10 +8,18 @@ export default defineAppConfig({
|
|||||||
key: 0,
|
key: 0,
|
||||||
name: '开屏广告',
|
name: '开屏广告',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
matchLauncher: true,
|
matchTime: 10000,
|
||||||
activityIds: 'com.yunma.app.ui.start.SplashActivity',
|
actionMaximum: 1,
|
||||||
rules: '[id="cn.com.yunma.school.app:id/skip"]',
|
resetMatch: 'app',
|
||||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/13175275',
|
rules: [
|
||||||
|
'[text^="跳过"][text.length<=10]',
|
||||||
|
'[id="com.byted.pangle.m:id/tt_splash_skip_btn"]',
|
||||||
|
],
|
||||||
|
snapshotUrls: [
|
||||||
|
'https://gkd-kit.gitee.io/import/13175275',
|
||||||
|
'https://gkd-kit.gitee.io/import/13177064',
|
||||||
|
'https://gkd-kit.gitee.io/import/13179898',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user