feat(halo): 添加图片上传功能并完善发布流程
- 实现图片上传服务,支持检测并上传本地图片到 Halo - 优化发布流程,添加详细日志和错误处理 - 更新任务清单和检查列表以反映完成状态 - 添加 Halo 博客写作技能文档
This commit is contained in:
Vendored
+6
-3
File diff suppressed because one or more lines are too long
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
/*
|
||||
|
||||
This CSS file will be included with your plugin, and
|
||||
available in the app when your plugin is enabled.
|
||||
|
||||
If your plugin does not need CSS, delete this file.
|
||||
|
||||
*/
|
||||
+14
-2
@@ -1,13 +1,25 @@
|
||||
{
|
||||
"recentFiles": [
|
||||
{
|
||||
"basename": "Git团队协作指南(精简版)",
|
||||
"path": "博客/Git团队协作指南(精简版).md"
|
||||
"basename": "SEO分析报告",
|
||||
"path": "博客/SEO分析报告.md"
|
||||
},
|
||||
{
|
||||
"basename": "博客爬取报告",
|
||||
"path": "博客/博客爬取报告.md"
|
||||
},
|
||||
{
|
||||
"basename": "从全连接层到卷积",
|
||||
"path": "博客/从全连接层到卷积.md"
|
||||
},
|
||||
{
|
||||
"basename": "CLI在AI时代的浴火重生",
|
||||
"path": "博客/CLI在AI时代的浴火重生.md"
|
||||
},
|
||||
{
|
||||
"basename": "Git团队协作指南(精简版)",
|
||||
"path": "博客/Git团队协作指南(精简版).md"
|
||||
},
|
||||
{
|
||||
"basename": "halo",
|
||||
"path": "copilot/copilot-custom-prompts/halo.md"
|
||||
|
||||
Vendored
+6
-5
@@ -13,12 +13,12 @@
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "博客/Git团队协作指南(精简版).md",
|
||||
"file": "博客/SEO分析报告.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
},
|
||||
"icon": "lucide-file",
|
||||
"title": "Git团队协作指南(精简版)"
|
||||
"title": "SEO分析报告"
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -193,7 +193,8 @@
|
||||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
"width": 426.5
|
||||
"width": 426.5,
|
||||
"collapsed": true
|
||||
},
|
||||
"left-ribbon": {
|
||||
"hiddenItems": {
|
||||
@@ -220,6 +221,8 @@
|
||||
},
|
||||
"active": "e7a7b303c61786dc",
|
||||
"lastOpenFiles": [
|
||||
"博客/博客爬取报告.md",
|
||||
"博客/从全连接层到卷积.md",
|
||||
"博客/CLI在AI时代的浴火重生.md",
|
||||
"博客/Git团队协作指南(精简版).md",
|
||||
"obsidian-halo/src/service/image-uploader.ts",
|
||||
@@ -264,8 +267,6 @@
|
||||
"小组会议/25.10.26/小组成员基本信息/职位安排.md",
|
||||
"小组会议/25.10.26/小组成员基本信息/小组成员信息/李俊杰.md",
|
||||
"小组会议/26.02.06/小组会议.md",
|
||||
"小组会议/26.02.05/小组会议.md",
|
||||
"小组会议/26.01.28/Gitee团队协作开发完整实操流程.md",
|
||||
"未命名.canvas"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user