mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat(应用市场): 开屏广告
This commit is contained in:
@@ -4,6 +4,21 @@ export default defineGkdApp({
|
|||||||
id: 'com.hihonor.appmarket',
|
id: 'com.hihonor.appmarket',
|
||||||
name: '荣耀应用市场',
|
name: '荣耀应用市场',
|
||||||
groups: [
|
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,
|
key: 1,
|
||||||
name: '全屏广告-弹窗广告',
|
name: '全屏广告-弹窗广告',
|
||||||
|
|||||||
@@ -196,7 +196,6 @@ export const openAdWhiteListAppIDs = new Set([
|
|||||||
'com.miui.player', // 小米音乐
|
'com.miui.player', // 小米音乐
|
||||||
'com.tencent.southpole.appstore', // 黑鲨应用市场
|
'com.tencent.southpole.appstore', // 黑鲨应用市场
|
||||||
'com.vivo.space', // vivo 官网
|
'com.vivo.space', // vivo 官网
|
||||||
'com.hihonor.appmarket', // 荣耀应用市场
|
|
||||||
'com.heytap.browser', // 一加浏览器
|
'com.heytap.browser', // 一加浏览器
|
||||||
'com.heytap.themestore', // oppo主题商店
|
'com.heytap.themestore', // oppo主题商店
|
||||||
]);
|
]);
|
||||||
|
|||||||
Reference in New Issue
Block a user