1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

🚀 v1.2.6

- fixed path error when set base in vite config
- fixed rebuildCesium option
- bump cesium to 1.85.0
- bump vite to 2.5.6
This commit is contained in:
nshen
2021-09-11 13:43:58 +08:00
parent 4e474e79d1
commit a69167c0b7
7 changed files with 60 additions and 39 deletions

View File

@@ -1,16 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>cesium-vite</title>
<script type="module" src="/src/index.js"></script>
</head>
</head>
<body>
<body>
<div id="cesiumContainer"></div>
</body>
</html>
</body>
</html>