mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 16:22:21 +08:00
feat(瑞幸咖啡): 超值换购, quickFind, matchLauncher (#1157)
* feat(瑞幸咖啡): 超值换购, 增加quickFind和matchLauncher * feat(瑞幸咖啡): 超值换购, quickFind, matchLauncher
This commit is contained in:
parent
2dff2c0e47
commit
b4ded34fa6
|
@ -8,6 +8,8 @@ export default defineAppConfig({
|
|||
key: 0,
|
||||
name: '开屏广告',
|
||||
activityIds: 'com.luckin.client.main.FirstActivity',
|
||||
matchLauncher: true,
|
||||
quickFind: true,
|
||||
rules: '[id="com.lucky.luckyclient:id/tv_skip"]',
|
||||
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"]',
|
||||
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',
|
||||
},
|
||||
],
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user