mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
songlist add import from file, partically complete point system
This commit is contained in:
@@ -8,6 +8,7 @@ import App from './App.vue'
|
||||
import { GetSelfAccount, UpdateAccountLoop } from './api/account'
|
||||
import { GetNotifactions } from './data/notifactions'
|
||||
import router from './router'
|
||||
import { useAuthStore } from './store/useAuthStore'
|
||||
|
||||
const pinia = createPinia()
|
||||
|
||||
@@ -45,6 +46,7 @@ QueryGetAPI<string>(BASE_API() + 'vtsuru/version')
|
||||
//加载其他数据
|
||||
GetSelfAccount()
|
||||
GetNotifactions()
|
||||
useAuthStore().getAuthInfo()
|
||||
UpdateAccountLoop()
|
||||
InitTTS()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user