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
+5 -2
View File
@@ -84,11 +84,14 @@ onMounted(() => {
<VIcon class="me-2" icon="mdi-account-outline" size="22" /> <VIcon class="me-2" icon="mdi-account-outline" size="22" />
</template> </template>
<VListItemTitle>配置中心</VListItemTitle> <VListItemTitle>设定</VListItemTitle>
</VListItem> </VListItem>
<!-- 👉 FAQ --> <!-- 👉 FAQ -->
<VListItem link> <VListItem
href="https://github.com/jxxghp/MoviePilot/blob/main/README.md"
target="_blank"
>
<template #prepend> <template #prepend>
<VIcon class="me-2" icon="mdi-help-circle-outline" size="22" /> <VIcon class="me-2" icon="mdi-help-circle-outline" size="22" />
</template> </template>
+1 -1
View File
@@ -32,7 +32,7 @@ const isImageLoaded = ref(false);
// 获取背景图片 // 获取背景图片
const fetchBackgroundImage = async () => { const fetchBackgroundImage = async () => {
api api
.get("/login/wallpaper") .get("/login/tmdb")
.then((response: any) => { .then((response: any) => {
backgroundImageUrl.value = response.message; backgroundImageUrl.value = response.message;
}) })
@@ -70,7 +70,7 @@ onMounted(() => {
</td> </td>
</tr> </tr>
<tr v-if="messagemTypes.length === 0"> <tr v-if="messagemTypes.length === 0">
<td colspan="4" align="center">没有设置任何通知渠道</td> <td colspan="4" class="text-center">没有设置任何通知渠道</td>
</tr> </tr>
</tbody> </tbody>
</VTable> </VTable>