更新打赏

This commit is contained in:
jiawanlong 2025-05-04 19:30:00 +08:00
parent c92f61426e
commit 562ee12540
7 changed files with 12 additions and 6 deletions

View File

@ -71,6 +71,7 @@
| 兵山 | 20 | 2025.04.22 |
| 不懂 | 100 | 2025.04.22 |
| 读书台 | 5 | 2025.04.28 |
| Ataraxia | 50 | 2025.05.04 |
### 关于打赏
- 您的每一笔打赏,我都会原封不动以**您的名义**捐赠到腾讯公益。

Binary file not shown.

After

Width:  |  Height:  |  Size: 394 KiB

View File

@ -28,6 +28,7 @@
<img src="./159297686120250422EUKO27LFPQ.jpg">
<img src="./159861999120250423EVJH9TKKBK.jpg">
<img src="./160028039920250428EVCRJS5X9R.jpg">
<img src="./159297686120250506EVCD8G5Z4W.jpg">
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 289 KiB

After

Width:  |  Height:  |  Size: 294 KiB

View File

@ -20,10 +20,15 @@
const viewer = new Cesium.Viewer('map', {
// 添加这两行就不会找烦人的defaultAccessToken了也不会找在线底图了
imageryProvider:false,
imageryProvider: false,
baseLayerPicker: false,
});
viewer.scene.primitives.add(new Cesium.DebugModelMatrixPrimitive({
length: 16668666.8,
width: 2
}))
// 自定义底图
var imageryProvider = new Cesium.SingleTileImageryProvider({
"url": "./_.png",

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<head>
<title>CesiumDemo-SH小场景(源码版)</title>
<title>CesiumDemo</title>
<!-- Use correct character set. -->
<meta charset="utf-8" />
<!-- Tell IE to use the latest, best version. -->
@ -129,9 +129,8 @@
</style>
</head>
<body>
<a class="bvideo" href="https://space.bilibili.com/432028432">可视化场景分享</a>
<a class="view" id="view" href="#">默认视图</a>
<body style="margin: 0; overflow: hidden; background: #fff; width: 100%; height: 100%; position: absolute; top: 0">
<div id="map" style="margin: 0 auto; width: 100%; height: 100%"></div>
<div id="sceneContainer"></div>
<div id="loadingIndicator" class="loadingIndicator"></div>
<div id="loadingIndicator2" class="loadingIndicator2"></div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB