From 6e9439ebb71eb24cb2e5eb870ed76b83d350928a Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Fri, 15 Dec 2023 20:50:12 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=90=AC=E5=90=AC=E5=B9=BF=E6=92=AD):?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#3209)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #3197 --- src/apps/net.joydao.radio.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/net.joydao.radio.ts diff --git a/src/apps/net.joydao.radio.ts b/src/apps/net.joydao.radio.ts new file mode 100644 index 00000000..5cffe8d0 --- /dev/null +++ b/src/apps/net.joydao.radio.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'net.joydao.radio', + name: '听听广播', + groups: [ + { + key: 0, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + quickFind: true, + rules: '[text*="跳过"][text.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/13683267', + }, + ], +});