更新用户资料和账户设置中的链接

This commit is contained in:
jxxghp
2025-07-15 17:31:15 +08:00
parent 4f233ca886
commit 7edbf7c724
2 changed files with 3 additions and 3 deletions

View File

@@ -481,7 +481,7 @@ onUnmounted(() => {
</VMenu>
<!-- 👉 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>
<VIcon icon="mdi-help-circle-outline" />
</template>

View File

@@ -171,12 +171,12 @@ onMounted(() => {
<dd class="flex text-sm sm:col-span-2 sm:mt-0">
<span class="flex-grow undefined">
<a
href="https://wiki.movie-pilot.org"
href="https://movie-pilot.org"
target="_blank"
rel="noreferrer"
class="text-indigo-500 transition duration-300 hover:underline"
>
https://wiki.movie-pilot.org
https://movie-pilot.org
</a>
</span>
</dd>