mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
feat(华为天气): 广告卡片(补充规则) (#1864)
This commit is contained in:
@@ -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',
|
||||||
|
},
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user