mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 08:15:11 +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: '开屏广告',
|
||||
activityIds: 'com.mfcloudcalculate.networkdisk.activity.SplashActivity',
|
||||
matchLauncher: true,
|
||||
quickFind: true,
|
||||
rules:
|
||||
'[id="com.mfcloudcalculate.networkdisk:id/frame_ad_splash_container"] >n [text="跳过"]',
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12846434',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
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