mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat(酷狗音乐): 开屏广告 (#2360)
* feat(酷狗音乐):开屏广告 * feat(酷狗音乐): 开屏广告 --------- Co-authored-by: lisonge <i@songe.li> close #2356
This commit is contained in:
@@ -7,9 +7,14 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '开屏广告',
|
name: '开屏广告',
|
||||||
activityIds: 'com.kugou.android.app.splash.SplashActivity',
|
matchTime: 10000,
|
||||||
rules: '[desc=`跳过`]',
|
actionMaximum: 1,
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12775410',
|
resetMatch: 'app',
|
||||||
|
rules: 'ImageView[desc="miniLogoView"] + View[clickable=true]',
|
||||||
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/import/12775410',
|
||||||
|
'https://i.gkd.li/import/13426030',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user