1 Star 0 Fork 17

makes/awtk-hmi

forked from zlgopen/awtk-hmi 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
prepare.sh 383 Bytes
Copy Edit Raw Blame History
lixianjing authored 2024-03-17 09:35 . integrate slider_circle
git pull
for f in 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
do
if [ -e $f ]
then
echo "$f exist."
cd $f
git pull
cd ..
else
git clone https://gitee.com/zlgopen/$f.git
fi
cd $f
scons WITH_JERRYSCRIPT=False
cd ..
done
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/mokemars/awtk-hmi.git
git@gitee.com:mokemars/awtk-hmi.git
mokemars
awtk-hmi
awtk-hmi
master

Search