mirror of
https://gitee.com/idea4good/GuiLite.git
synced 2025-01-15 17:02:52 +08:00
sync up with github
This commit is contained in:
parent
a69ee52b60
commit
756ddc8082
@ -3,8 +3,8 @@
|
|||||||
- GuiLite可以嵌入在iOS、Android、MFC、QT等其他UI系统中,让你的界面集百家之长,又不失个性。
|
- GuiLite可以嵌入在iOS、Android、MFC、QT等其他UI系统中,让你的界面集百家之长,又不失个性。
|
||||||
- GuiLite鼓励混合编程,开发者可以用GuiLite接管UI部分,用Swift,Java,Go,C#,Python发开业务部分。
|
- GuiLite鼓励混合编程,开发者可以用GuiLite接管UI部分,用Swift,Java,Go,C#,Python发开业务部分。
|
||||||
|
|
||||||
## 新功能:“云”管理
|
## 新功能:自我监控
|
||||||
**统计代码的编译情况:**
|
**上报“编译/运行”情况至“云端”:**
|
||||||
|
|
||||||
![BuildInfo](doc/BuildInfo.png)
|
![BuildInfo](doc/BuildInfo.png)
|
||||||
|
|
||||||
|
@ -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
|
||||||
)
|
)
|
||||||
|
@ -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
|
||||||
)
|
)
|
||||||
|
2
sync.bat
2
sync.bat
@ -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%"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user