Update updateService.ts

This commit is contained in:
tamina
2025-11-16 16:48:47 +08:00
committed by GitHub
parent 008a3250bf
commit 4c3ba04a25

View File

@@ -17,7 +17,7 @@ export class UpdateService {
private static getCurrentVersion(): string {
// 在实际应用中,这个版本号应该在构建时注入
// 这里暂时硬编码,你可以通过构建脚本或环境变量来动态设置
return '0.1.6';
return '0.1.7';
}
static async checkForUpdates(): Promise<UpdateCheckResult> {