feat(web): add three-column layout shell with placeholder views

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-07 02:24:43 +08:00
parent 0c8283d6e9
commit 58ceb0af00
10 changed files with 203 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
export function ChatView() {
return <div className="flex-1 flex items-center justify-center text-zinc-500"></div>;
}