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:
3
web/client/src/components/chat/ChatView.tsx
Normal file
3
web/client/src/components/chat/ChatView.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
export function ChatView() {
|
||||
return <div className="flex-1 flex items-center justify-center text-zinc-500">选择或开始新对话</div>;
|
||||
}
|
||||
Reference in New Issue
Block a user