From d5a2925eb7e143a04c9777c023043493c78fa7f3 Mon Sep 17 00:00:00 2001 From: m1saka Date: Thu, 9 Nov 2023 23:46:53 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=B5=B7=E8=B4=9D=E9=9F=B3=E4=B9=90):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#1932)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(海贝音乐):开屏广告 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] --- src/apps/com.hiby.music.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/com.hiby.music.ts diff --git a/src/apps/com.hiby.music.ts b/src/apps/com.hiby.music.ts new file mode 100644 index 00000000..78dd08bf --- /dev/null +++ b/src/apps/com.hiby.music.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.hiby.music', + name: '海贝音乐', + groups: [ + { + key: 1, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + quickFind: true, + rules: '[text="跳过"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/13293606', + }, + ], +});