mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 07:28:37 +08:00
更新用户资料和账户设置中的链接
This commit is contained in:
@@ -481,7 +481,7 @@ onUnmounted(() => {
|
|||||||
</VMenu>
|
</VMenu>
|
||||||
|
|
||||||
<!-- 👉 FAQ -->
|
<!-- 👉 FAQ -->
|
||||||
<VListItem href="https://wiki.movie-pilot.org" target="_blank" class="mb-1 rounded-lg" hover>
|
<VListItem href="https://movie-pilot.org" target="_blank" class="mb-1 rounded-lg" hover>
|
||||||
<template #prepend>
|
<template #prepend>
|
||||||
<VIcon icon="mdi-help-circle-outline" />
|
<VIcon icon="mdi-help-circle-outline" />
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -171,12 +171,12 @@ onMounted(() => {
|
|||||||
<dd class="flex text-sm sm:col-span-2 sm:mt-0">
|
<dd class="flex text-sm sm:col-span-2 sm:mt-0">
|
||||||
<span class="flex-grow undefined">
|
<span class="flex-grow undefined">
|
||||||
<a
|
<a
|
||||||
href="https://wiki.movie-pilot.org"
|
href="https://movie-pilot.org"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
class="text-indigo-500 transition duration-300 hover:underline"
|
class="text-indigo-500 transition duration-300 hover:underline"
|
||||||
>
|
>
|
||||||
https://wiki.movie-pilot.org
|
https://movie-pilot.org
|
||||||
</a>
|
</a>
|
||||||
</span>
|
</span>
|
||||||
</dd>
|
</dd>
|
||||||
|
|||||||
Reference in New Issue
Block a user