V0.2
This commit is contained in:
parent
9b8c8841d2
commit
32ae56a93c
@ -135,7 +135,7 @@ class WebSocketManager {
|
||||
}
|
||||
else if(json.Key === "DownProgress"){
|
||||
if(json.Value !== undefined){
|
||||
Config.DownValue = json.Value;
|
||||
Config.DownValue = formatFloat(json.Value,2);
|
||||
}
|
||||
}
|
||||
else if(json.Key === "stopUpgrade"){
|
||||
|
||||
@ -63,7 +63,7 @@
|
||||
style="border-radius: 1px;"
|
||||
>
|
||||
<el-row
|
||||
style="height: 25px;"
|
||||
style="height: 25px;text-align: center;"
|
||||
>
|
||||
<span v-if="Config.UpDateIndex === 1">
|
||||
下载进度: {{ Config.DownValue }}%
|
||||
|
||||
Loading…
Reference in New Issue
Block a user