diff --git a/README.md b/README.md index 1a32d42..b78a21b 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ Markdown 文档自动即时渲染为微信图文,让你不再为微信文章 | 2 | GitHub 图床 | 配置 `Repo`、`Token` 参数 | [如何获取 GitHub token?](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token) | | 3 | 阿里云 OSS | 配置 `AccessKey ID`、`AccessKey Secret`、`Bucket`、`Region` 等参数 | [如何使用阿里云 OSS?](https://help.aliyun.com/document_detail/31883.html) | | 4 | 腾讯云 COS | 配置 `SecretId`、`SecretKey`、`Bucket`、`Region` 等参数 | [如何使用腾讯云 COS?](https://cloud.tencent.com/document/product/436/38484) | +| 5 | 七牛云 Kudo | 配置 `AccessKey`、`SecretKey`、`Bucket`、`Domain`、`Region` 等参数 | [如何使用七牛云 Kodo?](https://cloud.tencent.com/document/product/436/38484) | ![select-and-change-color-theme](./public/assets/images/select-and-change-color-theme.gif) diff --git a/package.json b/package.json index bc2a991..52f4db7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vue-md", "author": "doocs", - "version": "1.4.1", + "version": "1.4.2", "private": true, "homepage": "https://doocs.gitee.io/md", "scripts": { @@ -17,12 +17,14 @@ "codemirror": "^5.50.2", "core-js": "^3.4.4", "cos-js-sdk-v5": "^0.5.27", + "crypto-js": "^4.0.0", "element-ui": "^2.13.0", "jquery": "^3.4.1", "juice": "^6.0.0", "marked": "^0.8.0", "prettier": "^2.0.5", "prettify": "^0.1.7", + "qiniu-js": "^3.1.2", "uuid": "^8.3.0", "vue": "^2.6.10", "vue-router": "^3.1.3",