feat: 快速开始建站页面

This commit is contained in:
TsMask
2024-04-17 15:07:02 +08:00
parent eb902594b8
commit e42a620aed
11 changed files with 302 additions and 3 deletions

View File

@@ -344,7 +344,7 @@ function fnClickHelpDoc(language?: string) {
// background: url('./../assets/black_dot.png') 0% 0% / 14px 14px repeat;
background-image: url(./../assets/background.jpg);
background-image: url(@/assets/background.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
@@ -436,7 +436,7 @@ function fnClickHelpDoc(language?: string) {
min-width: 260px;
margin: 0 auto;
margin-left: 60%;
border-radius: 4px;
border-radius: 6px;
& .desc {
text-align: center;