Add update service

This commit is contained in:
2025-06-23 19:42:48 +08:00
parent 4f8272e290
commit ea025e3f5d
19 changed files with 639 additions and 270 deletions

View File

@@ -10,6 +10,7 @@ import * as MigrationService from "./migrationservice.js";
import * as StartupService from "./startupservice.js";
import * as SystemService from "./systemservice.js";
import * as TrayService from "./trayservice.js";
import * as UpdateService from "./updateservice.js";
export {
ConfigService,
DialogService,
@@ -19,7 +20,8 @@ export {
MigrationService,
StartupService,
SystemService,
TrayService
TrayService,
UpdateService
};
export * from "./models.js";