feat(sync): 添加同步状态面板和历史功能
- 创建同步状态面板视图,显示已发布文章列表和快速操作按钮 - 添加同步历史弹窗,记录和展示同步操作记录 - 在侧边栏添加同步图标,支持快速打开面板 - 更新国际化文件,添加中英文同步相关文案 - 编写详细的使用指南文档,说明所有功能使用方法 - 更新插件主程序,注册新命令和视图
This commit is contained in:
Vendored
+31
-20
@@ -160,22 +160,23 @@
|
||||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "博客/Git团队协作指南(精简版).md",
|
||||
"followCursor": true,
|
||||
"showSearch": true,
|
||||
"searchQuery": ""
|
||||
},
|
||||
"icon": "lucide-list",
|
||||
"title": "大纲"
|
||||
"title": "Git团队协作指南(精简版) 的大纲"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "969b17fcb8d1f364",
|
||||
"id": "1e741b4d78845bd1",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "calendar",
|
||||
"type": "halo-sync-status",
|
||||
"state": {},
|
||||
"icon": "calendar-with-checkmark",
|
||||
"title": "Calendar"
|
||||
"icon": "lucide-file",
|
||||
"title": "同步状态"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -187,16 +188,28 @@
|
||||
"icon": "git-pull-request",
|
||||
"title": "Source Control"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "969b17fcb8d1f364",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "calendar",
|
||||
"state": {},
|
||||
"icon": "calendar-with-checkmark",
|
||||
"title": "Calendar"
|
||||
}
|
||||
}
|
||||
],
|
||||
"currentTab": 3
|
||||
"currentTab": 5
|
||||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
"width": 426.5
|
||||
"width": 441.5
|
||||
},
|
||||
"left-ribbon": {
|
||||
"hiddenItems": {
|
||||
"halo:发布当前文档到 Halo": false,
|
||||
"halo:同步状态面板": false,
|
||||
"bases:新建数据库": false,
|
||||
"switcher:打开快速切换": false,
|
||||
"graph:查看关系图谱": false,
|
||||
@@ -214,12 +227,20 @@
|
||||
"mermaid-tools:Open Mermaid Toolbar": false,
|
||||
"omnisearch:Omnisearch": false,
|
||||
"remotely-save:Remotely Save": false,
|
||||
"templater-obsidian:Templater": false,
|
||||
"halo:发布当前文档到 Halo": false
|
||||
"templater-obsidian:Templater": false
|
||||
}
|
||||
},
|
||||
"active": "e7a7b303c61786dc",
|
||||
"active": "1e741b4d78845bd1",
|
||||
"lastOpenFiles": [
|
||||
"博客/文章列表.md",
|
||||
"博客/标签分类审查报告.md",
|
||||
"未命名 2.base",
|
||||
"未命名 1.base",
|
||||
"未命名.base",
|
||||
"Excalidraw/Drawing 2026-04-26 18.22.24.excalidraw.md",
|
||||
"Excalidraw",
|
||||
"博客/OpenClaw介绍.md",
|
||||
"博客/Git团队协作指南(精简版).md",
|
||||
"博客/深度学习完全指南.md",
|
||||
"博客/视觉语言模型技术综述.md",
|
||||
"博客/AI助你轻松上手LaTeX论文写作.md",
|
||||
@@ -228,7 +249,6 @@
|
||||
"博客/从全连接层到卷积.md",
|
||||
"博客/博客爬取报告.md",
|
||||
"博客/SEO分析报告.md",
|
||||
"博客/Git团队协作指南(精简版).md",
|
||||
"obsidian-halo/src/modals/search-modal.ts",
|
||||
"obsidian-halo/src/commands/search-posts.ts",
|
||||
"obsidian-halo/src/commands/export-post.ts",
|
||||
@@ -240,13 +260,8 @@
|
||||
"博客/大数据技术栈.md",
|
||||
"博客/大模型赋能架构设计.md",
|
||||
"obsidian-halo/src/commands/manage-taxonomy.ts",
|
||||
"博客/文章列表.md",
|
||||
"obsidian-halo/src/modals/category-manager-modal.ts",
|
||||
"obsidian-halo/src/modals/tag-manager-modal.ts",
|
||||
"obsidian-halo/src/commands/import-markdown.ts",
|
||||
"obsidian-halo/src/modals/file-preview-modal.ts",
|
||||
"obsidian-halo/src/modals",
|
||||
"obsidian-halo/src/commands",
|
||||
"obsidian-halo-zip-test/images/pat-zh.png",
|
||||
"obsidian-halo-zip-test/images/settings-zh.png",
|
||||
"obsidian-halo-zip-test/images/settings-en.png",
|
||||
@@ -262,10 +277,6 @@
|
||||
"Excalidraw/Drawing 2026-04-25 21.16.49.excalidraw.md",
|
||||
"博客/DeepSeek-V4全面解析.md",
|
||||
"博客/深入解析 Claude Code:Vibe Coding 时代的 AI 编程利器.md",
|
||||
"2026-04-03.md",
|
||||
"博客/articles/article-03-ml-learning-path.md",
|
||||
"博客/articles/article-02-python-efficiency.md",
|
||||
"博客/articles/article-01-ai-beginner-guide.md",
|
||||
"未命名.canvas"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user