Skip to content

Commit 5c92bf9

Browse files
committed
优化加载
1 parent 348699a commit 5c92bf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<!doctype html>
2-
<html lang="en">
2+
<html lang="zh-cn">
33
<head>
44
<meta charset="UTF-8" />
55
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>function-plot-GUI</title>
88
</head>
9-
<body>
9+
<body style="background: #181818">
1010
<div id="app"></div>
1111
<script type="module" src="/src/main.ts"></script>
1212
</body>

0 commit comments

Comments
 (0)