This commit is contained in:
fatiao 2025-02-26 22:09:55 +08:00
parent 81db0c5086
commit 890d0bf2b5

View File

@ -282,4 +282,13 @@ OnConfigMgrInited->InitMgr->LuaMain:Init->LuaMain:Start->LuaMain:Update->LuaMain
| Assets/Lua/Pb google |protobuf协议文件
| Assets/Lua/RedPoint | 红点逻辑
| Assets/Lua/System | 通用功能
| Assets/Lua/UI |所有的UI逻辑vc
| Assets/Lua/UI |所有的UI逻辑vc
**使用git bash**
git config --global --add safe.directory /d/ro-webgl-remote/.git
git remote add ro-webgl-remote /d/ro-webgl-remote
git push ro-webgl-remote bblgl-c106
git pull ro-webgl-remote bblgl-c106