earthsdk3 3.2.0-beta.4 → 3.2.0-beta.5

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
@@ -944,7 +944,7 @@ class wg extends ae {
944
944
  * @returns 符合条件的场景对象实例数组或单个实例,如果未找到则返回 undefined
945
945
  */
946
946
  getSceneObject(t) {
947
- if (!t) return Array.from(this._sceneObjs.values());
947
+ if (!t && t != "") return Array.from(this._sceneObjs.values());
948
948
  if (t.startsWith("ES")) {
949
949
  const r = [];
950
950
  for (const i of this._sceneObjs.values())
@@ -39431,7 +39431,7 @@ function hp(n) {
39431
39431
  }
39432
39432
  let Ql;
39433
39433
  try {
39434
- const n = "earthsdk3", e = "3.2.0-beta.4", t = "2025-07-04T10:20:51.000Z", r = "北京西部世界科技有限公司", i = "地球可视化实验室 (EarthSDK&CesiumLab) https://www.bjxbsj.cn", s = "a72307dee56578eb83034b271b346e609f39af59", a = ((Date.now() - 1751624451e3) / 36e5).toFixed(1), l = `%c🌏 ${n}%c ${e}.${s.slice(0, 8)}.${t} (距今${a}个小时)
39434
+ const n = "earthsdk3", e = "3.2.0-beta.5", t = "2025-07-08T03:40:45.000Z", r = "北京西部世界科技有限公司", i = "地球可视化实验室 (EarthSDK&CesiumLab) https://www.bjxbsj.cn", s = "9040c9bf6cac8d3595cd5a8b6c9fc503b7e90d84", a = ((Date.now() - 1751946045e3) / 36e5).toFixed(1), l = `%c🌏 ${n}%c ${e}.${s.slice(0, 8)}.${t} (距今${a}个小时)
39435
39435
  %c${i ? i + `
39436
39436
  ` : ""}当前网站正在使用${n},此软件版权归${r}所有
39437
39437
  `;
@@ -39445,7 +39445,7 @@ try {
39445
39445
  },
39446
39446
  // @ts-ignore
39447
39447
  get gituri() {
39448
- return GITURI_ && GITURI_.replace("${commitId}", "a72307dee56578eb83034b271b346e609f39af59");
39448
+ return GITURI_ && GITURI_.replace("${commitId}", "9040c9bf6cac8d3595cd5a8b6c9fc503b7e90d84");
39449
39449
  },
39450
39450
  // @ts-ignore
39451
39451
  get info() {
@@ -39453,7 +39453,7 @@ try {
39453
39453
  },
39454
39454
  // @ts-ignore
39455
39455
  get date() {
39456
- return "2025-07-04T10:20:51.000Z";
39456
+ return "2025-07-08T03:40:45.000Z";
39457
39457
  },
39458
39458
  // @ts-ignore
39459
39459
  get author() {
@@ -39461,7 +39461,7 @@ try {
39461
39461
  },
39462
39462
  // @ts-ignore
39463
39463
  get version() {
39464
- return "3.2.0-beta.4";
39464
+ return "3.2.0-beta.5";
39465
39465
  },
39466
39466
  // @ts-ignore
39467
39467
  get name() {
@@ -39469,7 +39469,7 @@ try {
39469
39469
  },
39470
39470
  // @ts-ignore
39471
39471
  get commitId() {
39472
- return "a72307dee56578eb83034b271b346e609f39af59";
39472
+ return "9040c9bf6cac8d3595cd5a8b6c9fc503b7e90d84";
39473
39473
  },
39474
39474
  /**
39475
39475
  * 打印版权信息到控制台