From 1c500edbc506281c36aa3ca2c93f9979fd8be030 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sun, 16 Jun 2024 18:23:20 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=81=86=E5=90=AC=E9=9F=B3=E4=B9=90):=20?= =?UTF-8?q?=E5=85=A8=E5=B1=8F=E5=B9=BF=E5=91=8A-=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.yfoo.listen.ts | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/apps/com.yfoo.listen.ts diff --git a/src/apps/com.yfoo.listen.ts b/src/apps/com.yfoo.listen.ts new file mode 100644 index 00000000..8acfef03 --- /dev/null +++ b/src/apps/com.yfoo.listen.ts @@ -0,0 +1,24 @@ +import { defineGkdApp } from '@gkd-kit/define'; + +export default defineGkdApp({ + id: 'com.yfoo.listen', + name: '聆听音乐', + groups: [ + { + key: 1, + name: '全屏广告-弹窗广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + key: 0, + quickFind: true, + activityIds: 'com.yfoo.listenx.activity.HomeActivity', + matches: '@[text="取消"] < * > [text="下载"]', + snapshotUrls: 'https://i.gkd.li/i/15856014', + }, + ], + }, + ], +});