From 25499e6f12679dd26dc8214694aa6fd3bc77e8ad Mon Sep 17 00:00:00 2001 From: walklty <47232102+walklty@users.noreply.github.com> Date: Thu, 26 Oct 2023 23:27:53 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=9B=BE=E5=9B=BE=E5=BD=B1=E8=A7=86):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F,=20=E5=BC=B9=E7=AA=97=20(#1413)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Create com.jsguohua.youquanmall.tt.ts * feat(图图影视): 规则优化 --------- Co-authored-by: lisonge close #1401 --- src/apps/com.jsguohua.youquanmall.tt.ts | 33 +++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/apps/com.jsguohua.youquanmall.tt.ts diff --git a/src/apps/com.jsguohua.youquanmall.tt.ts b/src/apps/com.jsguohua.youquanmall.tt.ts new file mode 100644 index 00000000..10c93028 --- /dev/null +++ b/src/apps/com.jsguohua.youquanmall.tt.ts @@ -0,0 +1,33 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.jsguohua.youquanmall.tt', + name: '图图影视', + groups: [ + { + key: 0, + name: '开屏广告', + matchLauncher: true, + quickFind: true, + activityIds: 'com.zero.flutter_qq_ads.page.AdSplashActivity', + rules: [ + { + matches: '[text^="跳过"][text.length<=3]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/13163305', + }, + ], + }, + { + key: 1, + name: '应用内弹窗', + activityIds: 'com.zero.flutter_qq_ads.page.AdSplashActivity', + rules: [ + { + matches: + '[text="去微信看看"] < FrameLayout ImageView', + snapshotUrls: 'https://gkd-kit.gitee.io/import/13163314', + }, + ], + }, + ], +});