mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(钉钉): 开屏广告-规则优化 (#805)
This commit is contained in:
@@ -7,10 +7,24 @@ export default defineAppConfig({
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
activityIds: 'com.alibaba.android.rimet.biz.SplashActivity',
|
||||
rules:
|
||||
'[id="com.alibaba.android.rimet:id/btn_check_detail"||text^="跳过"]',
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12506211',
|
||||
matchLauncher: true,
|
||||
quickFind: true,
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
activityIds: 'com.alibaba.android.rimet.biz.SplashActivity',
|
||||
matches:
|
||||
'[id="com.alibaba.android.rimet:id/btn_check_detail"||text^="跳过"]',
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12506211',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
activityIds: 'com.alibaba.android.rimet.biz.SplashAdvertiseActivity',
|
||||
matches:
|
||||
'[id="com.alibaba.android.rimet:id/splash_advertise_pass_text"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12837220',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user