update assets to 1.03

This commit is contained in:
2025-08-04 16:05:58 +08:00
parent 0ac6d9882e
commit b52e1df9f8

View File

@ -37,10 +37,10 @@ if [ $? -ne 0 ]; then
fi fi
# 推送到远程仓库 # 推送到远程仓库
git push -u origin master git push -u origin main
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
echo "❌ git push 失败!请检查远程仓库设置。" echo "❌ git push 失败!请检查远程仓库设置。"
exit 1 exit 1
fi fi
echo "✅ 代码提交成功!" echo "✅ 代码提交成功!"