Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>七牛图片上传New to Visual Studio Code? Get it now.
七牛图片上传

七牛图片上传

zhangyapeng

|
50 installs
| (0) | Free
七牛图片上传
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

qiniu-upload-image

一个 VS Code 插件,编写 Markdown 时可以快捷上传本地图片获取七牛图床外链。

Features

Tips: 只有在编辑 Markdown 时插件才可使用。

Usage

Install

Ctrl+P 输入命令:

ext install upload-sevencows-image

User Settings

{
    // 插件开关
    "qiniu.enable": true,

    // 一个有效的七牛 AccessKey 签名授权
    "qiniu.access_key": "*****************************************",

    // 一个有效的七牛 SecretKey 签名授权
    "qiniu.secret_key": "*****************************************",

    // 七牛图片上传空间
    "qiniu.bucket": "ysblog",

    // 七牛图床域名
    "qiniu.domain": "http://xxxxx.xxxx.com"
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft