Go to file
songtianlun b8b2ee6972 fix: correct jq syntax for updating stats
- Adjusted the jq command for adding values to arrays to use the correct
  syntax for accessing keys.
- Updated the jq command for updating numeric values to use the
  `--argjson` option for proper type handling.

These changes ensure that the script correctly updates the statistics
file without errors, improving the reliability of the data handling.
2025-01-03 17:27:59 +08:00
config.sh feat: add synchronization statistics logging 2025-01-03 17:26:32 +08:00
mail.sh feat: support different SMTP ports for email sending 2025-01-03 17:14:17 +08:00
main.sh feat: add synchronization statistics logging 2025-01-03 17:26:32 +08:00
mirror.sh fix: correct jq syntax for updating stats 2025-01-03 17:27:59 +08:00
REAEME.md feat: add email notification and logging features 2025-01-03 17:03:01 +08:00