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 @@ + + 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 @@ \ 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) => {