mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 00:05:19 +08:00
feat(红手指云手机) 开屏广告-规则优化 (#1465)
* feat 开屏广告(优化规则) * feat 开屏广告(补充规则) * feat(红手指云手机): 开屏广告 --------- Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
@@ -7,19 +7,23 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '开屏广告',
|
name: '开屏广告',
|
||||||
activityIds: 'com.redfinger.app.activity.Ads2Activity',
|
matchTime: 10000,
|
||||||
matchLauncher: true,
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
matches: '[id="com.redfinger.app:id/ksad_splash_circle_skip_view"]',
|
matches: '[text*="跳过"][text.length<=10]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13166289',
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/import/13166289',
|
||||||
|
'https://i.gkd.li/import/13188631',
|
||||||
|
'https://i.gkd.li/import/13166298',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 2,
|
||||||
matches:
|
matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
|
||||||
'[id="com.redfinger.app:id/anythink_myoffer_splash_skip_area"]',
|
snapshotUrls: 'https://i.gkd.li/import/13188645',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13166298',
|
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user