ow-eengine-power 1.0.2 → 1.0.4

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.
@@ -44213,7 +44213,7 @@ class bv {
44213
44213
  xt(this, "offsetArcLines1B", []);
44214
44214
  // 导线相序C
44215
44215
  xt(this, "offsetArcLines1C", []);
44216
- this.towerModelUri = n, this.towerModelUri = "../../../public/SampleData/model/500-ZBT-48.gltf", this.viewer = t, this.LineInfo = i;
44216
+ this.towerModelUri = n, this.viewer = t, this.LineInfo = i;
44217
44217
  }
44218
44218
  //单回路线路加载
44219
44219
  loadLineTower() {
@@ -44278,15 +44278,7 @@ class wv {
44278
44278
  xt(this, "towerHeight", 42);
44279
44279
  }
44280
44280
  }
44281
- function Sv(e) {
44282
- let t = 0;
44283
- const n = (i) => {
44284
- t = i, e.innerHTML = `count is ${t}`;
44285
- };
44286
- e.addEventListener("click", () => n(++t)), n(0);
44287
- }
44288
44281
  export {
44289
44282
  bv as OWEEgineManager,
44290
- wv as TowerLineInfo,
44291
- Sv as setupCounter
44283
+ wv as TowerLineInfo
44292
44284
  };