diff --git a/index.html b/index.html
index 29d8565..330b5f6 100644
--- a/index.html
+++ b/index.html
@@ -5,7 +5,7 @@
-
Vite App
+ EMU-主机运维平台
diff --git a/src/stores/transferData.ts b/src/stores/transferData.ts
index 3b2f15d..240e383 100644
--- a/src/stores/transferData.ts
+++ b/src/stores/transferData.ts
@@ -53,6 +53,7 @@ export const useTransferDataStore = defineStore('transfer', () => {
if (hasDevice) {
hasDevice.lastUpdated = Date.now()
hasDevice.status = '在线'
+ hasDevice.footprint = formatSizeFromKB(Number(feedback[4] || 0))
} else {
const num = feedback[4] || 0
const device: IOnlineDevice = {
diff --git a/src/views/layout/index.vue b/src/views/layout/index.vue
index 43c11bb..26f4c39 100644
--- a/src/views/layout/index.vue
+++ b/src/views/layout/index.vue
@@ -13,7 +13,7 @@
fill="currentColor">
- 数据迁移管理平台
+ EMU-主机运维平台