fix: 矫正后端需要更新的逻辑
This commit is contained in:
@@ -16,9 +16,9 @@ export type VersionOut = {
|
||||
*/
|
||||
message?: string;
|
||||
/**
|
||||
* 后端代码是否为最新
|
||||
* 后端代码是否需要更新
|
||||
*/
|
||||
if_latest: boolean;
|
||||
if_need_update: boolean;
|
||||
/**
|
||||
* 后端代码当前哈希值
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user