mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 11:09:57 +08:00
luci-app-233ddns: add blog url
This commit is contained in:
parent
088f394996
commit
614e165de0
@ -8,7 +8,7 @@ end
|
||||
ddns_domain = luci.sys.exec("/etc/init.d/233ddns gen_subdomain " .. conf_token)
|
||||
|
||||
mp = Map("233ddns", translate("233DDNS"))
|
||||
mp.description = translate("A simple, fast, security DDNS client, powered by Oxygen233.") .. "<br/>" .. translate("Please add u.233.ro to your whitelist if you use proxies program.")
|
||||
mp.description = translate("A simple, fast, security DDNS client, powered by Oxygen233.") .. "<br/>" .. translate("Instructions for use:") .." https://233.ro/archives/233DDNS.html<br/>" .. translate("Please add u.233.ro to your whitelist if you use proxies program.")
|
||||
|
||||
s = mp:section(TypedSection, "233ddns")
|
||||
s.anonymous=true
|
||||
@ -31,4 +31,4 @@ token.placeholder = conf_token
|
||||
token.datatype = "string"
|
||||
token.rmempty = false
|
||||
|
||||
return mp
|
||||
return mp
|
||||
|
@ -4,6 +4,9 @@ msgstr "233DDNS"
|
||||
msgid "A simple, fast, security DDNS client, powered by Oxygen233."
|
||||
msgstr "由 Oxygen233 驱动的一个简单、快速、安全的 DDNS 客户端。"
|
||||
|
||||
msgid "Instructions for use:"
|
||||
msgstr "使用说明:"
|
||||
|
||||
msgid "Please add u.233.ro to your whitelist if you use proxies program."
|
||||
msgstr "如果您使用了代理程序,请将 u.233.ro 添加至白名单。"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user