feat: 新增编辑器图片上传章节 #30
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
新增「编辑器图片上传」使用指南,详细说明站内附件、S3 兼容存储、云函数三种模式的配置步骤与注意事项,并描述固定云函数 file/editor-image-upload 所需的请求体格式(Base64 文件、文件名、MIME 等)。
更新使用指南首页的卡片与菜单,展示这个新章节,同时强调统一配置与云函数回调能力需 v8.5.0 及以上版本(这里需要最后合并后确定,先 hardcode 为下个 minor 版本)。
Linked Issues
mx-space/mx-admin#1001 mx-space/core#2469
Additional context
文档位于 docs/content/docs/usage,合并后请确认 core 所对应的版本,然后更新版本提示。