feat: 主布局 + 左侧模式面板

This commit is contained in:
2026-06-17 00:21:19 +08:00
parent 3186502edb
commit 8aacd3bea2
5 changed files with 103 additions and 5 deletions
@@ -0,0 +1,8 @@
export default function HistoryList() {
return (
<div className="flex flex-col h-full">
<div className="text-xs font-semibold text-gray-400 uppercase tracking-wider mb-2">📋 </div>
<p className="text-xs text-gray-400 text-center py-4"></p>
</div>
);
}