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,7 +37,7 @@ if [ $? -ne 0 ]; then
fi
# 推送到远程仓库
git push -u origin master
git push -u origin main
if [ $? -ne 0 ]; then
echo "❌ git push 失败!请检查远程仓库设置。"
exit 1