Skip to content

Commit

Permalink
Merge pull request #4 from dayjournal/dev
Browse files Browse the repository at this point in the history
v1.105.0
  • Loading branch information
dayjournal authored May 7, 2023
2 parents 4683d7c + b6d752e commit 832693b
Show file tree
Hide file tree
Showing 4 changed files with 735 additions and 741 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
![README02](img/README02.png)

Start Cesium easily.
- [Cesium v1.97.0](https://github.com/CesiumGS/cesium)
- [TypeScript v4.8.2](https://www.typescriptlang.org)
- [Vite v3.1.0](https://vitejs.dev)
- [Cesium v1.105.0](https://github.com/CesiumGS/cesium)
- [TypeScript v5.0.4](https://www.typescriptlang.org)
- [Vite v4.3.5](https://vitejs.dev)
- node v18.1.0
- npm v8.8.0

Expand Down Expand Up @@ -48,7 +48,7 @@ npm run dev
## License
MIT

Copyright (c) 2022 Yasunori Kirimoto
Copyright (c) 2022-2023 Yasunori Kirimoto

<br>

Expand All @@ -65,9 +65,9 @@ Copyright (c) 2022 Yasunori Kirimoto
![README02](img/README02.png)

Cesiumを手軽に始める
- [Cesium v1.97.0](https://github.com/CesiumGS/cesium)
- [TypeScript v4.8.2](https://www.typescriptlang.org)
- [Vite v3.1.0](https://vitejs.dev)
- [Cesium v1.105.0](https://github.com/CesiumGS/cesium)
- [TypeScript v5.0.4](https://www.typescriptlang.org)
- [Vite v4.3.5](https://vitejs.dev)
- node v18.1.0
- npm v8.8.0

Expand Down Expand Up @@ -111,6 +111,6 @@ npm run dev
## ライセンス
MIT

Copyright (c) 2022 Yasunori Kirimoto
Copyright (c) 2022-2023 Yasunori Kirimoto

<br>
4 changes: 2 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Cesium Starter</title>
<script type="module" crossorigin src="/cesium-starter/assets/index.1eb4689f.js"></script>
<link rel="stylesheet" href="/cesium-starter/assets/index.2e9bda44.css">
<script type="module" crossorigin src="/cesium-starter/assets/index-b1083d2c.js"></script>
<link rel="stylesheet" href="/cesium-starter/assets/index-800f0ca6.css">
</head>
<body>
<div id="map"></div>
Expand Down
Loading

0 comments on commit 832693b

Please sign in to comment.