commit d060f8e522a9304966cd513bacd242b0aec8d2a1 Author: aozhiwei Date: Mon Dec 6 16:56:52 2021 +0800 1 diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..16f1aa5 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "third_party/tools"] + path = third_party/tools + url = git@git.kingsome.cn:server_common/tools.git +[submodule "third_party/textserver"] + path = third_party/textserver + url = git@git.kingsome.cn:server_common/textserver.git diff --git a/third_party/textserver b/third_party/textserver new file mode 160000 index 0000000..82cc2b1 --- /dev/null +++ b/third_party/textserver @@ -0,0 +1 @@ +Subproject commit 82cc2b15b787d00939bcefb5637e7c9e3a60a17a diff --git a/third_party/tools b/third_party/tools new file mode 160000 index 0000000..0769187 --- /dev/null +++ b/third_party/tools @@ -0,0 +1 @@ +Subproject commit 0769187e298eebbfef3fb9049fb1745112c3d78f