fix: 更新安装包改为从 OSS 获取

This commit is contained in:
ssongliu
2023-02-17 18:06:07 +08:00
committed by ssongliu
parent 99ab05c9a1
commit 322513c71f
9 changed files with 28 additions and 110 deletions
-1
View File
@@ -83,6 +83,5 @@ export namespace Setting {
export interface UpgradeInfo {
newVersion: string;
releaseNote: string;
createdAt: string;
}
}