sync up with github

This commit is contained in:
idea4good 2018-09-12 12:43:11 +08:00
parent a69ee52b60
commit 756ddc8082
5 changed files with 5 additions and 5 deletions

View File

View File

@ -3,8 +3,8 @@
- GuiLite可以嵌入在iOS、Android、MFC、QT等其他UI系统中让你的界面集百家之长又不失个性。 - GuiLite可以嵌入在iOS、Android、MFC、QT等其他UI系统中让你的界面集百家之长又不失个性。
- GuiLite鼓励混合编程开发者可以用GuiLite接管UI部分用SwiftJavaGoC#Python发开业务部分。 - GuiLite鼓励混合编程开发者可以用GuiLite接管UI部分用SwiftJavaGoC#Python发开业务部分。
## 新功能:“云”管理 ## 新功能:自我监控
**统计代码的编译情况** **上报“编译/运行”情况至“云端”**
![BuildInfo](doc/BuildInfo.png) ![BuildInfo](doc/BuildInfo.png)

View File

@ -22,5 +22,5 @@ TARGET_LINK_LIBRARIES(core
sample) sample)
execute_process( execute_process(
COMMAND ${CMAKE_SOURCE_DIR}/sync.sh Core COMMAND ${CMAKE_SOURCE_DIR}/.sync.sh Core
) )

View File

@ -14,5 +14,5 @@ ADD_LIBRARY(gui ${SRC})
TARGET_LINK_LIBRARIES(gui core sample) TARGET_LINK_LIBRARIES(gui core sample)
execute_process( execute_process(
COMMAND ${CMAKE_SOURCE_DIR}/sync.sh Gui COMMAND ${CMAKE_SOURCE_DIR}/.sync.sh Gui
) )

View File

@ -12,5 +12,5 @@ set raw_data=[{^
\"Weight\" : 1^ \"Weight\" : 1^
}] }]
curl --include --request POST --header "Content-Type: application/json" --data-binary^ curl.exe --include --request POST --header "Content-Type: application/json" --data-binary^
"%raw_data%" "%url%" "%raw_data%" "%url%"