规范化版本标签

This commit is contained in:
admin8800
2026-05-10 16:29:45 +08:00
parent f63ec0db18
commit 2ca3a17cad
6 changed files with 41 additions and 11 deletions
+2 -2
View File
@@ -50,10 +50,10 @@ bash <(curl -Ls https://raw.githubusercontent.com/admin8800/s-ui/main/install.sh
## 安装旧版本
**步骤 1** 如果要安装指定旧版本,请在安装命令末尾追加版本号。例如版本 `1.0.0`
**步骤 1** 如果要安装指定旧版本,请在安装命令末尾追加`v` 的版本标签。例如版本 `v1.0.0`
```sh
VERSION=1.0.0 && bash <(curl -Ls https://raw.githubusercontent.com/admin8800/s-ui/$VERSION/install.sh) $VERSION
VERSION=v1.0.0 && bash <(curl -Ls https://raw.githubusercontent.com/admin8800/s-ui/$VERSION/install.sh) $VERSION
```
## 手动安装