mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-06 16:16:42 +08:00
tmdb wallpaper
This commit is contained in:
@@ -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
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user