chore: bump version to 0.1.29 and release

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
237899745
2026-04-04 00:38:15 +08:00
parent 78821e0c44
commit cf1935be1d
6 changed files with 8 additions and 12 deletions

View File

@@ -90,7 +90,7 @@ type LocalSyncFileItem = {
};
type TransferTaskKind = "upload" | "download";
type TransferTaskStatus = "queued" | "uploading" | "downloading" | "done" | "failed";
type TransferTaskStatus = "queued" | "uploading" | "downloading" | "processing" | "done" | "failed";
type TransferTask = {
id: string;
kind: TransferTaskKind;
@@ -166,7 +166,7 @@ const syncState = reactive({
nextRunAt: "",
});
const updateState = reactive({
currentVersion: "0.1.28",
currentVersion: "0.1.29",
latestVersion: "",
available: false,
mandatory: false,