This commit is contained in:
2025-09-29 15:01:01 +08:00
parent 96b396500e
commit 9719228d6d
8 changed files with 1092 additions and 433 deletions

View File

@@ -8,7 +8,7 @@
html, body { height: 100%; margin: 0; }
body {
background: #fff; font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
background-image: url('image/splash_screen.png');
background-image: url('./image/splash_screen.png');
background-repeat: no-repeat;
background-position: center;
background-size: cover;