mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 07:28:37 +08:00
1.1.8
This commit is contained in:
+1
-1
@@ -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",
|
||||||
|
|||||||
@@ -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()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user