update url, improve queue and songrequest

This commit is contained in:
2023-12-15 16:29:08 +08:00
parent 82a0e72122
commit c530c3b126
36 changed files with 411 additions and 141 deletions

View File

@@ -18,7 +18,7 @@ const roomId = ref()
const timer = ref()
function onStartVerify() {
QueryGetAPI(BILI_API_URL() + 'verify', {
QueryGetAPI(BILI_API_URL + 'verify', {
uId: uId.value,
}).then((data) => {
if (data.code == 200) {
@@ -34,7 +34,7 @@ async function checkStatus() {
uId: number
roomId: number
endTime: number
}>(BILI_API_URL() + 'status')
}>(BILI_API_URL + 'status')
if (data.code == 200) {
//正在进行认证
roomId.value ??= data.data.roomId