From 0b51988c7a0f1d2713b55c6edec0a2fdd6f34e7b Mon Sep 17 00:00:00 2001 From: walklty <47232102+walklty@users.noreply.github.com> Date: Sun, 29 Oct 2023 23:14:57 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=AF=94=E7=BF=BC=E5=A4=9A=E5=BC=80):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A,=20=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=20(#1534)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Create com.svm.hbyy.ts * Update com.svm.hbyy.ts * Update com.svm.hbyy.ts * chore(actions): check_format_lint * feat(比翼多开): 规则优化 --------- Co-authored-by: github-actions[bot] Co-authored-by: lisonge close #1527 --- src/apps/com.svm.hbyy.ts | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/apps/com.svm.hbyy.ts diff --git a/src/apps/com.svm.hbyy.ts b/src/apps/com.svm.hbyy.ts new file mode 100644 index 00000000..40c21989 --- /dev/null +++ b/src/apps/com.svm.hbyy.ts @@ -0,0 +1,36 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.svm.hbyy', + name: '比翼多开', + groups: [ + { + key: 0, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + quickFind: true, + rules: [ + { + matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/13185376', + }, + ], + }, + { + key: 1, + name: '弹窗广告', + activityIds: 'com.svm.core.pro.view.activity.MainActivityEx', + rules: [ + { + matches: [ + '[text="打开或下载第三方应用"]', + 'FrameLayout[childCount=3] + FrameLayout > ImageView', + ], + snapshotUrls: 'https://gkd-kit.gitee.io/import/13185377', + }, + ], + }, + ], +});