diff --git a/src/apps/com.excean.splay.ts b/src/apps/com.excean.splay.ts new file mode 100644 index 00000000..d1a6e63b --- /dev/null +++ b/src/apps/com.excean.splay.ts @@ -0,0 +1,40 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.excean.splay', + name: 'OurPlay加速器', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: ['com.excelliance.kxqp.gs.main.MainActivity'], + rules: [ + { + matches: 'ImageView -(4) LinearLayout[childCount=2] > [text^="跳过"]', + snapshotUrls: ['https://gkd-kit.gitee.io/import/12684539'], + }, + { + matches: + '[id="com.excean.splay:id/fl_jump"] - RelativeLayout > [text="跳过"][clickable=true]', + snapshotUrls: ['https://gkd-kit.gitee.io/import/12684565'], + }, + { + matches: '[id="com.excean.splay:id/render_ad_skip"][text^="跳过"]', + snapshotUrls: ['https://gkd-kit.gitee.io/import/12684579'], + }, + ], + }, + { + key: 1, + name: '更新弹窗', + activityIds: ['com.excelliance.kxqp.gs.main.MainActivity'], + rules: [ + { + matches: + '[id="com.excean.splay:id/positive"][text="立即更新"] + [id="com.excean.splay:id/negative"][text="忽略"]', + snapshotUrls: ['https://gkd-kit.gitee.io/import/12684551'], + }, + ], + }, + ], +});