Compare commits
2 Commits
db881da671
...
d8b284d54e
Author | SHA1 | Date | |
---|---|---|---|
d8b284d54e | |||
afe21c0cf6 |
|
@ -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-scroll 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-y-auto 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,7 +126,27 @@ 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">修 Bug 的事情就拜托了,大佬桑!(鞠躬)</div>
|
<div class="text-sm text-white/80">在 Issue 中提交问题或建议,或者,修 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>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user