From 4aa0c545a1ca5196fbb21edae3e1738fe7009343 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Thu, 7 Aug 2025 16:03:11 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E6=9B=B4=E6=96=B0=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E5=88=86=E6=94=AF=E5=92=8C=E4=BD=BF=E7=94=A8=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 +++++++-- pkg-docker.sh | 8 ++++---- pkg-remove-chinese.sh | 8 ++++---- pkg.sh | 8 ++++---- 4 files changed, 19 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 8b1dfa5..4432808 100644 --- a/README.md +++ b/README.md @@ -20,13 +20,18 @@ node.js: v20.18.0 (or above) git clone https://xxx@git/ems.git omc.git cd omc.git && ls # be.ems build.ems fe.ems.vue3 +cp build.ems/pkg-* . ``` ### Build System Pageage Manager +Modify the information in the script as appropriate + ```bash # Universal -bash pkg.sh --web --api -v 2.2503.2 +bash pkg.sh --web --api -v 2.2508.1 # RemoveChinese -bash pkg-remove-chinese.sh --web --api -v 2.2503.2 +bash pkg-remove-chinese.sh --web --api -v 2.2508.1 +# Docker +bash pkg-docker.sh -v 2.2508.1 ``` diff --git a/pkg-docker.sh b/pkg-docker.sh index efcc2ad..d40c8a4 100644 --- a/pkg-docker.sh +++ b/pkg-docker.sh @@ -2,16 +2,16 @@ # front-end Catalog WebDir=/root/omc.git/fe.ems.vue3 -WebBranch=lichang +WebBranch=main-v2 # back-end catalog ApiDir=/root/omc.git/be.ems -ApiBranch=lichang +ApiBranch=main-v2 # Package Catalog BuildDir=/root/omc.git/build.ems -BuildBranch=lichang +BuildBranch=main-v2 BuildTmpDir=/root/omc.git/build.ems/tmp # Default Version Value -VERSION="2.2505.2" +VERSION="2.2508.1" # usage usage() { diff --git a/pkg-remove-chinese.sh b/pkg-remove-chinese.sh index 259ff58..b9eb048 100644 --- a/pkg-remove-chinese.sh +++ b/pkg-remove-chinese.sh @@ -2,17 +2,17 @@ # front-end Catalog WebDir=/root/omc.git/fe.ems.vue3 -WebBranch=lichang +WebBranch=main-v2 BuildWeb="" # back-end catalog ApiDir=/root/omc.git/be.ems -ApiBranch=lichang +ApiBranch=main-v2 BuildApi="" # Package Catalog BuildDir=/root/omc.git/build.ems -BuildBranch=lichang +BuildBranch=main-v2 # Default Version Value -VERSION="2.2505.2" +VERSION="2.2508.1" # usage usage() { diff --git a/pkg.sh b/pkg.sh index e4b7188..92a8cf7 100644 --- a/pkg.sh +++ b/pkg.sh @@ -2,17 +2,17 @@ # front-end Catalog WebDir=/root/omc.git/fe.ems.vue3 -WebBranch=lichang +WebBranch=main-v2 BuildWeb="" # back-end Catalog ApiDir=/root/omc.git/be.ems -ApiBranch=lichang +ApiBranch=main-v2 BuildApi="" # Package Catalog BuildDir=/root/omc.git/build.ems -BuildBranch=lichang +BuildBranch=main-v2 # Default Version Value -VERSION="2.2505.2" +VERSION="2.2508.1" # usage usage() {