mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(汽水音乐): VIP弹窗 (#2147)
* feat(汽水音乐):VIP弹窗 * Update com.luna.music.ts
This commit is contained in:
@@ -7,9 +7,29 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '开屏广告',
|
name: '开屏广告',
|
||||||
activityIds: 'com.luna.biz.ad.AdActivity',
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
rules: '[id$="/tt_splash_skip_btn"]',
|
rules: '[id$="/tt_splash_skip_btn"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12514049',
|
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',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user