From cc46fa5784ada8a02d8c2d81d16851405b0e22cb Mon Sep 17 00:00:00 2001 From: AIsouler Date: Fri, 10 Oct 2025 19:43:04 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B3=A2=E7=82=B9=E9=9F=B3=E4=B9=90-?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20#1232?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/cn.wenyu.bodian.ts | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/apps/cn.wenyu.bodian.ts diff --git a/src/apps/cn.wenyu.bodian.ts b/src/apps/cn.wenyu.bodian.ts new file mode 100644 index 00000000..57116785 --- /dev/null +++ b/src/apps/cn.wenyu.bodian.ts @@ -0,0 +1,25 @@ +import { defineGkdApp } from '@gkd-kit/define'; + +export default defineGkdApp({ + id: 'cn.wenyu.bodian', + name: '波点音乐', + groups: [ + { + key: 1, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + priorityTime: 10000, + rules: [ + { + fastQuery: true, + action: 'clickCenter', + matches: '[text*="跳过"][text.length<10][visibleToUser=true]', + exampleUrls: 'https://e.gkd.li/349c0f9e-a1d2-4e1d-bd6e-e42c3b3c01a6', + snapshotUrls: 'https://i.gkd.li/i/22845785', + }, + ], + }, + ], +});