修改克隆项目时的地址

This commit is contained in:
2026-02-25 20:35:01 +08:00
parent b6891483ae
commit 79083be9ff
19 changed files with 52 additions and 52 deletions

View File

@@ -3,7 +3,7 @@
# 用法: .\scripts\build-client.ps1 -Platform <平台> -ServerUrl <服务器URL>
#
# 示例:
# .\scripts\build-client.ps1 -Platform all -ServerUrl "http://funmc.com:3000"
# .\scripts\build-client.ps1 -Platform all -ServerUrl "http://fc.funmc.cn:3000"
# .\scripts\build-client.ps1 -Platform windows -ServerUrl "http://192.168.1.100:3000"
#

View File

@@ -4,7 +4,7 @@
# 用法: ./scripts/build-client.sh [平台] [服务器URL]
#
# 示例:
# ./scripts/build-client.sh all http://funmc.com:3000
# ./scripts/build-client.sh all http://fc.funmc.cn:3000
# ./scripts/build-client.sh windows http://192.168.1.100:3000
# ./scripts/build-client.sh macos-arm64 https://mc.example.com
#