mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-17 01:23:42 +08:00
feat(易校园): 开屏广告-规则优化 (#1554)
* feat(易校园): 开屏广告规则优化(gkd-kit#1442) * feat(易校园): 开屏广告 --------- Co-authored-by: lisonge <i@songe.li> close #1442
This commit is contained in:
parent
edd179a0bf
commit
e60644d8c4
|
@ -8,10 +8,18 @@ export default defineAppConfig({
|
|||
key: 0,
|
||||
name: '开屏广告',
|
||||
quickFind: true,
|
||||
matchLauncher: true,
|
||||
activityIds: 'com.yunma.app.ui.start.SplashActivity',
|
||||
rules: '[id="cn.com.yunma.school.app:id/skip"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/13175275',
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
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',
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user