From 3aeab2faf36515deb61fc803356f3025a9e3ffdf Mon Sep 17 00:00:00 2001 From: aisouler Date: Wed, 7 Feb 2024 20:33:59 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=A4=A9=E6=B0=94):=20=E5=BA=95=E9=83=A8?= =?UTF-8?q?=E5=8D=A1=E7=89=87=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.hihonor.android.totemweather.ts | 23 ++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/apps/com.hihonor.android.totemweather.ts diff --git a/src/apps/com.hihonor.android.totemweather.ts b/src/apps/com.hihonor.android.totemweather.ts new file mode 100644 index 00000000..afefefb0 --- /dev/null +++ b/src/apps/com.hihonor.android.totemweather.ts @@ -0,0 +1,23 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.hihonor.android.totemweather', + name: '天气', + groups: [ + { + key: 1, + name: '局部广告-底部卡片广告', + desc: '点击关闭', + rules: [ + { + quickFind: true, + activityIds: 'com.hihonor.android.totemweather.WeatherHome', + matches: '[vid="ad_cancel"][visibleToUser=true]', + exampleUrls: + 'https://m.gkd.li/57941037/764769ff-b571-498a-ac57-f4b1ae331056', + snapshotUrls: 'https://i.gkd.li/import/14193808', + }, + ], + }, + ], +});