1 Star 0 Fork 17

makes/awtk-hmi

forked from zlgopen/awtk-hmi 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
prepare.bat 415 Bytes
一键复制 编辑 原始数据 按行查看 历史
lixianjing 提交于 2024-03-17 09:35 . integrate slider_circle
@echo off
set repositories=awtk awtk-mvvm awtk-modbus awtk-sqlite3 awtk-widget-table-view awtk-database-repository awtk-widget-slidable-row awtk-widget-table-view-mvvm awtk-widget-slider-circle
for %%f in (%repositories%) do (
if exist %%f (
echo %%f exist.
cd %%f
git pull
cd ..
) else (
git clone https://gitee.com/zlgopen/%%f.git
)
cd %%f
scons WITH_JERRYSCRIPT=False
cd ..
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/mokemars/awtk-hmi.git
git@gitee.com:mokemars/awtk-hmi.git
mokemars
awtk-hmi
awtk-hmi
master

搜索帮助