mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
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:
@@ -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'],
|
||||||
|
},
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user