0.0.7 #11

Merged
Astrian merged 19 commits from dev into main 2025-06-25 03:25:25 +00:00
Showing only changes of commit c0e26c0c80 - Show all commits

View File

@ -13,7 +13,7 @@ const version = computed(() => {
</script> </script>
<template> <template>
<div class="absolute top-0 left-0 w-screen h-screen bg-neutral-700/30 flex justify-center items-center"> <div class="absolute top-0 left-0 w-screen h-screen bg-neutral-700/30 flex justify-center items-center select-none">
<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 text-white"> <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 text-white">
<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">
@ -30,6 +30,7 @@ const version = computed(() => {
<ul class="list-disc list-inside"> <ul class="list-disc list-inside">
<li>新增版本更新提示对话框将在 MSR Mod 更新后首次启动显示</li> <li>新增版本更新提示对话框将在 MSR Mod 更新后首次启动显示</li>
<li>增强对 Apple Safari 浏览器的兼容性支持</li>
</ul> </ul>
</div> </div>
</div> </div>