From c35d9f490929a24ddbf5f0b47fc8d8ecdd9e0c7f Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Tue, 2 Jan 2024 20:40:31 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=8D=8E=E4=B8=BA=E5=A4=A9=E6=B0=94):=20?= =?UTF-8?q?=E9=A1=B6=E9=83=A8=E5=B9=BF=E5=91=8A=E6=9D=A1=20(#3584)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.huawei.android.totemweather.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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', + }, + ], + }, ], });