From 545e8c265b21eab2665cc01eb2d942f5075d3053 Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Mon, 30 Oct 2023 00:17:44 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=B9=94=E5=AE=89=E6=99=BA=E8=81=94):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#1551)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #1516 --- src/apps/com.jooan.qiaoanzhilian.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/com.jooan.qiaoanzhilian.ts diff --git a/src/apps/com.jooan.qiaoanzhilian.ts b/src/apps/com.jooan.qiaoanzhilian.ts new file mode 100644 index 00000000..efbf5cb1 --- /dev/null +++ b/src/apps/com.jooan.qiaoanzhilian.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.jooan.qiaoanzhilian', + name: '乔安智联', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: 'TextView[text="跳过"]', + snapshotUrls: 'https://i.gkd.li/import/13197473', + }, + ], +});