From bcfd991d0cf2ca21b8e7a78755de3f626cad985a Mon Sep 17 00:00:00 2001 From: Yang2635 Date: Wed, 18 Jan 2023 15:54:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=EF=BC=9A=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 48170bd..3657743 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ After the module is installed, please browse the frpc.ini file under the Android - Check the integrity of the file to prevent the module from being damaged. (thanks to the inspiration provided by the Riru module). - It can be turned on or off in the Magisk module to control the start and end of the FRPC program. - The power of the device is less than 20% and the FRPC program is automatically terminated when it is not being charged. Please keep the device full of power! +- Creating a screen file in the module directory means that the screen is detected, otherwise it will not be detected. --- @@ -38,6 +39,7 @@ After the module is installed, please browse the frpc.ini file under the Android - 检验文件完整性,防止模块被破坏。(感谢Riru模块提供的灵感)。 - 可在Magisk模块中开启或关闭来控制FRPC程序启动与结束。 - 设备电量低于20%且未在充电自动终止FRPC程序,请保持设备电量充足! +- 在模块目录创建 screen 文件则表示息屏检测,反之不检测 ## How to build?