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
上传时,如果文件名为中文,那么就会失败,弄了半天,不知道乍l回事,原来是不支持中文。希望大佬能解决一下。
^F8:: ;单文件上传 RunWait, "upgit.exe" :clipboard-file return ^F9:: ;多文件上传 RunWait, "upgit.exe" :clipboard-files return
The text was updated successfully, but these errors were encountered:
Can you paste verbose log here?
Sorry, something went wrong.
Seems to be an encoding problem
No branches or pull requests
上传时,如果文件名为中文,那么就会失败,弄了半天,不知道乍l回事,原来是不支持中文。希望大佬能解决一下。
^F8:: ;单文件上传
RunWait, "upgit.exe" :clipboard-file
return
^F9:: ;多文件上传
RunWait, "upgit.exe" :clipboard-files
return
这2条AHK命令感觉可以做到无论上传几个文件都只用一个命令。不懂编码,但从使用别的软件上感觉这应该可以。
The text was updated successfully, but these errors were encountered: