feat: 添加闪屏

This commit is contained in:
2024-12-10 14:52:32 +08:00
parent a279a262b7
commit 31c23efa6c
9 changed files with 60 additions and 9 deletions

16
splashscreen.html Normal file
View File

@@ -0,0 +1,16 @@
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Loading</title>
</head>
<body>
<div class="container">
<h1>正在加载!</h1>
<div class="row">
<h5>正在加载所需资源!</h5>
</div>
</div>
</body>
</html>