Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

feat(汽水音乐):VIP弹窗 #2147

Merged
merged 2 commits into from
Nov 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 21 additions & 1 deletion src/apps/com.luna.music.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
],
},
],
},
],
});