From 6b566ed5e5d9d5e90f118e4781cc53d1fd83cb36 Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Tue, 5 Dec 2023 20:26:21 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=99=8E=E7=89=99=E7=9B=B4=E6=92=AD):=20r?= =?UTF-8?q?oot=E6=8F=90=E7=A4=BA=20(#2801)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #2763 --- src/apps/com.duowan.kiwi.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/apps/com.duowan.kiwi.ts b/src/apps/com.duowan.kiwi.ts index fae34b56..62fc10fe 100644 --- a/src/apps/com.duowan.kiwi.ts +++ b/src/apps/com.duowan.kiwi.ts @@ -90,5 +90,17 @@ export default defineAppConfig({ }, ], }, + { + enable: false, + key: 5, + name: 'root提示', + desc: '您的设备已经被ROOT', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[text^="您的设备已经被ROOT"] + LinearLayout [text="确认"]', + snapshotUrls: 'https://i.gkd.li/import/13536744', + }, ], });