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/loading.css Normal file
View File

@@ -0,0 +1 @@
#loading{transition:all 2s;background-color:#1eb8cb;z-index:100;position:fixed;display:flex;justify-content:center;align-items:center;width:100%;height:100lvh}#loading .title{color:#fff;font-size:3em;margin:0;padding:0 20px 10px 20px}.loaded{opacity:0;visibility:hidden}