From 08b093c8b4e34b284a9318f75f79f5bb4f155f95 Mon Sep 17 00:00:00 2001 From: Luk Lu Date: Fri, 7 Oct 2022 20:21:55 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- git-clone-all.bat | 2 -- git-clone-all.sh | 4 +--- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/git-clone-all.bat b/git-clone-all.bat index 48a193c..13ad12c 100644 --- a/git-clone-all.bat +++ b/git-clone-all.bat @@ -110,7 +110,6 @@ mkdir tuc-vic pushd tuc-vic git clone https://git.faronear.org/tuc-vic/vic git clone https://git.faronear.org/tuc-vic/vic.server.mongo -git clone https://git.faronear.org/tuc-vic/vic.user.design git clone https://git.faronear.org/tuc-vic/vic.user.react git clone https://git.faronear.org/tuc-vic/vic.webhome.hexo git clone https://git.faronear.org/tuc-vic/vic.market @@ -123,5 +122,4 @@ git clone https://git.faronear.org/tuc-fiv/fiv git clone https://git.faronear.org/tuc-fiv/fiv.webhome.hexo git clone https://git.faronear.org/tuc-fiv/fiv.server.mongo git clone https://git.faronear.org/tuc-fiv/fiv.user.react -git clone https://git.faronear.org/tuc-fiv/fiv.design popd diff --git a/git-clone-all.sh b/git-clone-all.sh index f632065..f86c125 100755 --- a/git-clone-all.sh +++ b/git-clone-all.sh @@ -66,7 +66,7 @@ pushd tex git clone https://git.faronear.org/tex/tex-basebank-java git clone https://git.faronear.org/tex/tex-baserver-java git clone https://git.faronear.org/tex/tex-doc -git clone https://git.faronear.org/tex/tex-team.vue +git clone https://git.faronear.org/tex/tex-team-vue git clone https://git.faronear.org/tex/tex-user-android git clone https://git.faronear.org/tex/tex-user-ios git clone https://git.faronear.org/tex/tex-user-vue @@ -113,7 +113,6 @@ mkdir tuc-vic pushd tuc-vic git clone https://git.faronear.org/tuc-vic/vic git clone https://git.faronear.org/tuc-vic/vic.server.mongo -git clone https://git.faronear.org/tuc-vic/vic.user.design git clone https://git.faronear.org/tuc-vic/vic.user.react git clone https://git.faronear.org/tuc-vic/vic.webhome.hexo git clone https://git.faronear.org/tuc-vic/vic.market @@ -126,5 +125,4 @@ git clone https://git.faronear.org/tuc-fiv/fiv git clone https://git.faronear.org/tuc-fiv/fiv.webhome.hexo git clone https://git.faronear.org/tuc-fiv/fiv.server.mongo git clone https://git.faronear.org/tuc-fiv/fiv.user.react -git clone https://git.faronear.org/tuc-fiv/fiv.design popd