mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat(我的听书): 弹窗广告 (#2989)
This commit is contained in:
@@ -36,5 +36,21 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 2,
|
||||||
|
name: '弹窗广告',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '快手广告',
|
||||||
|
activityIds: 'com.github.eprendre.tingshu.ui.SplashActivity',
|
||||||
|
matches: [
|
||||||
|
'ViewGroup[childCount=2] > [text="广告"]',
|
||||||
|
'ViewGroup[childCount=3] > TextView + TextView + ImageView[clickable=true]',
|
||||||
|
],
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13625303',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user