feat(华为运动健康): 底部横幅广告 (#2912)

* Add files via upload

* Update com.huawei.health.ts
This commit is contained in:
lyc452
2023-12-08 20:27:15 +08:00
committed by GitHub
parent 502ebba95f
commit 395e18a2e0

View File

@@ -55,5 +55,17 @@ export default defineAppConfig({
rules: '[text="开启个性化推荐"] +2 [text="开启"] + Button',
snapshotUrls: 'https://i.gkd.li/import/13546292',
},
{
enable: false,
key: 4,
name: '底部横幅广告',
rules: [
{
activityIds: 'com.huawei.health.MainActivity',
matches: '[id="com.huawei.health:id/marketing_close_icon"]',
snapshotUrls: 'https://i.gkd.li/import/13587206',
},
],
},
],
});