This commit is contained in:
eric
2026-03-29 03:51:50 -05:00
parent 7cab3f27b8
commit 915412a819
6 changed files with 119 additions and 6 deletions

View File

@@ -881,7 +881,10 @@ export function LiveAndroidStreamConsole({
</div>
{scrcpyInfo && !scrcpyInfo.server_jar ? (
<p className="mt-2 text-[10px] text-amber-200/80">
{t("未检测到 scrcpy-server请放置 vendor/scrcpy-server.jar 或设置 SCRCPY_SERVER_JAR。", "No scrcpy-server jar: add vendor/scrcpy-server.jar or SCRCPY_SERVER_JAR.")}
{t(
"未检测到 scrcpy-server服务启动时会自动从官方 Release 拉取;若仍失败请检查宿主机出网或重启 web 进程。",
"scrcpy-server missing: it is fetched on hub startup from official releases; check outbound HTTPS or restart web.",
)}
{scrcpyInfo.server_version ? ` (${t("期望版本", "version")} ${scrcpyInfo.server_version})` : null}
</p>
) : null}