feat(我的听书): 弹窗广告 (#2989)

This commit is contained in:
Kun Jinkao
2023-12-11 19:30:31 +08:00
committed by GitHub
parent 05496b7e46
commit fe1ea39dc3

View File

@@ -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',
},
],
},
],
});