1111111
This commit is contained in:
parent
4e47abad1f
commit
da78a5eac6
@ -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)
|
||||
|
||||
|
||||
2
lst.txt
2
lst.txt
@ -1 +1 @@
|
||||
{}
|
||||
{"ui1118":"37dae84b497cfd34aefbb4e5a1695328","dbgsv":"a9f5b4cbec1a5fbda1d32afe0518ebb2"}
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user