更新打赏

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 | | 兵山 | 20 | 2025.04.22 |
| 不懂 | 100 | 2025.04.22 | | 不懂 | 100 | 2025.04.22 |
| 读书台 | 5 | 2025.04.28 | | 读书台 | 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="./159297686120250422EUKO27LFPQ.jpg">
<img src="./159861999120250423EVJH9TKKBK.jpg"> <img src="./159861999120250423EVJH9TKKBK.jpg">
<img src="./160028039920250428EVCRJS5X9R.jpg"> <img src="./160028039920250428EVCRJS5X9R.jpg">
<img src="./159297686120250506EVCD8G5Z4W.jpg">
</body> </body>
</html> </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', { const viewer = new Cesium.Viewer('map', {
// 添加这两行就不会找烦人的defaultAccessToken了也不会找在线底图了 // 添加这两行就不会找烦人的defaultAccessToken了也不会找在线底图了
imageryProvider:false, imageryProvider: false,
baseLayerPicker: false, baseLayerPicker: false,
}); });
viewer.scene.primitives.add(new Cesium.DebugModelMatrixPrimitive({
length: 16668666.8,
width: 2
}))
// 自定义底图 // 自定义底图
var imageryProvider = new Cesium.SingleTileImageryProvider({ var imageryProvider = new Cesium.SingleTileImageryProvider({
"url": "./_.png", "url": "./_.png",

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB