mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-09-21 14:42:19 +07:00
fix(inbound): explain how to unlock fallbacks on the inbound form (#5014)
The fallbacks card only renders for VLESS/Trojan over RAW with TLS or Reality security, and a new inbound starts at security=none — so the Add Inbound page looked like it had lost fallback support entirely. Show an inline hint in that state pointing at the Security tab.
This commit is contained in:
@@ -282,7 +282,8 @@
|
||||
"quickAdded": "已添加 {n} 条回落",
|
||||
"quickAddedNone": "没有可添加的新入站",
|
||||
"routesWhen": "当满足条件时路由",
|
||||
"defaultCatchAll": "默认 — 兜底匹配其他所有"
|
||||
"defaultCatchAll": "默认 — 兜底匹配其他所有",
|
||||
"needsTls": "在“安全”标签页选择 TLS 或 Reality 后即可配置回落(仅限 RAW 上的 VLESS/Trojan)。"
|
||||
},
|
||||
"protocol": "协议",
|
||||
"port": "端口",
|
||||
|
||||
Reference in New Issue
Block a user