From 594422d7aaacfa9a589315daa554d2f34cb7d745 Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Tue, 28 Nov 2023 19:49:48 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=8C=91=E6=88=98=E7=AD=94=E9=A2=98?= =?UTF-8?q?=E5=8A=A9=E6=89=8B):=20=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(?= =?UTF-8?q?#2561)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #2556 --- src/apps/cc.kinva.smartqa.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/cc.kinva.smartqa.ts diff --git a/src/apps/cc.kinva.smartqa.ts b/src/apps/cc.kinva.smartqa.ts new file mode 100644 index 00000000..ef20482f --- /dev/null +++ b/src/apps/cc.kinva.smartqa.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'cc.kinva.smartqa', + name: '挑战答题助手', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', + snapshotUrls: 'https://i.gkd.li/import/13469232', + }, + ], +});