mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat: 北京一卡通-全屏广告-弹窗广告 (#857)
This commit is contained in:
25
src/apps/cn.com.bmac.nfc.ts
Normal file
25
src/apps/cn.com.bmac.nfc.ts
Normal file
@@ -0,0 +1,25 @@
|
||||
import { defineGkdApp } from '@gkd-kit/define';
|
||||
|
||||
export default defineGkdApp({
|
||||
id: 'cn.com.bmac.nfc',
|
||||
name: '北京一卡通',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '全屏广告-弹窗广告',
|
||||
desc: '点击[此广告不再提示]',
|
||||
fastQuery: true,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: [
|
||||
{
|
||||
activityIds: '.ui.activity.MainActivity',
|
||||
matches:
|
||||
'[vid="ad_content"] < * - [clickable=true][vid="not_prompt_again"]',
|
||||
exampleUrls: 'https://e.gkd.li/34995c89-e659-4a38-b4ed-9cb1514323b2',
|
||||
snapshotUrls: 'https://i.gkd.li/i/19718306',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
@@ -135,6 +135,18 @@ export const blackListAppIDs: string[] = [
|
||||
'top.trangle.mbga', // MBGA
|
||||
'cc.microblock.TGStickerProvider', // TGStickerProvider
|
||||
'xyz.xfqlittlefan.notdeveloper', // 我不是开发者
|
||||
'com.zhenxi.hunter', // Hunter
|
||||
'com.reveny.nativecheck', // Native Detector
|
||||
'cn.lyric.getter', // 酒域-歌词获取
|
||||
'io.github.vvb2060.keyattestation', // 密钥认证
|
||||
'com.google.android.hmal', // 隐藏应用列表(@pumPCin fork)
|
||||
'com.adguard.android', // AdGuard
|
||||
'com.spotify.music', // Spotify
|
||||
'jp.pxv.android', // pixiv
|
||||
'com.fankes.apperrorstracking', // 异常跟踪
|
||||
'com.fankes.epperrorsdemo', // 异常示例
|
||||
'com.fankes.miui.notify', // MIUI 原生通知图标
|
||||
'com.simo.ssl.killer', // SSL Killer
|
||||
|
||||
'com.canghai.haoka',
|
||||
'com.xy.td',
|
||||
@@ -199,6 +211,16 @@ export const blackListAppIDs: string[] = [
|
||||
'com.rong862.bear',
|
||||
'be.mygod.vpnhotspot',
|
||||
'com.samsung.android.bixby.agent',
|
||||
'com.reveny.vbmetafix.service',
|
||||
'com.google.android.gms',
|
||||
'com.android.vending',
|
||||
'com.android.camera',
|
||||
'com.android.traceur',
|
||||
'com.android.mms',
|
||||
'com.google.android.accessibility.switchaccess',
|
||||
'com.miui.voiceassist',
|
||||
'com.android.fileexplorer',
|
||||
'com.miui.miservice',
|
||||
|
||||
// 系统自带非系统应用
|
||||
// 小米
|
||||
|
||||
Reference in New Issue
Block a user