diff --git a/index.html b/index.html
index 36779ba..f6e5246 100644
--- a/index.html
+++ b/index.html
@@ -4,6 +4,7 @@
+
vtsuru.live
diff --git a/src/App.vue b/src/App.vue
index e3a4194..da47278 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,18 +1,20 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 激活账户
+
+
+ 进行账户激活
+
+
+
+
+
+
diff --git a/src/views/ViewerLayout.vue b/src/views/ViewerLayout.vue
index 1376abd..e734822 100644
--- a/src/views/ViewerLayout.vue
+++ b/src/views/ViewerLayout.vue
@@ -1,6 +1,6 @@
+
+
+ 你已通过验证
+ 尚未登录
+
+ Bilibili 身份验证
+
+
+
+ 剩余
+
+
+ 复制认证码
+
+ 前往直播间
+
+
+
+
+
+
+ 请在点击
+ 开始认证
+ 后五分钟之内使用
+ 需要认证的账户
+ 在自己的直播间内发送
+
+ {{ accountInfo?.biliVerifyCode }}
+
+
+
+
+ 开始认证
+
+
+
+
diff --git a/src/views/manage/DashboardView.vue b/src/views/manage/DashboardView.vue
index b035a8c..d87ff60 100644
--- a/src/views/manage/DashboardView.vue
+++ b/src/views/manage/DashboardView.vue
@@ -1,16 +1,32 @@
-
-
-
+
+
+
+ {{ accountInfo?.name }}
+
+
+ 于
+
+ 注册
+
+
-
-
-
\ No newline at end of file
+
+
+ Bilibili 账户:
+ 已认证
+
+ 未认证
+
+ 前往认证
+
+
+
+
diff --git a/src/views/manage/SongListManageView.vue b/src/views/manage/SongListManageView.vue
new file mode 100644
index 0000000..98faa8d
--- /dev/null
+++ b/src/views/manage/SongListManageView.vue
@@ -0,0 +1,11 @@
+
+
+
+
+
diff --git a/src/views/view/SongListView.vue b/src/views/view/SongListView.vue
index 5b43ace..e197b6e 100644
--- a/src/views/view/SongListView.vue
+++ b/src/views/view/SongListView.vue
@@ -2,7 +2,7 @@
import { SongsInfo } from '@/api/api-models'
import { QueryGetPaginationAPI } from '@/api/query'
import SongList from '@/components/SongList.vue'
-import { USER_URL } from '@/data/constants'
+import { USER_API_URL } from '@/data/constants'
import { onMounted, ref } from 'vue'
import { useRouteParams } from '@vueuse/router'
@@ -34,7 +34,7 @@ async function RequestData() {
tags: ['hao'],
},
]
- await QueryGetPaginationAPI(`${USER_URL}info`, {
+ await QueryGetPaginationAPI(`${USER_API_URL}info`, {
uId: uId.value,
})
.then((result) => {