From 585e00c2bbbae2feb32191e3dc0e6ba6b4aebfa9 Mon Sep 17 00:00:00 2001 From: aisouler Date: Sun, 4 Feb 2024 12:54:58 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=BA=94=E5=AF=B8=E6=96=B9):=20=E5=85=A8?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A-=E5=BC=B9=E7=AA=97=E5=B9=BF?= =?UTF-8?q?=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.hxzd.wcf.ts | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/apps/com.hxzd.wcf.ts diff --git a/src/apps/com.hxzd.wcf.ts b/src/apps/com.hxzd.wcf.ts new file mode 100644 index 00000000..099f23d9 --- /dev/null +++ b/src/apps/com.hxzd.wcf.ts @@ -0,0 +1,23 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.hxzd.wcf', + name: '五寸方', + groups: [ + { + key: 1, + name: '全屏广告-弹窗广告', + desc: '点击关闭', + rules: [ + { + quickFind: true, + activityIds: 'com.hxzd.wcf.ui.MainActivity', + matches: '[id="com.hxzd.wcf:id/btn_close"]', + exampleUrls: + 'https://m.gkd.li/57941037/88897f2d-647e-47f8-8e43-1fe349b3442d', + snapshotUrls: 'https://i.gkd.li/import/14155547', + }, + ], + }, + ], +});