From 00c0e4c3ab55a5406e35bde1259243ba37ac8e2e Mon Sep 17 00:00:00 2001 From: AIsouler Date: Mon, 14 Oct 2024 12:28:22 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=9C=80=E5=87=86=E5=A4=A9=E6=B0=94):=20?= =?UTF-8?q?=E5=B1=80=E9=83=A8=E5=B9=BF=E5=91=8A-=E5=8D=A1=E7=89=87?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=20(#409)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.doudoubird.weather.ts | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/apps/com.doudoubird.weather.ts diff --git a/src/apps/com.doudoubird.weather.ts b/src/apps/com.doudoubird.weather.ts new file mode 100644 index 000000000..c9c9fac95 --- /dev/null +++ b/src/apps/com.doudoubird.weather.ts @@ -0,0 +1,22 @@ +import { defineGkdApp } from '@gkd-kit/define'; + +export default defineGkdApp({ + id: 'com.doudoubird.weather', + name: '最准天气', + groups: [ + { + key: 1, + name: '局部广告-卡片广告', + desc: '点击关闭', + rules: [ + { + fastQuery: true, + activityIds: '.MainActivity', + matches: '[vid="ad_view"] + [vid="delete_icon"]', + exampleUrls: 'https://e.gkd.li/2a61d3de-6117-4d85-8f4d-565f6ee00a57', + snapshotUrls: 'https://i.gkd.li/i/17358146', + }, + ], + }, + ], +});