From 4f588afb9d4ffdc7f7da305a3c1de60fddaafc93 Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Thu, 16 Nov 2023 21:33:58 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=B1=BD=E6=B0=B4=E9=9F=B3=E4=B9=90):=20V?= =?UTF-8?q?IP=E5=BC=B9=E7=AA=97=20(#2147)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(汽水音乐):VIP弹窗 * Update com.luna.music.ts --- src/apps/com.luna.music.ts | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/src/apps/com.luna.music.ts b/src/apps/com.luna.music.ts index 31b99cb7..7b4a6fbf 100644 --- a/src/apps/com.luna.music.ts +++ b/src/apps/com.luna.music.ts @@ -7,9 +7,29 @@ export default defineAppConfig({ { key: 0, name: '开屏广告', - activityIds: 'com.luna.biz.ad.AdActivity', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', rules: '[id$="/tt_splash_skip_btn"]', snapshotUrls: 'https://i.gkd.li/import/12514049', }, + { + key: 2, + name: 'VIP弹窗', + desc: '直接关闭所有该样式弹窗', + matchLauncher: true, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + action: 'back', + matches: '[id="com.luna.music:id/bullet_container"]', + snapshotUrls: [ + 'https://i.gkd.li/import/13365087', + 'https://i.gkd.li/import/13365085', + ], + }, + ], + }, ], });