feat(华为天气): 广告卡片(补充规则) (#1864)

This commit is contained in:
Kun Jinkao
2023-11-05 23:13:24 +08:00
committed by GitHub
parent 7ed001b35c
commit 10117c0b9b

View File

@@ -31,8 +31,21 @@ export default defineAppConfig({
quickFind: true, quickFind: true,
activityIds: activityIds:
'com.huawei.android.totemweather.composite.MarketCompositeActivity', 'com.huawei.android.totemweather.composite.MarketCompositeActivity',
rules: '[id="com.huawei.android.totemweather:id/promote_ad_cancel"]', rules: [
snapshotUrls: 'https://i.gkd.li/import/13218197', {
key: 0,
matches:
'[id="com.huawei.android.totemweather:id/promote_ad_cancel"]',
snapshotUrls: 'https://i.gkd.li/import/13218197',
},
{
preKeys: 0,
key: 1,
matches:
'[id="com.huawei.android.totemweather:id/feedback_negative_flv"] > [text="直接关闭"]',
snapshotUrls: 'https://i.gkd.li/import/13259434',
},
],
}, },
], ],
}); });