diff --git a/src/apps/com.ss.android.ugc.aweme.ts b/src/apps/com.ss.android.ugc.aweme.ts index dbe6826c..1e70c145 100644 --- a/src/apps/com.ss.android.ugc.aweme.ts +++ b/src/apps/com.ss.android.ugc.aweme.ts @@ -290,5 +290,24 @@ export default defineAppConfig({ }, ], }, + { + key: 20, + name: '青少年模式', + quickFind: true, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + key: 0, + 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', // 避免误触 + ], + }, + ], + }, ], });