From b9116a995d3fbc25672abd7c3d570ae4453f9838 Mon Sep 17 00:00:00 2001 From: aisouler Date: Tue, 13 Feb 2024 18:48:58 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=A4=A9=E6=B0=94):=20=E5=B1=80=E9=83=A8?= =?UTF-8?q?=E5=B9=BF=E5=91=8A-=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.coloros.weather2.ts | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/apps/com.coloros.weather2.ts diff --git a/src/apps/com.coloros.weather2.ts b/src/apps/com.coloros.weather2.ts new file mode 100644 index 00000000..3ca7be1a --- /dev/null +++ b/src/apps/com.coloros.weather2.ts @@ -0,0 +1,23 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.coloros.weather2', + name: '天气', + groups: [ + { + key: 1, + name: '局部广告-卡片广告', + desc: '点击关闭', + rules: [ + { + quickFind: true, + activityIds: 'com.oplus.weather.main.view.WeatherMainActivity', + matches: '[vid="feed_close"]', + exampleUrls: + 'https://m.gkd.li/57941037/fc08493c-dec2-4534-9f61-3627aa337b30', + snapshotUrls: 'https://i.gkd.li/import/14258190', + }, + ], + }, + ], +});