feat: 修改代码结构

This commit is contained in:
2025-08-14 22:34:44 -07:00
parent f9de5fcb4f
commit 77e246198f
4 changed files with 22 additions and 4 deletions
@@ -247,6 +247,7 @@ export default function Content() {
{announcementData?.map((item) => {
return (
<div
key={item.id}
className={`${item.pinned ? 'bg-[#B5C9E2]' : 'bg-white'} flex items-center rounded-[20px] px-4 py-2`}
>
<p