Skip to content

Commit 018977c

Browse files
committed
fix(webui): 🐛 #34 修复识别证书失败,Failed to repair recognition certificate
1 parent bd753bd commit 018977c

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
- fix(webui): 🐛 #34 修复识别证书失败
2+
- fix(webui): 🐛 #34 Failed to repair recognition certificate
3+
---
4+
- build(webroot): :fire: 识别证书优化
5+
- build(webroot): :fire: Recognition Certificate Optimization
6+
---
17
- perf(script): :zap: 优化网页界面
28
- perf(script): :zap: Optimize web interface
39
---

module.prop

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id=MoveCertificate
22
name=MoveCertificate
3-
version=v1.5.1
4-
versionCode=17
3+
version=v1.5.2
4+
versionCode=18
55
author=iyue
66
description=Supports magiskv20.4+/kernelsu/APatch Android 7-14 move certificates
77
updateJson=https://pfile.ys1231.cn/modules/MoveCertificate/update.json

update.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"versionCode": 17,
3-
"version": "v1.5.1",
4-
"zipUrl": "https://pfile.ys1231.cn/modules/MoveCertificate/MoveCertificate-v1.5.1.zip",
2+
"versionCode": 18,
3+
"version": "v1.5.2",
4+
"zipUrl": "https://pfile.ys1231.cn/modules/MoveCertificate/MoveCertificate-v1.5.2.zip",
55
"changelog": "https://pfile.ys1231.cn/modules/MoveCertificate/changelog.md"
66
}

0 commit comments

Comments
 (0)