mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(瑞幸咖啡): 超值换购, quickFind, matchLauncher (#1157)
* feat(瑞幸咖啡): 超值换购, 增加quickFind和matchLauncher * feat(瑞幸咖啡): 超值换购, quickFind, matchLauncher
This commit is contained in:
@@ -8,6 +8,8 @@ export default defineAppConfig({
|
|||||||
key: 0,
|
key: 0,
|
||||||
name: '开屏广告',
|
name: '开屏广告',
|
||||||
activityIds: 'com.luckin.client.main.FirstActivity',
|
activityIds: 'com.luckin.client.main.FirstActivity',
|
||||||
|
matchLauncher: true,
|
||||||
|
quickFind: true,
|
||||||
rules: '[id="com.lucky.luckyclient:id/tv_skip"]',
|
rules: '[id="com.lucky.luckyclient:id/tv_skip"]',
|
||||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12508764',
|
snapshotUrls: 'https://gkd-kit.songe.li/import/12508764',
|
||||||
},
|
},
|
||||||
@@ -19,5 +21,15 @@ export default defineAppConfig({
|
|||||||
'@ImageView[id="com.lucky.luckyclient:id/dismiss_btn"] - LinearLayout > ImageView[id="com.lucky.luckyclient:id/update_btn"]',
|
'@ImageView[id="com.lucky.luckyclient:id/dismiss_btn"] - LinearLayout > ImageView[id="com.lucky.luckyclient:id/update_btn"]',
|
||||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12846499',
|
snapshotUrls: 'https://gkd-kit.songe.li/import/12846499',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 2,
|
||||||
|
name: '超值换购',
|
||||||
|
desc: '关闭超值换购弹窗',
|
||||||
|
enable: false,
|
||||||
|
activityIds: 'com.lucky.luckyclient.preview2.OrderPreviewActivity2',
|
||||||
|
quickFind: true,
|
||||||
|
rules: '[id="com.lucky.luckyclient:id/close_iv"][visibleToUser=true]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12922834',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user