mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
feat: 添加更新日志功能;优化组件和状态管理;修复部分逻辑错误
This commit is contained in:
@@ -4,6 +4,7 @@ import { cookie, isLoadingAccount, useAccount } from '@/api/account'
|
||||
import { ThemeType } from '@/api/api-models'
|
||||
import { QueryGetAPI } from '@/api/query'
|
||||
import RegisterAndLogin from '@/components/RegisterAndLogin.vue'
|
||||
import { checkUpdateNote } from '@/data/UpdateNote';
|
||||
import { ACCOUNT_API_URL } from '@/data/constants'
|
||||
import { useAuthStore } from '@/store/useAuthStore'
|
||||
import { useMusicRequestProvider } from '@/store/useMusicRequest'
|
||||
@@ -485,6 +486,9 @@ onMounted(() => {
|
||||
canResendEmail.value = true
|
||||
}
|
||||
}
|
||||
// 当进入管理页时检查更新日志
|
||||
|
||||
checkUpdateNote();
|
||||
})
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user