From e3bb86f2b7fd2026d64b3aa13abe9e78b589551e Mon Sep 17 00:00:00 2001 From: aisouler Date: Sat, 17 Feb 2024 23:18:26 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=80=9F=E6=90=9C=E8=A7=86=E9=A2=91):=20?= =?UTF-8?q?=E5=85=A8=E5=B1=8F=E5=B9=BF=E5=91=8A-=E5=B9=BF=E5=91=8A?= =?UTF-8?q?=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.jiutian.jiutianapp.sss.ts | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/apps/com.jiutian.jiutianapp.sss.ts diff --git a/src/apps/com.jiutian.jiutianapp.sss.ts b/src/apps/com.jiutian.jiutianapp.sss.ts new file mode 100644 index 000000000..d92b05e82 --- /dev/null +++ b/src/apps/com.jiutian.jiutianapp.sss.ts @@ -0,0 +1,22 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.jiutian.jiutianapp.sss', + name: '速搜视频', + groups: [ + { + key: 1, + name: '全屏广告-广告弹窗', + desc: '点击关闭', + rules: [ + { + matches: + '[id="android:id/content"] >4 FrameLayout[childCount=5] >2 ImageView[visibleToUser=true]', + exampleUrls: + 'https://m.gkd.li/57941037/93c98c6f-56f9-4c57-a8b4-ff8a74900c1e', + snapshotUrls: 'https://i.gkd.li/import/14318888', + }, + ], + }, + ], +});