diff --git a/src/apps/com.miui.systemAdSolution.ts b/src/apps/com.miui.systemAdSolution.ts index 3733adda..dda6009c 100644 --- a/src/apps/com.miui.systemAdSolution.ts +++ b/src/apps/com.miui.systemAdSolution.ts @@ -4,25 +4,6 @@ export default defineGkdApp({ id: 'com.miui.systemAdSolution', name: '智能服务', groups: [ - { - key: 0, - name: '开屏广告', - fastQuery: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - forcedTime: 10000, // https://github.com/AIsouler/GKD_subscription/issues/1027 - priorityTime: 10000, - rules: [ - { - matches: '[vid="view_skip_button"][visibleToUser=true]', - snapshotUrls: [ - 'https://i.gkd.li/i/14927422', - 'https://i.gkd.li/i/16323945', - ], - }, - ], - }, { key: 2, name: '分段广告-为什么不希望看到这条推广', diff --git a/src/globalDefaultApps.ts b/src/globalDefaultApps.ts index c1038d6d..c4389829 100644 --- a/src/globalDefaultApps.ts +++ b/src/globalDefaultApps.ts @@ -379,6 +379,7 @@ export const openAdWhiteListAppIDs = new Set([ 'com.vivo.game', // vivo游戏中心 https://i.gkd.li/i/20097148 'com.meizu.media.video', // 魅族视频 'com.hihonor.vmall', // 荣耀商城 + 'com.miui.systemAdSolution', // 智能服务 ]); // 更新提示白名单