feat(漫天星): 开屏广告、弹窗广告(补充规则) (#3386)

* feat 弹窗广告(补充规则)

* feat 开屏广告
This commit is contained in:
Kun Jinkao
2023-12-24 21:00:28 +08:00
committed by GitHub
parent ab8e4c8e4f
commit 0ce2641d02

View File

@@ -4,6 +4,15 @@ export default defineAppConfig({
id: 'ltd.sky.okay.cn',
name: '漫天星',
groups: [
{
key: 0,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
snapshotUrls: 'https://i.gkd.li/import/13759409',
},
{
key: 1,
name: '弹窗广告',
@@ -16,6 +25,16 @@ export default defineAppConfig({
'ImageView -2 FrameLayout > FrameLayout > FrameLayout[childCount=1] > ImageView[childCount=0]',
snapshotUrls: 'https://i.gkd.li/import/13625479',
},
{
key: 1,
name: '字节广告',
actionDelay: 1500,
activityIds:
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
matches:
'@Image[text=""] < View +n View > View > TextView[text="广告"]',
snapshotUrls: 'https://i.gkd.li/import/13759331',
},
],
},
],