mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
update url, improve queue and songrequest
This commit is contained in:
@@ -3,7 +3,7 @@ import { BASE_API, apiFail } from '@/data/constants'
|
||||
import { createApp, h } from 'vue'
|
||||
import App from './App.vue'
|
||||
import router from './router'
|
||||
import { GetSelfAccount } from './api/account'
|
||||
import { GetSelfAccount, UpdateAccountLoop } from './api/account'
|
||||
import { GetNotifactions } from './data/notifactions'
|
||||
import { NText, createDiscreteApi } from 'naive-ui'
|
||||
|
||||
@@ -38,4 +38,5 @@ QueryGetAPI<string>(BASE_API() + 'vtsuru/version')
|
||||
//加载其他数据
|
||||
GetSelfAccount()
|
||||
GetNotifactions()
|
||||
UpdateAccountLoop()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user