diff --git a/src/apps/com.huawei.android.totemweather.ts b/src/apps/com.huawei.android.totemweather.ts index 87bcb3d8..30eeb4e8 100644 --- a/src/apps/com.huawei.android.totemweather.ts +++ b/src/apps/com.huawei.android.totemweather.ts @@ -62,5 +62,17 @@ export default defineAppConfig({ }, ], }, + { + key: 2, + name: '顶部广告条', + rules: [ + { + key: 0, + activityIds: 'com.huawei.android.totemweather.WeatherMainActivity', + matches: '[vid="rl_close_pps"] > ImageView', + snapshotUrls: 'https://i.gkd.li/import/13800100', + }, + ], + }, ], });