This commit is contained in:
eric
2026-03-29 04:00:09 -05:00
parent 915412a819
commit 85ff79fd10
6 changed files with 112 additions and 32 deletions

View File

@@ -882,8 +882,8 @@ export function LiveAndroidStreamConsole({
{scrcpyInfo && !scrcpyInfo.server_jar ? (
<p className="mt-2 text-[10px] text-amber-200/80">
{t(
"未检测到 scrcpy-server服务启动时会自动从官方 Release 拉取;若仍失败请检查宿主机出网或重启 web 进程。",
"scrcpy-server missing: it is fetched on hub startup from official releases; check outbound HTTPS or restart web.",
"未检测到 scrcpy-server启动时会自动拉取;内网可在 runtime.env 配置 SCRCPY_SERVER_DOWNLOAD_URL支持 {tag}。",
"scrcpy-server missing: auto-fetched on startup; set SCRCPY_SERVER_DOWNLOAD_URL ({tag}) for mirrors.",
)}
{scrcpyInfo.server_version ? ` (${t("期望版本", "version")} ${scrcpyInfo.server_version})` : null}
</p>