Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17eff99 commit 950af5fCopy full SHA for 950af5f
docs/qiniu.md
@@ -2,6 +2,6 @@ Go 中文网静态资源托管在七牛云上,对于 js 和 css,如果有变
2
3
按文档安装完后,需要设置 account,之后执行类似如下命令来替换 js 或 css:
4
5
-qshell fput studygolang static/dist/js/sg_base.min.js dist/js/sg_styles.min.css true
+qshell fput studygolang static/dist/js/sg_base.min.js dist/js/sg_base.min.js true
6
7
-即:qshell fput <key> <localFile> [<Overwrite>]
+即:qshell fput <Bucket> <Key> <LocalFile> [<Overwrite>]
0 commit comments