mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(应用市场): 开屏广告
This commit is contained in:
@@ -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: '全屏广告-弹窗广告',
|
||||
|
||||
@@ -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主题商店
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user