feat: reduce first load js size from 500kb to 85kb

This commit is contained in:
Yifei Zhang
2023-03-20 15:11:04 +00:00
parent f5aef317df
commit ce5abac9fb
4 changed files with 77 additions and 10 deletions

View File

@@ -342,6 +342,9 @@
.loading-content {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100%;
width: 100%;
}