feat: 前端更新改为定时拉取
This commit is contained in:
@@ -7,5 +7,9 @@ export type UpdateCheckIn = {
|
||||
* 当前前端版本号
|
||||
*/
|
||||
current_version: string;
|
||||
/**
|
||||
* 是否强制拉取更新信息
|
||||
*/
|
||||
if_force?: boolean;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user