mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-06-03 14:50:21 +08:00
重构离线页面组件
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user