feat: 主布局 + 左侧模式面板
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user