mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-07 08:43:04 +08:00
v1.2.3
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "moviepilot",
|
||||
"version": "1.2.2-1",
|
||||
"version": "1.2.3",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "vite --host",
|
||||
|
||||
@@ -28,4 +28,9 @@ app
|
||||
})
|
||||
.use(VuetifyUseDialog)
|
||||
.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