mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
@@ -6,10 +6,23 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '开屏广告',
|
name: '开屏、切屏广告',
|
||||||
activityIds: 'cn.kuwo.player.activities.EntryActivity',
|
rules: [
|
||||||
rules: '[id="cn.kuwo.player:id/skip_button"][text="跳过"]',
|
{
|
||||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12727887',
|
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',
|
||||||
|
},
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user