feat(虎牙直播): 更新弹窗(默认关闭) (#2414)

close #2407
This commit is contained in:
adproqwq
2023-11-23 23:59:16 +08:00
committed by GitHub
parent 218f5974d2
commit 12ba152016

View File

@@ -74,5 +74,21 @@ export default defineAppConfig({
},
],
},
{
key: 3,
name: '更新弹窗',
enable: false,
activityIds: 'com.duowan.kiwi.homepage.Homepage',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
matches: '@ImageView[id="com.duowan.kiwi:id/upgrade_cancel"]',
snapshotUrls: 'https://i.gkd.li/import/13440833',
},
],
},
],
});