mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 02:05:06 +08:00
feat(OurPlay加速器): 开屏广告(优化规则)、更新弹窗(优化规则) (#2713)
* feat 开屏广告(优化规则) * feat 更新弹窗(优化规则)
This commit is contained in:
@@ -7,34 +7,26 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '开屏广告',
|
name: '开屏广告',
|
||||||
activityIds: ['com.excelliance.kxqp.gs.main.MainActivity'],
|
quickFind: true,
|
||||||
rules: [
|
matchTime: 10000,
|
||||||
{
|
actionMaximum: 1,
|
||||||
matches: 'ImageView -(4) LinearLayout[childCount=2] > [text^="跳过"]',
|
resetMatch: 'app',
|
||||||
snapshotUrls: ['https://i.gkd.li/import/12684539'],
|
rules: '[text^="跳过"][text.length<=10]',
|
||||||
},
|
snapshotUrls: [
|
||||||
{
|
'https://i.gkd.li/import/12684539',
|
||||||
matches:
|
'https://i.gkd.li/import/12684565',
|
||||||
'[id="com.excean.splay:id/fl_jump"] - RelativeLayout > [text="跳过"][clickable=true]',
|
'https://i.gkd.li/import/12684579',
|
||||||
snapshotUrls: ['https://i.gkd.li/import/12684565'],
|
'https://i.gkd.li/import/13486087',
|
||||||
},
|
'https://i.gkd.li/import/13486740',
|
||||||
{
|
|
||||||
matches: '[id="com.excean.splay:id/render_ad_skip"][text^="跳过"]',
|
|
||||||
snapshotUrls: ['https://i.gkd.li/import/12684579'],
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新弹窗',
|
name: '更新弹窗',
|
||||||
activityIds: ['com.excelliance.kxqp.gs.main.MainActivity'],
|
actionMaximum: 1,
|
||||||
rules: [
|
resetMatch: 'app',
|
||||||
{
|
rules: '[text="发现新版本"] +n * > [text="忽略"]',
|
||||||
matches:
|
snapshotUrls: 'https://i.gkd.li/import/12684551',
|
||||||
'[id="com.excean.splay:id/positive"][text="立即更新"] + [id="com.excean.splay:id/negative"][text="忽略"]',
|
|
||||||
snapshotUrls: ['https://i.gkd.li/import/12684551'],
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user