解决图标乱码

This commit is contained in:
2022-04-04 00:11:30 +08:00
parent 5ae33946d2
commit 81fc1c2c40
4 changed files with 26 additions and 28 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ Three.js是基于原生WebGL封装运行的三维引擎,在所有WebGL引擎
<title>Three.js DEMO</title>
<style>
body { margin: 0; }
canvas { width: 100%; height: 100% }
canvas { width: 100%; height: 100% }
</style>
</head>
<body>