earthsdk3 3.5.0-beta.2 → 3.5.0-beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/earthsdk3.js CHANGED
@@ -39,7 +39,7 @@ function hd(r) {
39
39
  }
40
40
  let Ha;
41
41
  try {
42
- const r = "earthsdk3", e = "3.5.0-beta.2", t = "2025-09-24T01:03:57.000Z", n = "北京西部世界科技有限公司", i = "地球可视化实验室 (EarthSDK&CesiumLab) https://www.bjxbsj.cn", s = "3b8038e8e7241a1525bbddfac4189c43732e823e", a = ((Date.now() - 1758675837e3) / 36e5).toFixed(1), u = `%c🌏 ${r}%c ${e}.${s.slice(0, 8)}.${t} (距今${a}个小时)
42
+ const r = "earthsdk3", e = "3.5.0-beta.3", t = "2025-09-24T09:02:29.000Z", n = "北京西部世界科技有限公司", i = "地球可视化实验室 (EarthSDK&CesiumLab) https://www.bjxbsj.cn", s = "48553136b8e2310ce9deb1240b4c062fa51bd454", a = ((Date.now() - 1758704549e3) / 36e5).toFixed(1), u = `%c🌏 ${r}%c ${e}.${s.slice(0, 8)}.${t} (距今${a}个小时)
43
43
  %c${i ? i + `
44
44
  ` : ""}当前网站正在使用${r},此软件版权归${n}所有
45
45
  `;
@@ -53,7 +53,7 @@ try {
53
53
  },
54
54
  // @ts-ignore
55
55
  get gituri() {
56
- return GITURI_ && GITURI_.replace("${commitId}", "3b8038e8e7241a1525bbddfac4189c43732e823e");
56
+ return GITURI_ && GITURI_.replace("${commitId}", "48553136b8e2310ce9deb1240b4c062fa51bd454");
57
57
  },
58
58
  // @ts-ignore
59
59
  get info() {
@@ -61,7 +61,7 @@ try {
61
61
  },
62
62
  // @ts-ignore
63
63
  get date() {
64
- return "2025-09-24T01:03:57.000Z";
64
+ return "2025-09-24T09:02:29.000Z";
65
65
  },
66
66
  // @ts-ignore
67
67
  get author() {
@@ -69,7 +69,7 @@ try {
69
69
  },
70
70
  // @ts-ignore
71
71
  get version() {
72
- return "3.5.0-beta.2";
72
+ return "3.5.0-beta.3";
73
73
  },
74
74
  // @ts-ignore
75
75
  get name() {
@@ -77,7 +77,7 @@ try {
77
77
  },
78
78
  // @ts-ignore
79
79
  get commitId() {
80
- return "3b8038e8e7241a1525bbddfac4189c43732e823e";
80
+ return "48553136b8e2310ce9deb1240b4c062fa51bd454";
81
81
  },
82
82
  /**
83
83
  * 打印版权信息到控制台
@@ -5253,8 +5253,7 @@ class b_ extends V {
5253
5253
  const n = this._complexImage, i = await t.promise(jv(this._imageUri, this._complexImage.crossOrigin));
5254
5254
  i && i instanceof HTMLImageElement && (n.size = [i.naturalWidth, i.naturalHeight], n.pixelFormat = "RGBA", n.copyTexture({ source: i }));
5255
5255
  })));
5256
- d(this, "_processingStart", this._processing.start());
5257
- this._complexImage = t, this._imageUri = n;
5256
+ this._complexImage = t, this._imageUri = n, this._processing.start();
5258
5257
  }
5259
5258
  get processing() {
5260
5259
  return this._processing;
@@ -39903,7 +39902,7 @@ const Oi = class Oi extends V {
39903
39902
  }
39904
39903
  this._loading = !1, this._loaded = !0, this._loadedEvent.emit(), this._loadedPromiseResolve();
39905
39904
  })));
39906
- d(this, "_processingStart", this._processing.start());
39905
+ this._processing.start();
39907
39906
  }
39908
39907
  get loading() {
39909
39908
  return this._loading;
@@ -40031,7 +40030,7 @@ const Di = class Di extends V {
40031
40030
  }
40032
40031
  this._loading = !1, this._loaded = !0, this._loadedEvent.emit(), this._loadedPromiseResolve();
40033
40032
  })));
40034
- d(this, "_processingStart", this._processing.start());
40033
+ this._processing.start();
40035
40034
  }
40036
40035
  get loading() {
40037
40036
  return this._loading;
@@ -40105,8 +40104,7 @@ class _C extends V {
40105
40104
  l.attachMediaElement(o), l.load(), l.play(), o.xbsjFlvPlayer = l;
40106
40105
  }));
40107
40106
  })));
40108
- d(this, "_processingStartup", this._processing.start());
40109
- this._complexImage = t, this._videoSrc = n, this._videoDom = this.disposeVar(new vC(this._complexImage, ""));
40107
+ this._complexImage = t, this._videoSrc = n, this._videoDom = this.disposeVar(new vC(this._complexImage, "")), this._processing.start();
40110
40108
  }
40111
40109
  get videoSrc() {
40112
40110
  return this._videoSrc;