PRINT改为独立模块log.lua,增加显示动画,增加使用样例
This commit is contained in:
@@ -39,8 +39,10 @@ local function loadCC()
|
||||
end
|
||||
if not f then
|
||||
CCloader_filename[system]=nil
|
||||
LOG.print("failed to load CC")
|
||||
return
|
||||
end
|
||||
LOG.print("CC load successfully")
|
||||
f()
|
||||
BOT={
|
||||
getConf= cc.get_default_config ,--()options,weights
|
||||
|
||||
Reference in New Issue
Block a user