feat(应用市场): 开屏广告

This commit is contained in:
AIsouler
2024-07-29 10:11:15 +08:00
parent eee4cf0efe
commit 47af445b33
2 changed files with 15 additions and 1 deletions

View File

@@ -4,6 +4,21 @@ export default defineGkdApp({
id: 'com.hihonor.appmarket',
name: '荣耀应用市场',
groups: [
{
key: 0,
name: '开屏广告',
fastQuery: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
matches: '[vid="tv_operation_skip"]',
exampleUrls: 'https://e.gkd.li/549d5fc1-20a2-42aa-b249-4cc8896807e6',
snapshotUrls: 'https://i.gkd.li/i/16406381',
},
],
},
{
key: 1,
name: '全屏广告-弹窗广告',

View File

@@ -196,7 +196,6 @@ export const openAdWhiteListAppIDs = new Set([
'com.miui.player', // 小米音乐
'com.tencent.southpole.appstore', // 黑鲨应用市场
'com.vivo.space', // vivo 官网
'com.hihonor.appmarket', // 荣耀应用市场
'com.heytap.browser', // 一加浏览器
'com.heytap.themestore', // oppo主题商店
]);