1
0

ref: 打包脚本调整

This commit is contained in:
TsMask
2025-03-20 18:38:19 +08:00
parent 5160e85804
commit e363529519
4 changed files with 72 additions and 9 deletions

View File

@@ -15,8 +15,10 @@ node.js: v20.18.0 (or above)
```bash
git clone https://xxx@git/ems.git omc.git
cd omc.git
# Universal
bash pkg.sh --web --api -v 2.2503.2
find "${fehooksdir}" -type f -name '*.ts' -exec sed -i 's/[一-龥()“”,。?!]~·]//g' {} +
# RemoveChinese
bash pkg-en.sh --web --api -v 2.2503.2
# Place in upper directory for execution - Remote copy front-end files for packaging
bash ../pkg-front.sh --web -v 2.2503.2
```