Compare commits

..

No commits in common. "d8b284d54ee6b0d4e0327883464c060ae0d97357" and "db881da6713ece7223e631a0ffe1a80a00104b7a" have entirely different histories.

View File

@ -31,7 +31,7 @@ const version = computed(() => {
class="bg-black/30 w-screen h-screen absolute top-0 left-0 z-30 flex justify-center items-center select-none" class="bg-black/30 w-screen h-screen absolute top-0 left-0 z-30 flex justify-center items-center select-none"
@click="$emit('dismiss')"> @click="$emit('dismiss')">
<div <div
class="bg-neutral-900/80 shadow-[0_0_16px_0_rgba(0,0,0,0.5)] backdrop-blur-2xl border border-[#ffffff39] rounded-lg w-[60rem] h-3/4 relative overflow-y-auto modal-content" class="bg-neutral-900/80 shadow-[0_0_16px_0_rgba(0,0,0,0.5)] backdrop-blur-2xl border border-[#ffffff39] rounded-lg w-[60rem] h-3/4 relative overflow-scroll modal-content"
@click.stop> @click.stop>
<div <div
class="flex justify-between items-center p-8 sticky top-0 bg-gradient-to-b from-neutral-900 to-neutral-900/0 z-10"> class="flex justify-between items-center p-8 sticky top-0 bg-gradient-to-b from-neutral-900 to-neutral-900/0 z-10">
@ -126,27 +126,7 @@ const version = computed(() => {
class="flex justify-between items-center px-6 py-4 w-full text-left hover:bg-neutral-300/10 transition-all"> class="flex justify-between items-center px-6 py-4 w-full text-left hover:bg-neutral-300/10 transition-all">
<div class="flex flex-col"> <div class="flex flex-col">
<div class="text-base text-white">前往 GitHub 仓库</div> <div class="text-base text-white">前往 GitHub 仓库</div>
<div class="text-sm text-white/80"> Issue 中提交问题或建议或者 Bug 的事情就拜托了大佬桑鞠躬</div> <div class="text-sm text-white/80"> Bug 的事情就拜托了大佬桑鞠躬</div>
</div>
</a>
</li>
<li class="odd:bg-neutral-300/5">
<a href="https://discord.gg/QQUfeb2gzH" target="_blank"
class="flex justify-between items-center px-6 py-4 w-full text-left hover:bg-neutral-300/10 transition-all">
<div class="flex flex-col">
<div class="text-base text-white">前往 Discord 社群</div>
<div class="text-sm text-white/80">在社群中提交问题或建议或是来聊聊明日方舟的音乐吧</div>
</div>
</a>
</li>
<li class="odd:bg-neutral-300/5">
<a href="https://trello.com/b/Ju1TRXla" target="_blank"
class="flex justify-between items-center px-6 py-4 w-full text-left hover:bg-neutral-300/10 transition-all">
<div class="flex flex-col">
<div class="text-base text-white">前往 Trello 看板</div>
<div class="text-sm text-white/80">了解 MSR Mod 目前的开发进度</div>
</div> </div>
</a> </a>
</li> </li>