We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb1509d commit 06db055Copy full SHA for 06db055
README.md
@@ -213,6 +213,9 @@ DEBUG=yuque-hexo.* yuque-hexo sync
213
214
# Changelog
215
216
+### v1.9.2
217
+- 修复上传图片到图床时可能由于用户代理缺失导致403问题
218
+
219
### v1.9.1
220
- 修复不使用图床配置时报错的问题
221
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "yuque-hexo",
3
- "version": "1.9.1",
+ "version": "1.9.2",
4
"description": "A downloader for articles from yuque",
5
"main": "index.js",
6
"scripts": {
0 commit comments