mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
fix(抖音): 青少年模式 (#458)
Signed-off-by: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com>
This commit is contained in:
@@ -316,12 +316,16 @@ export default defineGkdApp({
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
excludeActivityIds: '.setting.ui.SettingCommonProtocolActivity',
|
||||
matches: ['[text*="青少年模式"]', '[text="关闭" || desc="关闭"]'],
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/i/14321107',
|
||||
'https://i.gkd.li/i/14473006',
|
||||
'https://i.gkd.li/i/14567078',
|
||||
'https://i.gkd.li/i/14917848', // 避免误触
|
||||
],
|
||||
excludeSnapshotUrls: [
|
||||
'https://i.gkd.li/i/14917848',
|
||||
'https://i.gkd.li/i/17610958',
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
@@ -119,6 +119,7 @@ export const blackListAppIDs: string[] = [
|
||||
'com.oasisfeng.nevo.xposed', // 女娲石
|
||||
'com.reddit.frontpage', // Reddit
|
||||
'com.ghostflying.locationreportenabler', // LocationReportEnabler
|
||||
'com.zyc.zcontrol', // ZControl
|
||||
|
||||
'com.canghai.haoka',
|
||||
'com.xy.td',
|
||||
|
||||
Reference in New Issue
Block a user