mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 23:53:40 +08:00
feat(酷狗音乐): 开屏广告 (#2360)
* feat(酷狗音乐):开屏广告 * feat(酷狗音乐): 开屏广告 --------- Co-authored-by: lisonge <i@songe.li> close #2356
This commit is contained in:
parent
ea8c38b454
commit
f4fa6a6e74
|
@ -7,9 +7,14 @@ export default defineAppConfig({
|
|||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
activityIds: 'com.kugou.android.app.splash.SplashActivity',
|
||||
rules: '[desc=`跳过`]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/12775410',
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: 'ImageView[desc="miniLogoView"] + View[clickable=true]',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/import/12775410',
|
||||
'https://i.gkd.li/import/13426030',
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user