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