From 0917456d2ac1b0f8ba4d8dae3434295ecb5f1971 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sun, 3 Mar 2024 21:08:51 +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=EF=BC=88=E8=A1=A5=E5=85=85=E8=A7=84?= =?UTF-8?q?=E5=88=99=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.ss.android.ugc.aweme.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/apps/com.ss.android.ugc.aweme.ts b/src/apps/com.ss.android.ugc.aweme.ts index e8c1e6ee..5c50b02a 100644 --- a/src/apps/com.ss.android.ugc.aweme.ts +++ b/src/apps/com.ss.android.ugc.aweme.ts @@ -12,12 +12,21 @@ export default defineAppConfig({ resetMatch: 'app', rules: [ { + key: 0, quickFind: true, matches: '[text="体验一下"] + [text="关闭"][clickable=true]', exampleUrls: 'https://m.gkd.li/57941037/d2b6ee77-ae06-4873-a106-db4ce2324777', snapshotUrls: 'https://i.gkd.li/i/14321107', }, + { + key: 1, + quickFind: true, + matches: '[text="开启青少年模式"] + * > [text="关闭"]', + exampleUrls: + 'https://m.gkd.li/57941037/29534293-f3c7-4187-a36f-47e37fef2f42', + snapshotUrls: 'https://i.gkd.li/i/14473006', + }, ], }, {