fix 历史记录进度条

This commit is contained in:
jxxghp
2024-04-30 18:16:09 +08:00
parent 5f8619805e
commit f817b20545
2 changed files with 4 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "moviepilot",
"version": "1.8.5-1",
"version": "1.8.5-2",
"private": true,
"bin": "dist/service.js",
"scripts": {

View File

@@ -5,6 +5,7 @@ import { useToast } from 'vue-toast-notification'
import api from '@/api'
import type { TransferHistory } from '@/api/types'
import ReorganizeDialog from '@/components/dialog/ReorganizeDialog.vue'
import ProgressDialog from '@/components/dialog/ProgressDialog.vue'
// 提示框
const $toast = useToast()
@@ -448,6 +449,8 @@ onMounted(fetchData)
</div>
</VCard>
</VBottomSheet>
<!-- 进度框 -->
<ProgressDialog v-if="progressDialog" v-model="progressDialog" :text="progressText" :value="progressValue" />
<!-- 文件整理弹窗 -->
<ReorganizeDialog
v-if="redoDialog"