#1370 | 2025-01-14 06:25:42
find . -type f -name "*.webp" -exec bash -c 'convert "$0" "${0%.webp}.jpg"' {} \;

将webp批量转为jpg(问deepseek的😂