From 6a4cde75bb5abca3d7107ea106de10d5d95322ef Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Mon, 13 Nov 2023 00:28:06 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=AF=94=E4=BA=9A=E8=BF=AA=E6=B5=B7?= =?UTF-8?q?=E6=B4=8B):=20=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#2029)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #2019 --- src/apps/com.byd.sea.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/com.byd.sea.ts diff --git a/src/apps/com.byd.sea.ts b/src/apps/com.byd.sea.ts new file mode 100644 index 00000000..68aee616 --- /dev/null +++ b/src/apps/com.byd.sea.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.byd.sea', + name: '比亚迪海洋', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[text *= "跳过"][text.length <= 10]', + snapshotUrls: 'https://i.gkd.li/import/13325114', + }, + ], +});