feat(halo): 添加图片上传功能并完善发布流程

- 实现图片上传服务,支持检测并上传本地图片到 Halo
- 优化发布流程,添加详细日志和错误处理
- 更新任务清单和检查列表以反映完成状态
- 添加 Halo 博客写作技能文档
This commit is contained in:
2026-04-26 16:47:41 +08:00
parent 7d332d3b8c
commit 8ccc32be0b
13 changed files with 1149 additions and 92 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import type { TFile, Vault } from "obsidian";
import { requestUrl } from "obsidian";
export class ImageUploader {
export default class ImageUploader {
private readonly siteUrl: string;
private readonly token: string;
private readonly headers: Record<string, string>;