Skip to content

Commit 92bc038

Browse files
committed
feat(README): 更新readme
1 parent 5c48c98 commit 92bc038

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ DEBUG=yuque-hexo.* yuque-hexo sync
174174

175175
## Best practice
176176
- [语雀云端写作Hexo+Github Actions+COS持续集成](https://www.yuque.com/1874w/1874.cool/roeayv)
177-
- [yuque-hexo插件语雀图片防盗链限制的解决方案](https://1874.cool/osar7h/)
178177
- [Hexo 博客终极玩法:云端写作,自动部署](https://www.yuque.com/u46795/blog/dlloc7)
179178
- [Hexo:语雀云端写作 Github Actions 持续集成](https://www.zhwei.cn/hexo-github-actions-yuque/)
180179

@@ -214,8 +213,11 @@ DEBUG=yuque-hexo.* yuque-hexo sync
214213

215214
# Changelog
216215

216+
### v1.9.0
217+
- 🔥 支持腾讯云/阿里云/七牛云图床链接替换语雀链接
218+
217219
### v1.8.0
218-
- 🔥 支持自定义的适配器 adapter,具体查看 [配置示例](https://github.com/x-cold/yuque-hexo/tree/master/test/custom-adapter-project),如果需要实现类似图床上传的功能,可以参考[文章](https://juejin.cn/post/6875192087705288718)
220+
- 🔥 支持自定义的适配器 adapter,具体查看 [配置示例](https://github.com/x-cold/yuque-hexo/tree/master/test/custom-adapter-project)
219221

220222
### v1.7.0
221223

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yuque-hexo",
3-
"version": "1.8.0",
3+
"version": "1.9.0",
44
"description": "A downloader for articles from yuque",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)