From e7c898ea8b9d879844e5e62c574073211a9f489b Mon Sep 17 00:00:00 2001 From: AIsouler Date: Tue, 9 Apr 2024 20:03:33 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=8A=96=E9=9F=B3):=20=E9=9D=92=E5=B0=91?= =?UTF-8?q?=E5=B9=B4=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.ss.android.ugc.aweme.ts | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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', // 避免误触 + ], + }, + ], + }, ], });