We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
想给上传图片增加后端接口,有相关自定义文档吗?
The text was updated successfully, but these errors were encountered:
https://github.com/bytedance/bytemd#editor
<Editor uploadImages={async (files) => { // upload images return [ { url: '', alt: '', // optional title: '', // optional } //... ]; }} />
Sorry, something went wrong.
图片目前只能一次粘贴上传一张呢
例子写错了,已更新,应该是返回一个 Array,可以传多张,顺序 files 中的与一致。
No branches or pull requests
想给上传图片增加后端接口,有相关自定义文档吗?
The text was updated successfully, but these errors were encountered: