Skip to content

Commit

Permalink
Merge pull request #6 from dayjournal/dev
Browse files Browse the repository at this point in the history
v1.114.0
  • Loading branch information
dayjournal authored Feb 11, 2024
2 parents a13e926 + 29439b4 commit 174292c
Show file tree
Hide file tree
Showing 5 changed files with 395 additions and 901 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

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

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
![README02](img/README02.png)

Start Cesium easily.
- [Cesium v1.107.0](https://github.com/CesiumGS/cesium)
- [TypeScript v5.1.6](https://www.typescriptlang.org)
- [Vite v4.4.1](https://vitejs.dev)
- node v18.1.0
- npm v8.19.2
- [Cesium v1.114.0](https://github.com/CesiumGS/cesium)
- [TypeScript v5.3.3](https://www.typescriptlang.org)
- [Vite v5.1.1](https://vitejs.dev)
- node v21.6.0
- npm v10.2.4

<br>

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

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

<br>

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

Cesiumを手軽に始める
- [Cesium v1.107.0](https://github.com/CesiumGS/cesium)
- [TypeScript v5.1.6](https://www.typescriptlang.org)
- [Vite v4.4.1](https://vitejs.dev)
- node v18.1.0
- npm v8.19.2
- [Cesium v1.114.0](https://github.com/CesiumGS/cesium)
- [TypeScript v5.3.3](https://www.typescriptlang.org)
- [Vite v5.1.1](https://vitejs.dev)
- node v21.6.0
- npm v10.2.4

<br>

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

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

<br>
5 changes: 2 additions & 3 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@
<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-a4bbaa9b.js"></script>
<link rel="stylesheet" href="/cesium-starter/assets/index-800f0ca6.css">
<script type="module" crossorigin src="/cesium-starter/assets/index-CZZUyJKX.js"></script>
<link rel="stylesheet" crossorigin href="/cesium-starter/assets/index-epvB7o6X.css">
</head>
<body>
<div id="map"></div>

</body>
</html>
Loading

0 comments on commit 174292c

Please sign in to comment.