diff --git a/package.json b/package.json index a6da510a..ac58c716 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "moviepilot", - "version": "1.1.3-2", + "version": "1.1.3-3", "private": true, "scripts": { "dev": "vite --host", diff --git a/src/components/filebrowser/List.vue b/src/components/filebrowser/List.vue index eca2a44b..6cb2261d 100644 --- a/src/components/filebrowser/List.vue +++ b/src/components/filebrowser/List.vue @@ -326,6 +326,7 @@ async function recognize(path: string) { // 显示进度条 progressDialog.value = true progressText.value = `正在识别 ${path} ...` + progressValue.value = 0 nameTestResult.value = await api.get('media/recognize_file', { params: { path, @@ -737,9 +738,10 @@ onMounted(() => { {{ progressText }} diff --git a/src/pages/dashboard.vue b/src/pages/dashboard.vue index a8efc550..82ff3601 100644 --- a/src/pages/dashboard.vue +++ b/src/pages/dashboard.vue @@ -1,10 +1,11 @@ diff --git a/src/views/dashboard/AnalyticsCpu.vue b/src/views/dashboard/AnalyticsCpu.vue new file mode 100644 index 00000000..7ff6d692 --- /dev/null +++ b/src/views/dashboard/AnalyticsCpu.vue @@ -0,0 +1,132 @@ + + + diff --git a/src/views/dashboard/AnalyticsMemory.vue b/src/views/dashboard/AnalyticsMemory.vue new file mode 100644 index 00000000..f4beff19 --- /dev/null +++ b/src/views/dashboard/AnalyticsMemory.vue @@ -0,0 +1,137 @@ + + +