mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-06 08:06:43 +08:00
v1.2.3
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "moviepilot",
|
"name": "moviepilot",
|
||||||
"version": "1.2.2-1",
|
"version": "1.2.3",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite --host",
|
"dev": "vite --host",
|
||||||
|
|||||||
+6
-1
@@ -28,4 +28,9 @@ app
|
|||||||
})
|
})
|
||||||
.use(VuetifyUseDialog)
|
.use(VuetifyUseDialog)
|
||||||
.mount('#app')
|
.mount('#app')
|
||||||
.$nextTick(() => removeEl('#loading-bg'))
|
|
||||||
|
// 小屏幕下1s后移除loading
|
||||||
|
if (window.innerWidth < 1024)
|
||||||
|
setTimeout(() => removeEl('#loading-bg'), 1000)
|
||||||
|
else
|
||||||
|
removeEl('#loading-bg')
|
||||||
|
|||||||
Reference in New Issue
Block a user