luci-app-oaf: udpate feature download url

Signed-off-by: sbwml <admin@cooluc.com>
This commit is contained in:
sbwml 2024-03-01 00:56:12 +08:00
parent 38bd822475
commit 0c9f42489c

View File

@ -30,7 +30,7 @@ end
local display_str = translate("Current Version:") .. "<font color='#00bd3e'>" .. version .. "</font>" ..
"<br>"..translate("Feature format:").."<font color='#00bd3e'>" ..format .. "</font>" ..
"<br>"..translate("App Feature Num:").."<font color='#00bd3e'>" ..rule_count .. "</font>" ..
"<br>"..translate("Feature download:").."<a href=\"http://www.openappfilter.com/download.html\" target=\"_blank\">www.openappfilter.com</a>"
"<br>"..translate("Feature download:").."<a href=\"https://www.openappfilter.com/#/feature\" target=\"_blank\">www.openappfilter.com</a>"
s = m:section(TypedSection, "feature", translate("Update feature"), display_str)
fu = s:option(FileUpload, "")