From 4d91f7cc6ab60bc859141b4b9ccef557289fcf51 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Thu, 28 Mar 2024 10:49:02 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=98=9F=E5=BD=B1=E8=A7=86=E9=A2=91):=20?= =?UTF-8?q?=E5=85=A8=E5=B1=8F=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/cn.ylkj.xingying.ts | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/apps/cn.ylkj.xingying.ts diff --git a/src/apps/cn.ylkj.xingying.ts b/src/apps/cn.ylkj.xingying.ts new file mode 100644 index 00000000..39e6053f --- /dev/null +++ b/src/apps/cn.ylkj.xingying.ts @@ -0,0 +1,23 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'cn.ylkj.xingying', + name: '星影视频', + groups: [ + { + key: 1, + name: '全屏广告-广告弹窗', + desc: '点击关闭', + rules: [ + { + activityIds: 'cn.ylkj.xingying.MainActivity', + matches: + '[id="android:id/content"] >4 FrameLayout[childCount=1] > ImageView', + exampleUrls: + 'https://m.gkd.li/57941037/66b19fbd-b82d-4f10-b82d-0fc74c146b1c', + snapshotUrls: 'https://i.gkd.li/i/14783306', + }, + ], + }, + ], +});