diff --git a/src/apps/com.sodalife.sodax.ts b/src/apps/com.sodalife.sodax.ts new file mode 100644 index 00000000..9adc722e --- /dev/null +++ b/src/apps/com.sodalife.sodax.ts @@ -0,0 +1,40 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.sodalife.sodax', + name: '苏打校园', + groups: [ + { + key: 0, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[id="com.byted.pangle.m:id/tt_splash_skip_btn"]', + snapshotUrls: 'https://i.gkd.li/import/13400628', + }, + { + key: 1, + name: '弹窗广告', + rules: [ + { + key: 1, + name: '字节广告', + activityIds: + 'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity', + matches: '@Image < View +3 View > View > TextView[text$="广告"]', + snapshotUrls: 'https://i.gkd.li/import/13400643', + }, + { + key: 10, + name: '双十一广告', + activityIds: + 'com.sodalife.sodax.libraries.ads.gromore.GroMoreSplashActivity', + matches: + 'ViewGroup[childCount=2] > ViewGroup + ViewGroup[clickable=true][childCount=1]', + snapshotUrls: 'https://i.gkd.li/import/13400653', + }, + ], + }, + ], +});