feat: 实现文档存储配置同步功能#1140
Open
superqtqt wants to merge 4 commits into
Open
Conversation
- 新增 DocumentStorageDialog 组件支持 WebDAV/COS 远程存储 - 实现项目配置(图床、主题、CSS等)的云端同步 - 支持文档和配置的上传/下载 - 修复配置从云端加载后未应用的问题
|
🚀 Surge Preview has been successfully deployed! Preview URL: https://doocs-md-preview-pr-1140.surge.sh Built with commit 56beae5 |
Author
|
@yanglbme place review this code |
Member
|
内容有冲突,先处理一下哈 @superqtqt |
- 从 doocs/md 合并 16 个新提交 - 保留文档存储配置功能 - 新增模板管理功能 - 修复 DocumentStorageDialog 中 store 导入路径 - 更新依赖和其他优化
|
这个可以,希望能够快快合并支持 |
|
docker部署的急需该功能 |
JIANMOP
added a commit
to JIANMOP/md
that referenced
this pull request
May 11, 2026
合并自 superqtqt/md 的 PR doocs#1140,支持: - DocumentStorageDialog 组件支持 WebDAV/COS 远程存储 - 项目配置(图床、主题、CSS等)的云端同步 - 文档和配置的上传/下载 - 修复配置从云端加载后未应用的问题 适配到最新的 doocs/md:main (commit ca70c0e): - CodeMirror 编辑器初始化迁移至 EditorPanel.vue - 保留上游的 Post 类型定义和 TS 重构 - 添加 cos-js-sdk-v5 依赖 Co-authored-by: superqtqt <superqtqt@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
#1138