From 7f94bee36e9aeb80d37758d9c47c5567430243fc Mon Sep 17 00:00:00 2001 From: aisouler Date: Thu, 1 Feb 2024 18:36:56 +0800 Subject: [PATCH] Squashed commit of the following: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit commit 42eb0913be22b291b3c3bf262babbc9d527b07cd Author: github-actions[bot] Date: Tue Jan 16 05:09:47 2024 +0000 chore(actions): check_format_lint commit 1809befa9821fb2e1d87809e756a701ea69060ea Author: aisouler Date: Tue Jan 16 13:09:07 2024 +0800 feat(汽水音乐):全屏广告-看广告获取听歌时长 --- src/apps/com.luna.music.ts | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/apps/com.luna.music.ts b/src/apps/com.luna.music.ts index fa7cc4a9..43c3a3b3 100644 --- a/src/apps/com.luna.music.ts +++ b/src/apps/com.luna.music.ts @@ -66,5 +66,24 @@ export default defineAppConfig({ }, ], }, + { + key: 8, + quickFind: true, + name: '全屏广告-看广告获取听歌时长', + desc: '点击领取成功-点击坚持退出', + rules: [ + { + key: 0, + matches: + '[id="com.luna.music:id/exciting_video_fragment_container"] >4 [text="领取成功,关闭,按钮"]', + snapshotUrls: 'https://i.gkd.li/import/13945430', + }, + { + preKeys: 0, + matches: '[text="坚持退出"]', + snapshotUrls: 'https://i.gkd.li/import/13945459', + }, + ], + }, ], });