Skip to content

Commit

Permalink
fix(webui): 🐛 #34 修复识别证书失败,Failed to repair recognition certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
ys1231 committed Nov 9, 2024
1 parent bd753bd commit 018977c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
- fix(webui): 🐛 #34 修复识别证书失败
- fix(webui): 🐛 #34 Failed to repair recognition certificate
---
- build(webroot): :fire: 识别证书优化
- build(webroot): :fire: Recognition Certificate Optimization
---
- perf(script): :zap: 优化网页界面
- perf(script): :zap: Optimize web interface
---
Expand Down
4 changes: 2 additions & 2 deletions module.prop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id=MoveCertificate
name=MoveCertificate
version=v1.5.1
versionCode=17
version=v1.5.2
versionCode=18
author=iyue
description=Supports magiskv20.4+/kernelsu/APatch Android 7-14 move certificates
updateJson=https://pfile.ys1231.cn/modules/MoveCertificate/update.json
6 changes: 3 additions & 3 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"versionCode": 17,
"version": "v1.5.1",
"zipUrl": "https://pfile.ys1231.cn/modules/MoveCertificate/MoveCertificate-v1.5.1.zip",
"versionCode": 18,
"version": "v1.5.2",
"zipUrl": "https://pfile.ys1231.cn/modules/MoveCertificate/MoveCertificate-v1.5.2.zip",
"changelog": "https://pfile.ys1231.cn/modules/MoveCertificate/changelog.md"
}

0 comments on commit 018977c

Please sign in to comment.