更新优化

This commit is contained in:
sofio
2026-02-04 11:57:19 +08:00
parent 30e0d480c2
commit 7de5db295f
31 changed files with 5497 additions and 103 deletions

View File

@@ -32,14 +32,6 @@ export default async function RecruitSection() {
))}
</div>
</div>
<div className="recruit-right">
<span className="recruit-col-label">{t("newsLabel")}</span>
<div className="recruit-news-placeholder">
<span style={{ fontSize: 32 }}>📰</span>
<span className="recruit-news-text">{t("newsPlaceholder")}</span>
<span className="recruit-news-desc">{t("newsDesc")}</span>
</div>
</div>
</div>
</section>
);