mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(i 主题): 开屏广告
This commit is contained in:
@@ -4,6 +4,21 @@ export default defineGkdApp({
|
||||
id: 'com.bbk.theme',
|
||||
name: 'i 主题',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
fastQuery: true,
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: [
|
||||
{
|
||||
matches: '[text*="跳过"][text.length<10][visibleToUser=true]',
|
||||
exampleUrls: 'https://e.gkd.li/57b7401d-4aeb-4480-9ea7-62a58da28eed',
|
||||
snapshotUrls: 'https://i.gkd.li/i/17072382',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: '全屏广告-推广弹窗',
|
||||
|
||||
@@ -252,7 +252,6 @@ export const whiteListAppIDs: string[] = [];
|
||||
// 开屏广告白名单
|
||||
export const openAdWhiteListAppIDs = new Set([
|
||||
...whiteListAppIDs,
|
||||
'com.bbk.theme', // i 主题
|
||||
'com.bbk.appstore', // vivo应用商店
|
||||
'com.miui.player', // 小米音乐
|
||||
'com.tencent.southpole.appstore', // 黑鲨应用市场
|
||||
|
||||
Reference in New Issue
Block a user