mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 19:22:22 +08:00
parent
3d310830e9
commit
6e4b1d3174
|
@ -6,10 +6,23 @@ export default defineAppConfig({
|
|||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
activityIds: 'cn.kuwo.player.activities.EntryActivity',
|
||||
rules: '[id="cn.kuwo.player:id/skip_button"][text="跳过"]',
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12727887',
|
||||
name: '开屏、切屏广告',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
activityIds: 'cn.kuwo.player.activities.EntryActivity',
|
||||
matches: '[id="cn.kuwo.player:id/skip_button"][text="跳过"]',
|
||||
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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user