style: format output for synchronization report

- Adjust formatting of the synchronization report output
- Change indentation and bullet points for better readability
- Ensure consistent presentation of start time, end time, and status

These changes improve the clarity and presentation of the synchronization
report, making it easier for users to read and understand the
synchronization statistics and details.
This commit is contained in:
songtianlun 2025-01-03 17:56:20 +08:00
parent 54abd6106f
commit c1e480004a

View File

@ -86,7 +86,12 @@ $(cat "${LOG_FILE}")"
$(echo "$stats" | jq -r '.details.success_repos[]' | sed 's/^/- /') $(echo "$stats" | jq -r '.details.success_repos[]' | sed 's/^/- /')
详细日志 (最后 50): 详细日志 (最后 50):
$(tail -n 50 "$LOG_FILE")" $(tail -n 50 "$LOG_FILE")
详细日志:
$(cat "$LOG_FILE")
"
else else
summary="无法获取同步统计信息" summary="无法获取同步统计信息"
fi fi