From 6b63f5da06a6e6e1df19b6d93faac48678e0c4a4 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sat, 18 Nov 2023 22:50:42 +0800 Subject: [PATCH] =?UTF-8?q?feat(MINO=204K):=20=E5=BC=B9=E7=AA=97=E5=B9=BF?= =?UTF-8?q?=E5=91=8A=20(#2166)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.qjy.youqulife.io.ts | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/apps/com.qjy.youqulife.io.ts diff --git a/src/apps/com.qjy.youqulife.io.ts b/src/apps/com.qjy.youqulife.io.ts new file mode 100644 index 00000000..e42a6941 --- /dev/null +++ b/src/apps/com.qjy.youqulife.io.ts @@ -0,0 +1,23 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.qjy.youqulife.io', + name: 'MINO 4K', + groups: [ + { + key: 1, + name: '弹窗广告', + rules: [ + { + key: 1, + name: '快手广告', + activityIds: 'com.qjy.youqulife.io.MainActivity', + quickFind: true, + matches: + '[text="广告"] <2 ViewGroup -n ViewGroup > ViewGroup > [text="跳过"]', + snapshotUrls: 'https://i.gkd.li/import/13378653', + }, + ], + }, + ], +});