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
{ // 有效的七牛 AccessKey 签名授权 "pasteImageToQiniu.access_key": "*****************************************", // 有效的七牛 SecretKey 签名授权 "pasteImageToQiniu.secret_key": "*****************************************", // 七牛图片上传空间 "pasteImageToQiniu.bucket": "blog", // 七牛图片上传路径,参数化命名,暂时支持 ${fileName}、${mdFileName}、${date}、${dateTime} // 示例: // ${fileName}-${date} -> picName-20160725.jpg // ${mdFileName}-${dateTime} -> markdownName-20170412222810.jpg "pasteImageToQiniu.remotePath": "${fileName}", // 七牛图床域名 "pasteImageToQiniu.domain": "http://xxxxx.xxxx.com", // 本地储存位置 "pasteImageToQiniu.localPath":"./img" }
这个配置放到什么位置的呀?我添加上插件把这个配置放到了 setting.json里面但是没有效果啊
The text was updated successfully, but these errors were encountered:
No branches or pull requests
这个配置放到什么位置的呀?我添加上插件把这个配置放到了 setting.json里面但是没有效果啊
The text was updated successfully, but these errors were encountered: