feat(Pods King): 开屏广告 (#2932)

* feat(Pods King): 开屏广告

* Update com.msnothing.airpodsking.ts

* chore(actions): check_format_lint

* feat(Pods King): 开屏广告

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
jacktpy
2023-12-08 21:53:44 +08:00
committed by GitHub
parent 9fe720b78e
commit a35fea78bf

View File

@@ -7,10 +7,21 @@ export default defineAppConfig({
{ {
key: 0, key: 0,
name: '开屏广告', name: '开屏广告',
activityIds: 'com.msnothing.ad.splash.HomeSplashActivity', quickFind: true,
matchLauncher: true, actionMaximum: 1,
rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', resetMatch: 'app',
snapshotUrls: 'https://i.gkd.li/import/12908449', matchTime: 10000,
rules: [
{
quickFind: false,
matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
snapshotUrls: ['https://i.gkd.li/import/12908449'],
},
{
matches: '[text="跳过"]',
snapshotUrls: ['https://i.gkd.li/import/13607847'],
},
],
}, },
], ],
}); });