update 2026-08-10 20:55:22

This commit is contained in:
action
2026-08-10 20:55:22 +08:00
parent caee61cc80
commit ea41c17f86
1966 changed files with 1523197 additions and 454 deletions
+1 -1
View File
@@ -1014,7 +1014,6 @@ local default_file_tree = {
}
local function get_api_json(url)
local jsonc = require "luci.jsonc"
local gh_proxy = uci_get_type("global_app", "github_proxy", "0")
local return_code, content
if gh_proxy == "1" then
@@ -1388,6 +1387,7 @@ function return_map(map)
end
function luci_types(id, m, s, type_name, option_prefix)
local cbi = require "luci.cbi"
local fv_type
local field_type = s.fields["type"]
if field_type then