mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
@@ -4,25 +4,6 @@ export default defineGkdApp({
|
|||||||
id: 'com.miui.systemAdSolution',
|
id: 'com.miui.systemAdSolution',
|
||||||
name: '智能服务',
|
name: '智能服务',
|
||||||
groups: [
|
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,
|
key: 2,
|
||||||
name: '分段广告-为什么不希望看到这条推广',
|
name: '分段广告-为什么不希望看到这条推广',
|
||||||
|
|||||||
@@ -379,6 +379,7 @@ export const openAdWhiteListAppIDs = new Set([
|
|||||||
'com.vivo.game', // vivo游戏中心 https://i.gkd.li/i/20097148
|
'com.vivo.game', // vivo游戏中心 https://i.gkd.li/i/20097148
|
||||||
'com.meizu.media.video', // 魅族视频
|
'com.meizu.media.video', // 魅族视频
|
||||||
'com.hihonor.vmall', // 荣耀商城
|
'com.hihonor.vmall', // 荣耀商城
|
||||||
|
'com.miui.systemAdSolution', // 智能服务
|
||||||
]);
|
]);
|
||||||
|
|
||||||
// 更新提示白名单
|
// 更新提示白名单
|
||||||
|
|||||||
Reference in New Issue
Block a user