实现header、调整路由

This commit is contained in:
2025-04-25 21:42:02 +08:00
parent a41510b5a9
commit 3c645b8421
3 changed files with 186 additions and 8 deletions

View File

@@ -0,0 +1,5 @@
export default function Console() {
return (
<div></div>
)
}