feat(halo): 添加图片上传功能并完善发布流程
- 实现图片上传服务,支持检测并上传本地图片到 Halo - 优化发布流程,添加详细日志和错误处理 - 更新任务清单和检查列表以反映完成状态 - 添加 Halo 博客写作技能文档
This commit is contained in:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user