feat(123云盘): 开屏广告-规则优化 (#1274)

* feat: 开屏广告(补充规则)

* feat: 开屏广告(移除 quickFind)

* feat(123云盘): 开屏广告-规则优化

---------

Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
Kun Jinkao
2023-10-21 23:57:52 +08:00
committed by GitHub
parent eeeb1a0fae
commit 23c697cae9

View File

@@ -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',
],
},
],
},
],
});