We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
单个作品里面有多个分P的时候,特别是P数特别多的时候.下载下来的文件命名将会是 XXX_P0 XXX_P1 ... XXX_P9 XXX_P10 XXX_P11 ... XXX_Pxx 在某些图片浏览器(如XnView)里面,读取图片的顺序是0 1 11 12 ... 19 2 20 21 22 ... 非常不方便. 能否默认将多P图片用001 002 003 ... 这种加0的格式补齐P数呢?
XXX_P0 XXX_P1 ... XXX_P9 XXX_P10 XXX_P11 ... XXX_Pxx
The text was updated successfully, but these errors were encountered:
嗯,我会考虑增加一个位数的设置
Sorry, something went wrong.
No branches or pull requests
单个作品里面有多个分P的时候,特别是P数特别多的时候.下载下来的文件命名将会是
XXX_P0 XXX_P1 ... XXX_P9 XXX_P10 XXX_P11 ... XXX_Pxx
在某些图片浏览器(如XnView)里面,读取图片的顺序是0 1 11 12 ... 19 2 20 21 22 ... 非常不方便.
能否默认将多P图片用001 002 003 ... 这种加0的格式补齐P数呢?
The text was updated successfully, but these errors were encountered: