补充主元素 ID
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-11-07 01:18:05 +08:00
parent fa2bfa28dd
commit 7430080f01

View File

@ -41,7 +41,7 @@
</p>
</header>
<div class="w-240 h-135 relative bg-green-400 m-20 shadow text-white" style="font-family: 'Noto Sans CJK SC';">
<div id="main" class="w-240 h-135 relative bg-green-400 m-20 shadow text-white" style="font-family: 'Noto Sans CJK SC';">
{#if imagePreviewUrl}
<div class="absolute left-0 top-0 h-full w-130 bg-center bg-cover grayscale" style:background-image={`url(${imagePreviewUrl})`}></div>
{/if}