From 9dc920cee68da09665f27c73da92cb13f2ff92fa Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Mon, 12 Feb 2024 19:40:07 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=B1=BD=E6=B0=B4=E9=9F=B3=E4=B9=90)=20?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E7=B1=BB-=E7=9C=8B=E8=A7=86=E9=A2=91?= =?UTF-8?q?=E5=85=8D=E8=B4=B9=E5=90=AC=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.luna.music.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/apps/com.luna.music.ts b/src/apps/com.luna.music.ts index 7c59a966..a19f6ac6 100644 --- a/src/apps/com.luna.music.ts +++ b/src/apps/com.luna.music.ts @@ -95,5 +95,13 @@ export default defineAppConfig({ }, ], }, + { + key: 9, + name: '功能类-看视频免费听弹窗', + desc: '点击【立得全天畅听】', + activityIds: 'com.luna.biz.main.main.MainActivity', + rules: '[text="立得全天畅听"][clickable=true]', + snapshotUrls: 'https://i.gkd.li/import/14237527', + }, ], });