Skip to content

Commit 0b4d380

Browse files
authored
fix(抖音): 青少年模式
Signed-off-by: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com>
1 parent 6b4039c commit 0b4d380

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/apps/com.ss.android.ugc.aweme.ts

+5-1
Original file line numberDiff line numberDiff line change
@@ -316,12 +316,16 @@ export default defineGkdApp({
316316
rules: [
317317
{
318318
key: 0,
319+
excludeActivityIds: '.setting.ui.SettingCommonProtocolActivity',
319320
matches: ['[text*="青少年模式"]', '[text="关闭" || desc="关闭"]'],
320321
snapshotUrls: [
321322
'https://i.gkd.li/i/14321107',
322323
'https://i.gkd.li/i/14473006',
323324
'https://i.gkd.li/i/14567078',
324-
'https://i.gkd.li/i/14917848', // 避免误触
325+
],
326+
excludeSnapshotUrls: [
327+
'https://i.gkd.li/i/14917848',
328+
'https://i.gkd.li/i/17610958',
325329
],
326330
},
327331
],

0 commit comments

Comments
 (0)