Compare commits

..

No commits in common. "5c089873caf8609de85027c1044ca8f26bba5c70" and "22feee38eeb678f9f81822937d341a6ad39b50c7" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ _✨ 服务器状态 - 客户端 ✨_
```shell
sudo bash -c "$(curl -sSL https://raw.githubusercontent.com/snowykami/server-status-client/refs/heads/main/deploy.sh)"
```
如果位于中国大陆无法访问GitHub可使用中国版脚本
如果位于中国大陆,可使用国内镜像
```shell
sudo bash -c "$(curl -sSL https://git.liteyuki.icu/snowykami/server-status-client/raw/branch/main/deploy-cn.sh)"
```

View File

@ -32,4 +32,4 @@ tag_regex = '^v(?:\D*)?(?P<version>([1-9][0-9]*!)?(0|[1-9][0-9]*)(\.(0|[1-9][0-9
[[tool.pdm.source]]
name = "tuna"
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
url = "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple"