我真的会谢
This commit is contained in:
parent
e891d5b926
commit
75b01ac77e
@ -9,7 +9,7 @@ function index()
|
||||
|
||||
local page
|
||||
entry({"admin", "network", "appfilter"},
|
||||
alias("admin", "network", "appfilter", "user_list"),
|
||||
alias("admin", "network", "appfilter", "base_setting"),
|
||||
_("App Filter"), 100).dependent = true
|
||||
|
||||
entry({"admin", "network", "appfilter", "base_setting"},
|
||||
|
@ -22,9 +22,9 @@ if nixio.fs.access("/tmp/feature.cfg") then
|
||||
version = SYS.exec("cat /tmp/feature.cfg |grep \"#version\" | awk '{print $2}'")
|
||||
end
|
||||
|
||||
local display_str = translate("Current Version: ") .. "<font color='#00bd3e'>" .. version .. "</font>" .. "<br>" .. translate("App Feature Num: ") ..
|
||||
local display_str = translate("Current Version:") .. "<font color='#00bd3e'>" .. version .. "</font>" .. "<br>" .. translate("App Feature Num:") ..
|
||||
"<font color='#00bd3e'>" .. rule_count .. "</font>" ..
|
||||
"<br>" .. translate("Download Link: ") .. "<a href=\"https://destan19.github.io/feature/\" target=\"_blank\">https://destan19.github.io/feature/</a>"
|
||||
"<br>" .. translate("Download Link:") .. "<a href=\"https://destan19.github.io/feature/\" target=\"_blank\">https://destan19.github.io/feature/</a>"
|
||||
s = m:section(TypedSection, "feature", translate("Update feature"), display_str)
|
||||
|
||||
fu = s:option(FileUpload, "")
|
||||
|
@ -95,13 +95,13 @@ msgstr "数据统计"
|
||||
msgid "Feature library is used to describe app features, app filtering effect and number-dependent feature library"
|
||||
msgstr "特征库用于描述app特征,app过滤效果和个数依赖特征库"
|
||||
|
||||
msgid "Current Version: "
|
||||
msgid "Current Version:"
|
||||
msgstr "当前版本:"
|
||||
|
||||
msgid "Download Link: "
|
||||
msgid "Download Link:"
|
||||
msgstr "下载地址:"
|
||||
|
||||
msgid "App Feature Num: "
|
||||
msgid "App Feature Num:"
|
||||
msgstr "特征码个数:"
|
||||
|
||||
msgid "Update feature"
|
||||
|
Loading…
Reference in New Issue
Block a user