Update Up

This commit is contained in:
cluntop
2026-03-21 09:07:47 +08:00
parent 8ccd7acf77
commit c578e4b071
5 changed files with 119 additions and 15742 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ enhanced_submit() {
# 自定义提交信息
read -p "📝 输入提交信息 (直接回车默认: Update [当前时间]): " msg
[ -z "$msg" ] && msg="Update $(date '+%Y-%m-%d %H:%M:%S')"
[ -z "$msg" ] && msg="Update Up"
info_msg "1/3 执行 git add . ..."
git add .