diff --git a/src/apps/ltd.sky.okay.cn.ts b/src/apps/ltd.sky.okay.cn.ts index da2bd8e0..8e5d0cae 100644 --- a/src/apps/ltd.sky.okay.cn.ts +++ b/src/apps/ltd.sky.okay.cn.ts @@ -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', + }, ], }, ],