feat: 前端更新改为定时拉取

This commit is contained in:
DLmaster361
2025-09-13 14:54:11 +08:00
parent 79bd982383
commit 6c7a0226fd
8 changed files with 199 additions and 73 deletions

View File

@@ -7,5 +7,9 @@ export type UpdateCheckIn = {
* 当前前端版本号
*/
current_version: string;
/**
* 是否强制拉取更新信息
*/
if_force?: boolean;
};