- 将 PCL.Core 子模块的远程仓库 URL 从 GitHub 官方地址迁移到镜像地址 - 这是基础设施变更,不影响项目功能或代码逻辑 - 使用 bgithub.xyz 作为新的镜像源以改善访问稳定性
5 lines
122 B
Plaintext
5 lines
122 B
Plaintext
[submodule "PCL.Core"]
|
|
path = PCL.Core
|
|
url = https://bgithub.xyz/PCL-Community/PCL.Core.git
|
|
branch = main
|
|
ignore = all |