mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat(OurPlay加速器): 开屏广告, 更新弹窗 (#248)
This commit is contained in:
40
src/apps/com.excean.splay.ts
Normal file
40
src/apps/com.excean.splay.ts
Normal file
@@ -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'],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user