mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat(123云盘): 开屏广告-规则优化 (#1274)
* feat: 开屏广告(补充规则) * feat: 开屏广告(移除 quickFind) * feat(123云盘): 开屏广告-规则优化 --------- Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
@@ -9,10 +9,17 @@ export default defineAppConfig({
|
|||||||
name: '开屏广告',
|
name: '开屏广告',
|
||||||
activityIds: 'com.mfcloudcalculate.networkdisk.activity.SplashActivity',
|
activityIds: 'com.mfcloudcalculate.networkdisk.activity.SplashActivity',
|
||||||
matchLauncher: true,
|
matchLauncher: true,
|
||||||
quickFind: true,
|
rules: [
|
||||||
rules:
|
{
|
||||||
'[id="com.mfcloudcalculate.networkdisk:id/frame_ad_splash_container"] >n [text="跳过"]',
|
key: 0,
|
||||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12846434',
|
matches:
|
||||||
|
'[id="com.mfcloudcalculate.networkdisk:id/frame_ad_splash_container"] >n [text^="跳过"][text.length<=4]',
|
||||||
|
snapshotUrls: [
|
||||||
|
'https://gkd-kit.songe.li/import/12846434',
|
||||||
|
'https://gkd-kit.songe.li/import/13059834',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user