tmdb wallpaper

This commit is contained in:
jxxghp
2023-07-19 15:10:14 +08:00
parent a0335227c5
commit cef77f3173
3 changed files with 7 additions and 4 deletions

View File

@@ -84,11 +84,14 @@ onMounted(() => {
<VIcon class="me-2" icon="mdi-account-outline" size="22" />
</template>
<VListItemTitle>配置中心</VListItemTitle>
<VListItemTitle>设定</VListItemTitle>
</VListItem>
<!-- 👉 FAQ -->
<VListItem link>
<VListItem
href="https://github.com/jxxghp/MoviePilot/blob/main/README.md"
target="_blank"
>
<template #prepend>
<VIcon class="me-2" icon="mdi-help-circle-outline" size="22" />
</template>

View File

@@ -32,7 +32,7 @@ const isImageLoaded = ref(false);
// 获取背景图片
const fetchBackgroundImage = async () => {
api
.get("/login/wallpaper")
.get("/login/tmdb")
.then((response: any) => {
backgroundImageUrl.value = response.message;
})

View File

@@ -70,7 +70,7 @@ onMounted(() => {
</td>
</tr>
<tr v-if="messagemTypes.length === 0">
<td colspan="4" align="center">没有设置任何通知渠道</td>
<td colspan="4" class="text-center">没有设置任何通知渠道</td>
</tr>
</tbody>
</VTable>