From 1e1c37088b8a12b043cdc271ad849c02f30bd94d Mon Sep 17 00:00:00 2001 From: AIsouler Date: Mon, 17 Jun 2024 11:16:29 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=8D=A3=E8=80=80=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.hihonor.cloudmusic.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/apps/com.hihonor.cloudmusic.ts b/src/apps/com.hihonor.cloudmusic.ts index e14ab956..6dc2eb0c 100644 --- a/src/apps/com.hihonor.cloudmusic.ts +++ b/src/apps/com.hihonor.cloudmusic.ts @@ -24,5 +24,19 @@ export default defineGkdApp({ }, ], }, + { + key: 2, + name: '全屏广告-弹窗广告', + desc: '点击关闭', + quickFind: true, + rules: [ + { + action: 'back', + activityIds: 'com.netease.cloudmusic.activity.MainActivity', + matches: '[vid="dsl_dialog_root"]', + snapshotUrls: 'https://i.gkd.li/i/15860430', + }, + ], + }, ], });