sync: 自动同步未提交变更 [create TASK-20260323184756]

This commit is contained in:
cfdaily
2026-03-23 18:47:56 +08:00
parent 40acbfe3a9
commit 81a7688203
9 changed files with 2188 additions and 2480 deletions
@@ -79,7 +79,7 @@ while true; do
# 删除任务文件
rm -f "$TASK_FILE"
git rm "$TASK_FILE" >> "$LOG_FILE" 2>&1
git rm -f "$TASK_FILE" >> "$LOG_FILE" 2>&1
echo "[$TIMESTAMP] 🗑️ 任务文件已删除" >> "$LOG_FILE"
# 3. 自动推送完成结果 - 添加.done和删除.task一起提交