子模块地址使用相对路径

子模块地址使用相对路径。
* 统一服务器,即主库通过 github 下载则子库也通过 github 下载;
* 也方便做 git 镜像,在自建 git 服务器上镜像后访问也更方便;
This commit is contained in:
Xiaofeng Wang 2020-06-30 21:13:52 +08:00 committed by GitHub
parent d2c052a673
commit bc606cf767
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
.gitmodules vendored
View File

@ -1,6 +1,6 @@
[submodule "ZLToolKit"] [submodule "ZLToolKit"]
path = 3rdpart/ZLToolKit path = 3rdpart/ZLToolKit
url = https://gitee.com/xiahcu/ZLToolKit url = ../ZLToolKit
[submodule "3rdpart/media-server"] [submodule "3rdpart/media-server"]
path = 3rdpart/media-server path = 3rdpart/media-server
url = https://gitee.com/xiahcu/media-server url = ../media-server