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
运行
picgo upload pic1.png pic2.png
输出应该是
[PICGO SUCCESS] https://xxx.com/pic1.png https://xxx.com/pic2.png
但可能是一个错误的顺序
[PICGO SUCCESS] https://xxx.com/pic2.png https://xxx.com/pic1.png
The text was updated successfully, but these errors were encountered:
日志输出顺序错误的问题已经修复,只是还未发版,近期会发版
Sorry, something went wrong.
这里看了一下,url的顺序可能跟实现有关系,push到输出结果数组的时机可能是先上传完先push,这里我要看一下怎么改
2bf1ed9
No branches or pull requests
运行
输出应该是
但可能是一个错误的顺序
The text was updated successfully, but these errors were encountered: