Skip to content
Merged

Sync #31

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
> (这里的命令只针对 Linux 用户)
>
> 不建议下载预编译的二进制文件,建议通过源代码部署
> `wget https://github.com/2044-space-elevator/TouchFish/releases/download/v4.7.0/LTS.py && python3 LTS.py`
> `wget https://github.com/2044-space-elevator/TouchFish/releases/download/v4.9.0/LTS.py && python3 LTS.py`
>
> (也可以通过 @ILoveScratch2 提供的镜像站,但是截至 2026/2/23 只更新到了 v4.6 版本:`wget https://mirror.ilovescratch.us.ci/api/net/379814722/LTS.py && python3 LTS.py`)
> (也可以通过 @ILoveScratch2 提供的镜像站,但是截至 2026/6/17 只更新到了 v4.7.0 版本:`wget https://mirror.ilovescratch.us.ci/api/net/183301217/LTS.py && python3 LTS.py`)

1. **获取内网 IP 地址**:
- **Windows**: 命令提示符执行 `ipconfig`,查找 "无线局域网适配器 WLAN" 下的 "IPv4 地址"
Expand Down
Loading