mirror of
https://github.com/Cute-Dress/Dress.git
synced 2025-09-22 12:17:57 +00:00
修改个人介绍中的链接到fork的仓库
This commit is contained in:
@ -1,2 +1,2 @@
|
||||
# 在原始高清文件夹下运行,压制图片
|
||||
# 在原始高清文件夹下运行,压制图片
|
||||
for file in *.jpg; do echo $file ${file%%.*}.jpg; convert -resize 1920x1920 -quality 80% $file ../${file%%.*}.jpg; done
|
Reference in New Issue
Block a user