From 032da26165aa53de3cf1ec65c9a76debb7473a4c Mon Sep 17 00:00:00 2001 From: Luk Lu Date: Sat, 4 Jun 2022 12:08:28 +0800 Subject: [PATCH] rename all libs from xxx.yyy to xxx-yyy --- git-clone-all.bat | 20 ++++++++++---------- git-clone-all.sh | 20 ++++++++++---------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/git-clone-all.bat b/git-clone-all.bat index 4c66230..41ef9df 100644 --- a/git-clone-all.bat +++ b/git-clone-all.bat @@ -40,20 +40,20 @@ git clone https://git.faronear.org/npm/basend-webserver git clone https://git.faronear.org/npm/basend-websocket-server git clone https://git.faronear.org/npm/basend-webtoken -git clone https://git.faronear.org/npm/core.i18n -git clone https://git.faronear.org/npm/core.tool -git clone https://git.faronear.org/npm/core.websocket.rpc +git clone https://git.faronear.org/npm/corend-i18n +git clone https://git.faronear.org/npm/corend-toolkit +git clone https://git.faronear.org/npm/corend-rpcsocket git clone https://git.faronear.org/npm/template.user.uniapp -git clone https://git.faronear.org/npm/tic.crypto -git clone https://git.faronear.org/npm/tic.tool4chain -git clone https://git.faronear.org/npm/tic.traction +git clone https://git.faronear.org/npm/tic-crypto +git clone https://git.faronear.org/npm/tic-chaintool +git clone https://git.faronear.org/npm/tic-traction -git clone https://git.faronear.org/npm/user.part.uniapp -git clone https://git.faronear.org/npm/user.style.scss -git clone https://git.faronear.org/npm/user.tool.uniapp -git clone https://git.faronear.org/npm/user.websocket.uniapp +git clone https://git.faronear.org/npm/usend-part-uniapp +git clone https://git.faronear.org/npm/usend-style-scss +git clone https://git.faronear.org/npm/usend-toolkit-uniapp +git clone https://git.faronear.org/npm/usend-websocket-uniapp popd mkdir sol diff --git a/git-clone-all.sh b/git-clone-all.sh index c41779e..c144c15 100644 --- a/git-clone-all.sh +++ b/git-clone-all.sh @@ -42,20 +42,20 @@ git clone https://git.faronear.org/npm/basend-webserver git clone https://git.faronear.org/npm/basend-websocket-server git clone https://git.faronear.org/npm/basend-webtoken -git clone https://git.faronear.org/npm/core.i18n -git clone https://git.faronear.org/npm/core.tool -git clone https://git.faronear.org/npm/core.websocket.rpc +git clone https://git.faronear.org/npm/corend-i18n +git clone https://git.faronear.org/npm/corend-toolkit +git clone https://git.faronear.org/npm/corend-rpcsocket git clone https://git.faronear.org/npm/template.user.uniapp -git clone https://git.faronear.org/npm/tic.crypto -git clone https://git.faronear.org/npm/tic.tool4chain -git clone https://git.faronear.org/npm/tic.traction +git clone https://git.faronear.org/npm/tic-crypto +git clone https://git.faronear.org/npm/tic-chaintool +git clone https://git.faronear.org/npm/tic-traction -git clone https://git.faronear.org/npm/user.part.uniapp -git clone https://git.faronear.org/npm/user.style.scss -git clone https://git.faronear.org/npm/user.tool.uniapp -git clone https://git.faronear.org/npm/user.websocket.uniapp +git clone https://git.faronear.org/npm/usend-part-uniapp +git clone https://git.faronear.org/npm/usend-style-scss +git clone https://git.faronear.org/npm/usend-toolkit-uniapp +git clone https://git.faronear.org/npm/usend-websocket-uniapp popd mkdir sol