更新打赏

This commit is contained in:
贾宛龙 2025-09-09 13:46:53 +08:00
parent d95419f5d1
commit 8cc5c9a657
9 changed files with 141 additions and 125 deletions

View File

@ -85,6 +85,7 @@
| 匆匆. | 10 | 2025.08.11 | | 匆匆. | 10 | 2025.08.11 |
| 一杯茶 | 100 | 2025.08.25 | | 一杯茶 | 100 | 2025.08.25 |
| M Y M | 8.88 | 2025.08.27 | | M Y M | 8.88 | 2025.08.27 |
| hawken | 100 | 2025.09.08 |
### 关于打赏 ### 关于打赏
- 您的每一笔打赏,我都会原封不动以**您的名义**捐赠到腾讯公益。 - 您的每一笔打赏,我都会原封不动以**您的名义**捐赠到腾讯公益。

Binary file not shown.

After

Width:  |  Height:  |  Size: 197 KiB

View File

@ -42,6 +42,7 @@
<img src="./160009256720250814E8CCSBV8JK.jpg"> <img src="./160009256720250814E8CCSBV8JK.jpg">
<img src="./159308476120250827E9KER945HV.jpg"> <img src="./159308476120250827E9KER945HV.jpg">
<img src="./159308476120250827E5KEYBVL5Y.jpg"> <img src="./159308476120250827E5KEYBVL5Y.jpg">
<img src="./159297686120250908E6I6WNCDJ8.jpg">
</body> </body>
</html> </html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 173 KiB

After

Width:  |  Height:  |  Size: 179 KiB

View File

@ -41,7 +41,7 @@
pitch: 0, pitch: 0,
roll: 0, roll: 0,
}; };
let cylinderEntity;
addEntity(); addEntity();
@ -64,6 +64,9 @@
// uri: 'http://localhost/Cesium-Examples/examples/threeEx/zhanji.glb',、 // uri: 'http://localhost/Cesium-Examples/examples/threeEx/zhanji.glb',、
uri: './zhanji.glb', uri: './zhanji.glb',
scale: 5, scale: 5,
customShader: new Cesium.CustomShader({
// 可以在这里定义默认的着色器逻辑
})
} }
}) })

View File

@ -34,6 +34,15 @@
console.log(error); console.log(error);
}); });
tileset.tileLoad.addEventListener(function (tile) {
console.log(tile)
for (let index = 0; index < tile.content.featuresLength; index++) {
console.log(tile.content.getFeature(index))
// let prpo = tile.content.getFeature(index).getProperty('属性名')
}
})
// 模型删除 // 模型删除
// viewer.scene.primitives.remove(tileset) // viewer.scene.primitives.remove(tileset)
// viewer.scene.primitives.removeAll() // viewer.scene.primitives.removeAll()

View File

@ -17,7 +17,7 @@
<link rel="stylesheet" href="../css/editor.css"> <link rel="stylesheet" href="../css/editor.css">
<script type="text/javascript" src="../js/utils.js"></script> <script type="text/javascript" src="../js/utils.js"></script>
<style> <style>
body{ body {
overflow: hidden; overflow: hidden;
} }
</style> </style>
@ -91,10 +91,10 @@
$body.append("<script type='text/javascript' src='../js/editor.js'><\/script>"); $body.append("<script type='text/javascript' src='../js/editor.js'><\/script>");
log.warning("注意!", "版权所属贾宛龙需要去除版权请微信联系trampjwl "); log.warning("注意!", "版权所属贾宛龙需要去除版权请微信联系trampjwl ");
log.success("注意!", "版权所属贾宛龙需要去除版权请微信联系trampjwl "); log.success("注意!", "版权所属贾宛龙需要去除版权请微信联系trampjwl ");
setTimeout(function () { setTimeout(function () {
var now = getNow(); var now = getNow();
watermark({ watermark({
"watermark_txt": "贾宛龙 \nwxtrampjwl " + now "watermark_txt": "贾宛龙 \nwxtrampjwl " + now
@ -105,7 +105,7 @@ setTimeout(function () {
<!-- ./wrapper end--> <!-- ./wrapper end-->
<script> <script>
var _hmt = _hmt || []; var _hmt = _hmt || [];
(function() { (function () {
var hm = document.createElement("script"); var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?e5ab8649289fd056f54428c62a8e0368"; hm.src = "https://hm.baidu.com/hm.js?e5ab8649289fd056f54428c62a8e0368";
var s = document.getElementsByTagName("script")[0]; var s = document.getElementsByTagName("script")[0];

File diff suppressed because one or more lines are too long

View File

@ -5,7 +5,7 @@
<div class="nav-header"> <div class="nav-header">
<div class="navcontentfixed"> <div class="navcontentfixed">
<div class="navbar-header" style=" margin: 0 20px;"> <div class="navbar-header" style=" margin: 0 20px;">
<div class="navbar-title" > <div class="navbar-title">
<!-- text-align: center;">贾宛龙</h1> --> <!-- text-align: center;">贾宛龙</h1> -->
<a class="navbar-brand" style="color: transparent;"> <a class="navbar-brand" style="color: transparent;">
@ -67,13 +67,16 @@ background-clip: text;
<ul class="dropdown-menu"> <ul class="dropdown-menu">
<li class="navbar-menu" id="mapboxgl-me411nu"> <li class="navbar-menu" id="mapboxgl-me411nu">
<a class="center" style="color: #fff !important;" target="_blank" href="https://cesium.com/platform/cesiumjs/">官网</a> <a class="center" style="color: #fff !important;" target="_blank"
href="https://cesium.com/platform/cesiumjs/">官网</a>
</li> </li>
<li class="navbar-menu" id="mapboxgl-me4nu"> <li class="navbar-menu" id="mapboxgl-me4nu">
<a class="center" style="color: #fff !important;" target="_blank" href="https://cesium.com/learn/cesiumjs/ref-doc/">API文档</a> <a class="center" style="color: #fff !important;" target="_blank"
href="https://cesium.com/learn/cesiumjs/ref-doc/">API文档</a>
</li> </li>
<li class="navbar-menu" id="mapboxgl-me411nu"> <li class="navbar-menu" id="mapboxgl-me411nu">
<a class="center" style="color: #fff !important;" target="_blank" href="https://sandcastle.cesium.com/">示例</a> <a class="center" style="color: #fff !important;" target="_blank"
href="https://sandcastle.cesium.com/">示例</a>
</li> </li>
</ul> </ul>