mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
@@ -4,12 +4,25 @@ export default defineAppConfig({
|
|||||||
id: 'cn.kuwo.player',
|
id: 'cn.kuwo.player',
|
||||||
name: '酷我音乐',
|
name: '酷我音乐',
|
||||||
groups: [
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏、切屏广告',
|
||||||
|
rules: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '开屏广告',
|
name: '开屏广告',
|
||||||
activityIds: 'cn.kuwo.player.activities.EntryActivity',
|
activityIds: 'cn.kuwo.player.activities.EntryActivity',
|
||||||
rules: '[id="cn.kuwo.player:id/skip_button"][text="跳过"]',
|
matches: '[id="cn.kuwo.player:id/skip_button"][text="跳过"]',
|
||||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12727887',
|
snapshotUrls: 'https://gkd-kit.songe.li/import/12727887',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '切屏广告',
|
||||||
|
activityIds: 'cn.kuwo.player.activities.EntryActivity',
|
||||||
|
matches: '[id="cn.kuwo.player:id/btnSkip"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.songe.li/import/12740634',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user