feat(虎牙直播): 直播间底部弹窗 (#2261)

* feat(虎牙直播):直播间底部弹窗

* 误删更正

* Update com.duowan.kiwi.ts
This commit is contained in:
jiuqianyuan
2023-11-22 19:53:34 +08:00
committed by GitHub
parent a79273ce8d
commit df6c6f539c

View File

@@ -40,11 +40,11 @@ export default defineAppConfig({
{ {
key: 2, key: 2,
name: '直播间悬浮广告', name: '直播间悬浮广告',
quickFind: true,
activityIds: 'com.duowan.kiwi.liveroom.ChannelPage', activityIds: 'com.duowan.kiwi.liveroom.ChannelPage',
rules: [ rules: [
{ {
key: 0, key: 0,
quickFind: true,
matches: '[id="com.duowan.kiwi:id/ad_close"]', matches: '[id="com.duowan.kiwi:id/ad_close"]',
snapshotUrls: [ snapshotUrls: [
'https://i.gkd.li/import/12901045', 'https://i.gkd.li/import/12901045',
@@ -53,12 +53,19 @@ export default defineAppConfig({
}, },
{ {
key: 1, key: 1,
quickFind: true,
matches: '[id="com.duowan.kiwi:id/game_header_close"]', matches: '[id="com.duowan.kiwi:id/game_header_close"]',
snapshotUrls: [ snapshotUrls: [
'https://i.gkd.li/import/13395604', 'https://i.gkd.li/import/13395604',
'https://i.gkd.li/import/13395606', 'https://i.gkd.li/import/13395606',
], ],
}, },
{
key: 2,
matches:
'[id="com.duowan.kiwi:id/miniapp_content_container"] FrameLayout > ViewGroup[childCount=2] > @ViewGroup[clickable=true] > ImageView',
snapshotUrls: 'https://i.gkd.li/import/13401266',
},
], ],
}, },
], ],