修复hydration问题

This commit is contained in:
Kevin Wong
2026-01-14 17:43:27 +08:00
parent fa1ea74f97
commit 9d4f8c7267

View File

@@ -181,7 +181,6 @@ export default function Home() {
</p>
<div className="mt-4 p-4 bg-black/40 rounded text-left text-xs font-mono text-gray-500 overflow-auto whitespace-pre-wrap break-all">
<p className="font-bold text-purple-400">Debug Info:</p>
<p>Time: {new Date().toLocaleTimeString()}</p>
<p>Items: {materials.length}</p>
<p className="mt-2 text-gray-400 border-t border-gray-700 pt-2">Raw Response:</p>
<p>{debugData}</p>