feat(酷安): 开屏广告 (#1632)

* Create com.tt.turbo.ts

* feat(甜糖): 开屏广告

* Update com.coolapk.market.ts

适配新的酷安开屏广告

* chore(actions): check_format_lint

* Update com.coolapk.market.ts

* Update com.coolapk.market.ts

* Update com.coolapk.market.ts

* Update com.coolapk.market.ts

* chore(actions): check_format_lint

* Update com.coolapk.market.ts

* Update com.coolapk.market.ts

* chore(actions): check_format_lint

* Update com.coolapk.market.ts

* Update com.coolapk.market.ts

* feat(酷安): 开屏广告

---------

Co-authored-by: 二刺螈 <i@songe.li>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
OldCoding
2023-10-31 23:19:32 +08:00
committed by GitHub
parent 8063184dee
commit 314bd71b1a

View File

@@ -8,21 +8,22 @@ export default defineAppConfig({
key: -1, key: -1,
name: '开屏广告', name: '开屏广告',
quickFind: true, quickFind: true,
activityIds: [ matchTime: 10000,
'com.coolapk.market.view.splash.SplashActivity', actionMaximum: 1,
'com.coolapk.market.view.main.MainActivity', resetMatch: 'app',
],
rules: [ rules: [
{ {
key: 0, key: 0,
matches: '[id$=":id/tt_splash_skip_btn"]', matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12503773', snapshotUrls: 'https://gkd-kit.gitee.io/import/12503773',
}, },
{ {
key: 1, key: 1,
matches: matches: '[text^="跳过"][text.length<=4]',
'[id="com.coolapk.market:id/ad_container"] >n [text^="跳过"]', snapshotUrls: [
snapshotUrls: 'https://gkd-kit.gitee.io/import/12917990', 'https://gkd-kit.gitee.io/import/12917990',
'https://gkd-kit.gitee.io/import/13211392',
],
}, },
], ],
}, },