更新 暂时隐藏签到入口

This commit is contained in:
moux1024 2025-09-17 20:26:59 +08:00
parent 86264e9436
commit 00a1f302d3

View File

@ -409,7 +409,7 @@ export function TopBar({ collapsed, isDesktop=true }: { collapsed: boolean, isDe
</p>
</div>
{/* Check-in entry */}
<div>
{/* <div>
<button
className="px-2 py-1 text-xs bg-gray-600 text-white rounded hover:bg-gray-700 transition-colors disabled:opacity-50 flex items-center justify-center"
onClick={() => handleCheckin()}
@ -417,7 +417,7 @@ export function TopBar({ collapsed, isDesktop=true }: { collapsed: boolean, isDe
>
<CalendarDays className="h-3 w-3" />
</button>
</div>
</div> */}
</div>
{/* AI 积分 */}