Add launch configuration and enhance UI components in Sidebar, Topbar, and HomePage

This commit is contained in:
Xin Wang
2026-06-05 13:29:00 +08:00
parent 1caee1ef2a
commit 9952e08e49
4 changed files with 72 additions and 53 deletions

12
.claude/launch.json Normal file
View File

@@ -0,0 +1,12 @@
{
"version": "0.0.1",
"configurations": [
{
"name": "ai-video-admin",
"runtimeExecutable": "npm",
"runtimeArgs": ["run", "dev"],
"port": 3000,
"autoPort": false
}
]
}