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 ExportPanel() {
return (
<div className="flex flex-col gap-2">
<div className="text-xs font-semibold text-gray-400 uppercase tracking-wider"></div>
<div className="text-xs text-gray-400">...</div>
</div>
);
}