整理全局函数名以及库的require方法

This commit is contained in:
MrZ626
2021-03-05 01:15:09 +08:00
parent 069b547e58
commit b1ca2c8dda
99 changed files with 135 additions and 132 deletions

View File

@@ -20,9 +20,10 @@
-- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-- SOFTWARE.
-- Editted by MrZ
local ins,char=table.insert,string.char
json = {}
local json = {}
-------------------------------------------------------------------------------
-- Encode
@@ -350,4 +351,5 @@ function json.decode(str)
elseif LOG then
LOG.print(text.jsonError..": "..(b or"uknErr"),"warn")
end
end
end
return json