Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

Commit

Permalink
feat(QQ音乐): 全屏广告-推荐开启高品质音质弹窗
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Mar 10, 2024
1 parent 35ae968 commit e9b2b67
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/apps/com.tencent.qqmusic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,22 @@ export default defineAppConfig({
},
],
},
{
key: 7,
name: '全屏广告-推荐开启高品质音质弹窗',
desc: '点击关闭',
rules: [
{
key: 0,
activityIds:
'com.tencent.qqmusic.activity.TranslucentWebViewActivity',
matches:
'[text^="推荐您开启臻品音质"] -3 [desc="关闭"][clickable=true]',
exampleUrls:
'https://m.gkd.li/57941037/5efa87c2-5097-4c3f-b36d-2cb3bb768e8a',
snapshotUrls: 'https://i.gkd.li/i/14549936',
},
],
},
],
});

0 comments on commit e9b2b67

Please sign in to comment.