From b52bc0cc37e4c18116cc88b5c131f2a9037efff5 Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Fri, 24 Nov 2023 00:09:12 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=90=9C=E7=8B=90=E8=A7=86=E9=A2=91):=20?= =?UTF-8?q?=E9=9D=92=E5=B0=91=E5=B9=B4=E6=A8=A1=E5=BC=8F=20(#2459)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #2447 --- src/apps/com.sohu.sohuvideo.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/apps/com.sohu.sohuvideo.ts b/src/apps/com.sohu.sohuvideo.ts index c5cc7787..23e7df68 100644 --- a/src/apps/com.sohu.sohuvideo.ts +++ b/src/apps/com.sohu.sohuvideo.ts @@ -26,5 +26,17 @@ export default defineAppConfig({ '@[id="com.sohu.sohuvideo:id/ivClose"] + LinearLayout [text="新版本上线啦"]', snapshotUrls: 'https://i.gkd.li/import/13435504', }, + { + key: 2, + name: '青少年模式', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + activityIds: 'com.sohu.sohuvideo.ui.homepage.MainActivity', + rules: + '@[id="com.sohu.sohuvideo:id/tv_ok"] -2 LinearLayout > [text="设置青少年模式"]', + snapshotUrls: 'https://i.gkd.li/import/13448876', + }, ], });