fix: make silent updater produce logs reliably and release 0.1.26

This commit is contained in:
2026-02-20 22:55:20 +08:00
parent c8f63d6fc9
commit b179cae14e
7 changed files with 47 additions and 12 deletions

View File

@@ -153,7 +153,7 @@ const syncState = reactive({
nextRunAt: "",
});
const updateState = reactive({
currentVersion: "0.1.25",
currentVersion: "0.1.26",
latestVersion: "",
available: false,
mandatory: false,