From 219a5d80980cd6f07f2628248486ad602bc36ecc Mon Sep 17 00:00:00 2001 From: OldCoding <85047508+OldCoding@users.noreply.github.com> Date: Mon, 30 Oct 2023 23:38:59 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=94=9C=E7=B3=96):=20=E5=BC=80=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=20(#1591)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Create com.tt.turbo.ts * feat(甜糖): 开屏广告 --------- Co-authored-by: 二刺螈 --- src/apps/com.tt.turbo.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/apps/com.tt.turbo.ts diff --git a/src/apps/com.tt.turbo.ts b/src/apps/com.tt.turbo.ts new file mode 100644 index 00000000..6f325c0c --- /dev/null +++ b/src/apps/com.tt.turbo.ts @@ -0,0 +1,17 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.tt.turbo', + name: '甜糖', + groups: [ + { + key: 0, + name: '开屏广告', + matchTime: 10000, + resetMatch: 'app', + actionMaximum: 1, + rules: 'View[desc^="跳过"][desc.length<=4]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/13200355', + }, + ], +});