mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
fix(虎牙直播): 开屏广告-规则优化 (#1260)
* fix(虎牙直播): 开屏广告-添加一种开屏广告情况 * feat(虎牙直播): 开屏广告-规则优化 --------- Co-authored-by: dlh <du__th@163.com> Co-authored-by: lisonge <i@songe.li> close #1256
This commit is contained in:
@@ -11,7 +11,18 @@ export default defineAppConfig({
|
||||
'com.duowan.kiwi.homepage.Homepage',
|
||||
'com.duowan.kiwi.adsplash.view.AdSplashActivity',
|
||||
],
|
||||
rules: ['[id=`com.duowan.kiwi:id/skip_time`]'],
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
matches: '[id=`com.duowan.kiwi:id/skip_time`]',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
matches:
|
||||
'[id="com.duowan.kiwi:id/ams_splash_ad_container"] >2 [text^="跳过"]',
|
||||
snapshotUrls: ['https://gkd-kit.gitee.io/import/13052592'],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
|
||||
Reference in New Issue
Block a user