修复hydration问题
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user