From 86ce98344b32246b4e2ba1c89bb6f726d8ff0d50 Mon Sep 17 00:00:00 2001 From: iyue Date: Sun, 10 Mar 2024 21:18:30 +0800 Subject: [PATCH] fix(docs): update log --- changelog.md | 10 ++++++++-- update.json | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index c3a299f..568843c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,2 +1,8 @@ -- 修复覆盖安装自定义证书,权限错误导致无法识别证书 -- Fix overriding the installation of custom certificates, a permission error causes the certificate to be unrecognized \ No newline at end of file +- :fire:修复模块无效 +- Fix(sh): :fire: #15 fix module not effective +- In fact, the newer version of Android 14 will report an error when mounting the system certificate directory, resulting in system startup failure and module installation interruption +- 实际为较新的`Android14`在挂载系统证书目录会报错,从而导致系统启动失败,模块安装中断. +- If the above situation occurs, please update as soon as possible and do not attempt to directly modify the script. A complete reboot is required +- 如果出现上述情况,请尽快更新,不要试图直接修改脚本,需要完全重新刷机 +- In addition, this update will result in certificates not appearing in the system settings, but packets can be captured normally +- 另外此次更新会导致,在系统设置中不会出现证书,但是可以正常抓包. \ No newline at end of file diff --git a/update.json b/update.json index 4591a81..91e2cd6 100644 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { "versionCode": 11, "version": "v1.4.7", - "zipUrl": "https://ys1231.cn:82/modules/MoveCertificate/MoveCertificate-v1.4.7.zip", + "zipUrl": "https://ys1231.cn:82/modules/MoveCertificate/MoveCertificate-v1.4.8.zip", "changelog": "https://ys1231.cn:82/modules/MoveCertificate/changelog.md" } \ No newline at end of file