From f6ba28c8d4c9673e6ac24ba22db526397592d1de Mon Sep 17 00:00:00 2001 From: AIsouler Date: Wed, 28 Feb 2024 12:22:11 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=BA=91=E8=BF=90=E5=8A=A8):=20=E5=B1=80?= =?UTF-8?q?=E9=83=A8=E5=B9=BF=E5=91=8A-=E5=8D=A1=E7=89=87=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.yunzhi.tiyu.ts | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 src/apps/com.yunzhi.tiyu.ts diff --git a/src/apps/com.yunzhi.tiyu.ts b/src/apps/com.yunzhi.tiyu.ts new file mode 100644 index 00000000..820587c9 --- /dev/null +++ b/src/apps/com.yunzhi.tiyu.ts @@ -0,0 +1,27 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.yunzhi.tiyu', + name: '云运动', + groups: [ + { + key: 1, + name: '局部广告-卡片广告', + desc: '点击关闭', + rules: [ + { + key: 0, + activityIds: 'com.yunzhi.tiyu.module.MainActivity', + matches: + 'WebView[text=""] >3 View > View > Image[text=""][visibleToUser=true]', + exampleUrls: + 'https://m.gkd.li/57941037/fa043e1b-4dc6-4824-8b25-5f6c1cfdf0da', + snapshotUrls: [ + 'https://i.gkd.li/i/14428780', + 'https://i.gkd.li/i/14428777', + ], + }, + ], + }, + ], +});