luci-app-ssr-plus: client-config: fix typo error

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen 2023-02-12 05:28:30 +08:00 committed by sbwml
parent 872ed3c1fb
commit b645fd74d9

View File

@ -147,7 +147,7 @@ o.rawhtml = true
o.template = "shadowsocksr/ssrurl"
o.value = sid
o = s:option(Value, "type", translate("Server Node Type"))
o = s:option(ListValue, "type", translate("Server Node Type"))
if is_finded("xray") or is_finded("v2ray") then
o:value("v2ray", translate("V2Ray/XRay"))
end
@ -714,7 +714,7 @@ o.default = "0"
if is_finded("xray") then
-- [[ uTLS ]]--
o = s:option(ListValue, "fingerprint", translate("Finger Print"))
o = s:option(Value, "fingerprint", translate("Finger Print"))
o:value("", translate("disable"))
o:value("firefox", translate("firefox"))
o:value("chrome", translate("chrome"))