Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 950af5f

Browse files
committed
七牛工具使用修正
1 parent 17eff99 commit 950af5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/qiniu.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ Go 中文网静态资源托管在七牛云上,对于 js 和 css,如果有变
22

33
按文档安装完后,需要设置 account,之后执行类似如下命令来替换 js 或 css:
44

5-
qshell fput studygolang static/dist/js/sg_base.min.js dist/js/sg_styles.min.css true
5+
qshell fput studygolang static/dist/js/sg_base.min.js dist/js/sg_base.min.js true
66

7-
即:qshell fput <key> <localFile> [<Overwrite>]
7+
即:qshell fput <Bucket> <Key> <LocalFile> [<Overwrite>]

0 commit comments

Comments
 (0)