🎈 perf(热更新): 添加白名单热更新地址

This commit is contained in:
luying
2022-11-23 11:38:22 +08:00
parent 6981b4c3e3
commit f1c6a658da
11 changed files with 33 additions and 209 deletions

View File

@@ -41,11 +41,14 @@ export default class Region extends BaseModel {
latestServer: number; // 最新服
@prop({ required: true })
versionCode: string; // 支持的最小版本号
minVersion: string; // 支持的最小版本号
@prop({ required: true })
curVersion: string; // 当前版本号,格式 x.x.x.x
@prop({ required: true })
whitelistVersion: string; // 白名单版本号
@prop({ required: true }) // 热更新资源根目录
updateResUrl: string;