feat: 添加 Home 组件的初始实现
All checks were successful
Build and Push Container Image, Deploy to Host / build-and-push-and-deploy (push) Successful in 2m24s

This commit is contained in:
2025-08-14 00:30:00 +08:00
parent 4c2b090f7d
commit 7177efa6a5

View File

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