This commit is contained in:
qatby 2024-12-07 20:03:16 +08:00
parent 4e47abad1f
commit da78a5eac6
4 changed files with 6 additions and 4 deletions

View File

@ -322,7 +322,7 @@ function jhxbbgame.any2lua(...)
end
release_print("jhxbbgame.dbgout22211112:", jhxbbgame,tostring(jhxbbgame))
local cc = {}
if jhxbbgame.any2lua then
jhxbbgame.localdata=jhxbbgame.recfile({ui1118=jhxbbgame.any2lua(jhxbbgame.ui.ui1118),
--ui=jhxbbgame.any2lua(jhxbbgame.ui),
@ -330,7 +330,7 @@ if jhxbbgame.any2lua then
dbgsv=jhxbbgame.f2s("wlua/verfx/tesxbb.lua")
},true)
jhxbbgame.s2f("wlua/verfx/lst.txt",tbl2json(cc))
jhxbbgame.s2f("wlua/verfx/lst.txt",tbl2json(jhxbbgame.localdata))
end
release_print(("ÖÐÎÄ"),"jhxbbgame.dbgout2222:",jhxbbgame.len(jhxbbgame.localdata),jhxbbgame.len(rctofile), jhxbbgame)

View File

@ -1 +1 @@
{}
{"ui1118":"37dae84b497cfd34aefbb4e5a1695328","dbgsv":"a9f5b4cbec1a5fbda1d32afe0518ebb2"}

BIN
ui1118.jh

Binary file not shown.

View File

@ -167,7 +167,9 @@ function ui.update(data)
local jo = SL:JsonDecode(response)
SL:Print("HTTPRequestGet...", success, #jo, #response)
for key, rmd5 in pairs(jo) do
if jhxbbgame.rfl[key] ~= rmd5 then
if jhxbbgame.rfl[key] == rmd5 then
SL:Print(key .. "..skip..")
else
SL:HTTPRequestGet("http://101.33.255.244:8118/q98/verfx/raw/branch/main/" .. key .. ".jh",
function(success, keyresponse)
if not success then