feat: 修改部署方式

This commit is contained in:
2025-11-18 22:12:11 +08:00
parent fc8e3a8038
commit c4269dc0b9
10 changed files with 239 additions and 25 deletions

View File

@@ -3,6 +3,7 @@
background-color: #1a1a1a;
height: 70px;
overflow: hidden;
flex-shrink: 0;
}
.content {

View File

@@ -5,6 +5,8 @@
top: 0;
z-index: 99999;
box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
flex-shrink: 0;
background: #fff;
}
.main-nav {

View File

@@ -1,4 +1,3 @@
export default function HelloWorld() {
return <div>Hello World!</div>;
}