重构离线页面组件

This commit is contained in:
jxxghp
2025-09-13 14:00:03 +08:00
parent e37bde77a1
commit 1c019cd5c8
2 changed files with 81 additions and 203 deletions

View File

@@ -49,7 +49,7 @@ const dataList = ref<Array<Context>>([])
const isRefreshed = ref(false)
// 加载进度文本
const progressText = ref('')
const progressText = ref(t('common.pleaseWait'))
// 加载进度
const progressValue = ref(0)