-
使用volantis 的时候 为什么上传图片默认不会转换成base64啊 |
Beta Was this translation helpful? Give feedback.
Answered by
lizheming
Feb 8, 2022
Replies: 1 comment 2 replies
-
https://github.com/volantis-x/hexo-theme-volantis/blob/dd7a683818abf94a352f39bdfa8d04f16c8a130c/layout/_plugins/comments/waline/script.ejs#L15-L22 看了下,应该是主题自定义了 uploadImage 方法了,并暴露了个 imageHosting 的变量 |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Mister-Hope
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/volantis-x/hexo-theme-volantis/blob/dd7a683818abf94a352f39bdfa8d04f16c8a130c/layout/_plugins/comments/waline/script.ejs#L15-L22 看了下,应该是主题自定义了 uploadImage 方法了,并暴露了个 imageHosting 的变量