This commit is contained in:
jxxghp
2023-09-10 17:34:26 +08:00
parent 3c555cbfca
commit 1f0dd907f9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "moviepilot", "name": "moviepilot",
"version": "1.1.7-3", "version": "1.1.8",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "vite --host", "dev": "vite --host",
+1 -1
View File
@@ -262,7 +262,7 @@ async function transfer() {
stopLoadingProgress() stopLoadingProgress()
// 显示结果 // 显示结果
if (res.success) { if (res.success) {
$toast.success(`${currentItem.value?.name} 整理成`) $toast.success(`${currentItem.value?.name} 整理成!`)
// 重新加载 // 重新加载
load() load()
} }