diff --git a/src/apps/com.huawei.android.totemweather.ts b/src/apps/com.huawei.android.totemweather.ts index fee372a7..279b62cf 100644 --- a/src/apps/com.huawei.android.totemweather.ts +++ b/src/apps/com.huawei.android.totemweather.ts @@ -31,8 +31,21 @@ export default defineAppConfig({ quickFind: true, activityIds: 'com.huawei.android.totemweather.composite.MarketCompositeActivity', - rules: '[id="com.huawei.android.totemweather:id/promote_ad_cancel"]', - snapshotUrls: 'https://i.gkd.li/import/13218197', + rules: [ + { + 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', + }, + ], }, ], });