fix(page): correct comment from 3-col to 2-col (sidebar is in AppLayout)

This commit is contained in:
OG T
2026-04-01 20:09:27 +08:00
parent 9268d22dee
commit d14a58be0d

View File

@@ -3,7 +3,7 @@
/**
* AWOOOI AI Center 主頁 (Task 10 重構)
* ====================================
* 3欄佈局: Metrics Strip + Feed + RightPanel
* 2欄佈局Sidebar 由 AppLayout 提供): Feed + RightPanel
*
* 統帥鐵律: 使用真實數據 Hook禁止假數據
*/
@@ -90,7 +90,7 @@ export default function Home({ params }: { params: { locale: string } }) {
))}
</div>
{/* ── 主體 3 ────────────────────────────────────────────────── */}
{/* ── 主體 2Sidebar 外部)────────────────────────────────── */}
<div style={{ display: 'flex', flex: 1, overflow: 'hidden' }}>
{/* ── Feed活躍事件flex:1──────────────────────────────── */}