- fix(mount): 🐛 #74 修复builtin模式下, OTA 版本更新, 残留 com.android.conscrypt旧版目录, 触发挂载空目录导致开机启动异常
- fix(mount): 🐛 存在多个 conscrypt 版本目录时统一取首个,避免 bind 挂载失败
- fix(web): 🐛 删除证书时通过 glob 清理带版本号的 apex 目录
- refactor(web): ♻️ 版本判断改用 sdk,与 shell 脚本口径保持一致
- feat(sh): ✨ 优化手动安装证书,筛除非 der 格式证书
- fix(mount): 🐛 #74 Fix builtin mode: OTA version update leaves stale com.android.conscrypt directory, mounting empty directory causes boot failure
- fix(mount): 🐛 Take the first conscrypt dir when multiple versions exist to avoid bind mount failure
- fix(web): 🐛 Clean up the versioned apex dir via glob when deleting certs
- refactor(web): ♻️ Use sdk for version detection to match the shell scripts
- feat(sh): ✨ Optimize manual certificate installation, filter out non-der certificates