fix: stabilize silent updater and release 0.1.22

This commit is contained in:
2026-02-19 21:41:44 +08:00
parent 7563664733
commit cdfe45b3a2
7 changed files with 17 additions and 10 deletions

View File

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