整理全局函数名以及库的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

@@ -4,20 +4,20 @@ SCN= require"Zframework/scene"
LOG= require"Zframework/log"
WS= require"Zframework/websocket"
loadLib=require"Zframework/loadLib"
require"Zframework/wheelScroll"
LOADLIB=require"Zframework/loadLib"
WHEELMOV=require"Zframework/wheelScroll"
require"Zframework/setFont"
require"Zframework/mDraw"
require"Zframework/json"
require"Zframework/dumpTable"
require"Zframework/urlEncode"
JSON=require"Zframework/json"
DUMPTABLE=require"Zframework/dumpTable"
URLENCODE=require"Zframework/urlEncode"
-- require"Zframework/upperChar"
-- UPPERCHAR=require"Zframework/upperChar"
require"Zframework/copyTable"
require"Zframework/splitStr"
require"Zframework/toTime"
SPLITSTR=require"Zframework/splitStr"
TIMESTR=require"Zframework/timeStr"
VIB= require"Zframework/vibrate"
SFX= require"Zframework/sfx"