Update feature.lua

This commit is contained in:
Bard 2022-12-22 09:55:50 +08:00 committed by GitHub
parent 21e3103397
commit 2446372c3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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\" target=\"_blank\">www.openappfilter.com</a>"
"<br>"..translate("Feature download:").."<a href=\"http://www.openappfilter.com/download.html\" target=\"_blank\">www.openappfilter.com</a>"
s = m:section(TypedSection, "feature", translate("Update feature"), display_str)
fu = s:option(FileUpload, "")