mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(菜鸟): 开屏广告-规则优化 (#1057)
* feat(菜鸟): 开屏广告-新增规则 * feat(菜鸟): 开屏广告-规则优化 --------- Co-authored-by: shanlan <hi@gobyte.cn> Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
@@ -7,9 +7,17 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '开屏广告',
|
name: '开屏广告',
|
||||||
|
quickFind: true,
|
||||||
activityIds: 'com.cainiao.wireless.homepage.view.activity.AdsActivity',
|
activityIds: 'com.cainiao.wireless.homepage.view.activity.AdsActivity',
|
||||||
rules: '[id="com.cainiao.wireless:id/homesplash_close_fullscreen"]',
|
rules: [
|
||||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12724823',
|
{
|
||||||
|
matches: '[text^="跳过"][text.length<=4]',
|
||||||
|
snapshotUrls: [
|
||||||
|
'https://gkd-kit.gitee.io/import/12901758',
|
||||||
|
'https://gkd-kit.gitee.io/import/12724823',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user