fix(config): add

This commit is contained in:
2025-09-25 21:03:16 +08:00
parent 9345819a6c
commit 031379c009
25 changed files with 524 additions and 55 deletions

1
public/first-view.css Normal file
View File

@@ -0,0 +1 @@
.first-view{margin-top:-90.5px;background-position:center center;background-repeat:no-repeat;background-size:cover;height:100lvh;display:flex;align-items:center;justify-content:center}.first-view .title{background-color:rgba(0,146,132,.6);color:#fff;font-size:3em;margin:0;padding:0 20px 10px 20px}