mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-18 07:45:10 +08:00
feat: 北京一卡通-跳过协议 (#1030)
This commit is contained in:
@@ -21,5 +21,22 @@ export default defineGkdApp({
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
name: '功能类-跳过协议',
|
||||
desc: '点击[同意]',
|
||||
fastQuery: true,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: [
|
||||
{
|
||||
activityIds: '.ui.activity.MainActivity',
|
||||
matches:
|
||||
'@[vid="Agree_and_continue"] <<2 * - [vid="layout_title"] >2 [vid="tv_privacy_content"]',
|
||||
exampleUrls: 'https://e.gkd.li/9c0ec080-3156-4276-b556-47cf20e08150',
|
||||
snapshotUrls: 'https://i.gkd.li/i/21133268',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
@@ -163,11 +163,18 @@ export const blackListAppIDs: string[] = [
|
||||
'com.digibites.accubattery', // AccuBattery
|
||||
'com.domosekai.cardreader', // 读卡识途
|
||||
'com.noctuasoftware.stellarium_free', // Stellarium
|
||||
'net.osmand', // OSMAnd
|
||||
'net.osmand', // OsmAnd
|
||||
'net.osmand.plus', // OsmAnd+
|
||||
'com.google.android.apps.maps', // Google 地图
|
||||
'com.jiaohua_browser', // JMComic2
|
||||
'com.picacomic.fregata', // PicACG
|
||||
'com.rosan.installer.x.revived', // installerX Revived
|
||||
'com.android.gpstest', // GPSTest
|
||||
'com.positron_it.zlib', // Z-Lib
|
||||
'org.sunsetware.phocid', // Phocid
|
||||
'com.twifucker.hachidori', // Hachidori
|
||||
'me.neko.fckvip', // Fuck for VIP
|
||||
'gr.nikolasspyr.integritycheck', // Play Integrity API Checker
|
||||
|
||||
'com.canghai.haoka',
|
||||
'com.xy.td',
|
||||
|
||||
Reference in New Issue
Block a user