Enhance ConnectionPlaceholder component to handle missing device IP with localized messages; update DeviceContext to manage IP state; improve CSS for touch actions in various components; update locale files for English and Chinese with new connection prompts.
This commit is contained in:
@@ -1,4 +1,12 @@
|
||||
{
|
||||
"connect": {
|
||||
"ipMissingTitle": "未指定设备 IP",
|
||||
"ipMissingDesc": "请在地址栏添加设备 IP 参数后再打开本页,例如:",
|
||||
"connecting": "正在连接 {ip}…",
|
||||
"failedTitle": "连接失败",
|
||||
"failedDesc": "请检查设备 IP 与网络连接。",
|
||||
"failedHint": "通过地址栏指定设备,例如 ?ip=10.0.0.119"
|
||||
},
|
||||
"home": {
|
||||
"audioSet": "音频设置",
|
||||
"systemSet": "系统设置",
|
||||
|
||||
Reference in New Issue
Block a user