-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
把图片直接拖拽进编辑器后链接地址少个"/" #60
Comments
请问你是使用的是哪种图床呢? 七牛、阿里云、sm.ms还是Github? |
您好,我使用的是阿里云OSS |
好的,感谢反馈, 我来看下。 |
谢谢~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
把图片直接拖拽进编辑器后,出现的链接地址少个"/",应该是代码里少了个/。比如本来链接是"http://baidu.com",结果会变成"http:/baidu.com",每次都需要手动补上。有时候忘了补,更新到网站图片就崩了。
The text was updated successfully, but these errors were encountered: