@realsee/dnalogel 2.28.5 → 2.28.6
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/index.cjs.js +3 -3
- package/dist/index.js +4 -4
- package/dist/index.umd.js +3 -3
- package/libs/CruisePlugin/Controller.js +93 -93
- package/libs/base/BasePlugin.js +1 -1
- package/libs/shared-utils/logger.js +1 -1
- package/package.json +1 -1
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
var T = Object.defineProperty, K = Object.defineProperties;
|
|
2
|
-
var
|
|
2
|
+
var A = Object.getOwnPropertyDescriptors;
|
|
3
3
|
var F = Object.getOwnPropertySymbols;
|
|
4
|
-
var
|
|
5
|
-
var L = (c,
|
|
6
|
-
for (var e in
|
|
7
|
-
|
|
4
|
+
var O = Object.prototype.hasOwnProperty, U = Object.prototype.propertyIsEnumerable;
|
|
5
|
+
var L = (c, l, e) => l in c ? T(c, l, { enumerable: !0, configurable: !0, writable: !0, value: e }) : c[l] = e, g = (c, l) => {
|
|
6
|
+
for (var e in l || (l = {}))
|
|
7
|
+
O.call(l, e) && L(c, e, l[e]);
|
|
8
8
|
if (F)
|
|
9
|
-
for (var e of F(
|
|
10
|
-
|
|
9
|
+
for (var e of F(l))
|
|
10
|
+
U.call(l, e) && L(c, e, l[e]);
|
|
11
11
|
return c;
|
|
12
|
-
}, C = (c,
|
|
13
|
-
var I = (c,
|
|
14
|
-
var v = (c,
|
|
12
|
+
}, C = (c, l) => K(c, A(l));
|
|
13
|
+
var I = (c, l, e) => (L(c, typeof l != "symbol" ? l + "" : l, e), e);
|
|
14
|
+
var v = (c, l, e) => new Promise((t, i) => {
|
|
15
15
|
var r = (d) => {
|
|
16
16
|
try {
|
|
17
17
|
s(e.next(d));
|
|
18
|
-
} catch (
|
|
19
|
-
i(
|
|
18
|
+
} catch (a) {
|
|
19
|
+
i(a);
|
|
20
20
|
}
|
|
21
21
|
}, n = (d) => {
|
|
22
22
|
try {
|
|
23
23
|
s(e.throw(d));
|
|
24
|
-
} catch (
|
|
25
|
-
i(
|
|
24
|
+
} catch (a) {
|
|
25
|
+
i(a);
|
|
26
26
|
}
|
|
27
27
|
}, s = (d) => d.done ? t(d.value) : Promise.resolve(d.value).then(r, n);
|
|
28
|
-
s((e = e.apply(c,
|
|
28
|
+
s((e = e.apply(c, l)).next());
|
|
29
29
|
});
|
|
30
30
|
import { Controller as V } from "../base/BasePluginWithData.js";
|
|
31
31
|
import { GuideLinePlugin as $ } from "../GuideLinePlugin/index.js";
|
|
@@ -239,30 +239,30 @@ class z extends V {
|
|
|
239
239
|
*/
|
|
240
240
|
load(e, t, i) {
|
|
241
241
|
return v(this, null, function* () {
|
|
242
|
-
var
|
|
242
|
+
var o, m, p, u, h, P;
|
|
243
243
|
if (this.state.disposed)
|
|
244
244
|
return D();
|
|
245
|
-
this.privateState.fiveOriginGetProgress || (m = (
|
|
245
|
+
this.privateState.fiveOriginGetProgress || (m = (o = this.five.controller) == null ? void 0 : o.cameraMotion) != null && m.getProgress || (yield this.waitFiveLoaded(), this.privateState.fiveOriginGetProgress = (u = (p = this.five.controller) == null ? void 0 : p.cameraMotion) == null ? void 0 : u.getProgress), this.clear();
|
|
246
246
|
const r = this.data ? JSON.parse(JSON.stringify(this.data)) : void 0, n = yield this.formatData(e);
|
|
247
247
|
this.data = n, this.hooks.emit("dataChange", n, r);
|
|
248
248
|
let s = [], d;
|
|
249
|
-
const
|
|
250
|
-
|
|
249
|
+
const a = this.data.keyframes.filter((f) => f.data.panoIndex !== void 0);
|
|
250
|
+
a.filter((f, y) => {
|
|
251
251
|
var S;
|
|
252
|
-
return
|
|
253
|
-
}).map((
|
|
252
|
+
return f.data.panoIndex !== ((S = a[y - 1]) == null ? void 0 : S.data.panoIndex);
|
|
253
|
+
}).map((f) => f.data.panoIndex).forEach((f) => {
|
|
254
254
|
var S, k;
|
|
255
|
-
const y = (S = this.five.work.observers[
|
|
255
|
+
const y = (S = this.five.work.observers[f]) == null ? void 0 : S.floorIndex;
|
|
256
256
|
if (y !== void 0)
|
|
257
257
|
if (d === y) {
|
|
258
258
|
const b = s.length - 1;
|
|
259
|
-
s[b] = [...(k = s[b]) != null ? k : [],
|
|
259
|
+
s[b] = [...(k = s[b]) != null ? k : [], f];
|
|
260
260
|
} else {
|
|
261
261
|
d = y;
|
|
262
262
|
const b = s.length;
|
|
263
|
-
s[b] = [
|
|
263
|
+
s[b] = [f];
|
|
264
264
|
}
|
|
265
|
-
}), !this.GuideLine && ((h = this.config) == null ? void 0 : h.useGuideLine) !== !1 && n.useGuildLine !== !1 && (this.GuideLine = $(this.five, this.config)), (P = this.GuideLine) == null || P.load({ routes: s.map((
|
|
265
|
+
}), !this.GuideLine && ((h = this.config) == null ? void 0 : h.useGuideLine) !== !1 && n.useGuildLine !== !1 && (this.GuideLine = $(this.five, this.config)), (P = this.GuideLine) == null || P.load({ routes: s.map((f) => ({ panoIndexList: f })), config: n.guildPluginOptions }), t ? this.setState(t, { userAction: i }) : (this.setState({ playing: !1 }, { userAction: !1 }), this.handleVisible(this.state.visible), this.handleEnable(this.state.enabled), this.changePlayState(this.state.playing, { userAction: !1 }), this.changeSpeed(this.state.speed)), this.clearPauseData(), console.debug(`${x} loaded`, n), this.hooks.emit("dataLoaded", n);
|
|
266
266
|
});
|
|
267
267
|
}
|
|
268
268
|
/**
|
|
@@ -352,34 +352,34 @@ class z extends V {
|
|
|
352
352
|
return {
|
|
353
353
|
keyframesId: w(),
|
|
354
354
|
keyframes: i.keyframes.map((r, n) => {
|
|
355
|
-
var
|
|
355
|
+
var a;
|
|
356
356
|
const s = i.keyframes[n + 1], d = (() => !s || s.start === void 0 || r.end === void 0 ? 0 : s.start - r.end)();
|
|
357
|
-
return C(g({ id: (
|
|
357
|
+
return C(g({ id: (a = r.uuid) != null ? a : w(), moveIndex: n, stay: d, index: n }, r), { guildPluginOptions: i.guildPluginOptions });
|
|
358
358
|
})
|
|
359
359
|
};
|
|
360
360
|
if (i.panoIndexList) {
|
|
361
361
|
let r = [];
|
|
362
362
|
const { moveEffect: n, moveToFirstPanoEffect: s, moveToFirstPanoDuration: d } = i;
|
|
363
|
-
return this.privateState.moveToFirstPanoEffect = s, this.privateState.moveToFirstPanoDuration = d, i.panoIndexList.forEach((
|
|
363
|
+
return this.privateState.moveToFirstPanoEffect = s, this.privateState.moveToFirstPanoDuration = d, i.panoIndexList.forEach((a, o) => {
|
|
364
364
|
const m = (() => {
|
|
365
|
-
var
|
|
366
|
-
const
|
|
367
|
-
if (
|
|
365
|
+
var f, y, S, k;
|
|
366
|
+
const p = i.panoIndexList.slice(o).find((b) => b !== a);
|
|
367
|
+
if (p === void 0)
|
|
368
368
|
return;
|
|
369
|
-
const
|
|
370
|
-
if (!h || !
|
|
369
|
+
const u = (f = t[a]) == null ? void 0 : f.position, h = (y = t[p]) == null ? void 0 : y.position;
|
|
370
|
+
if (!h || !u || ((S = t[a]) == null ? void 0 : S.floorIndex) !== ((k = t[p]) == null ? void 0 : k.floorIndex))
|
|
371
371
|
return;
|
|
372
|
-
const P = new j.Vector3().subVectors(h,
|
|
372
|
+
const P = new j.Vector3().subVectors(h, u);
|
|
373
373
|
return N(P.normalize());
|
|
374
374
|
})();
|
|
375
375
|
i.moveType === void 0 || i.moveType === "justMove" ? r.push({
|
|
376
|
-
moveIndex:
|
|
376
|
+
moveIndex: o,
|
|
377
377
|
stay: i.stay,
|
|
378
|
-
data: g({ effect: "Move", panoIndex:
|
|
379
|
-
}) : i.moveType === "moveAndRotate" && (r.push({ moveIndex:
|
|
378
|
+
data: g({ effect: "Move", panoIndex: a, moveEffect: n }, m != null ? m : {})
|
|
379
|
+
}) : i.moveType === "moveAndRotate" && (r.push({ moveIndex: o, stay: i.stay, data: { effect: "Move", panoIndex: a, moveEffect: n } }), m && r.push({ moveIndex: o, stay: i.stay, data: g({ effect: "Rotate", panoIndex: a }, m) }));
|
|
380
380
|
}), {
|
|
381
381
|
keyframesId: w(),
|
|
382
|
-
keyframes: r.map((
|
|
382
|
+
keyframes: r.map((a, o) => g({ id: w(), index: o }, a)),
|
|
383
383
|
guildPluginOptions: i.guildPluginOptions,
|
|
384
384
|
useGuildLine: i.useGuildLine
|
|
385
385
|
};
|
|
@@ -411,32 +411,32 @@ class z extends V {
|
|
|
411
411
|
// eslint-disable-next-line complexity
|
|
412
412
|
handlePlay(e) {
|
|
413
413
|
return v(this, null, function* () {
|
|
414
|
-
var
|
|
414
|
+
var u;
|
|
415
415
|
const { data: t, state: i, privateState: r, hooks: n } = this;
|
|
416
416
|
if (r.playing || !(t != null && t.keyframes) || (t == null ? void 0 : t.keyframes.length) === 0)
|
|
417
417
|
return;
|
|
418
418
|
const s = w();
|
|
419
419
|
r.playId = s, r.playing = !0, r.broke = !1;
|
|
420
|
-
const d = t.keyframes,
|
|
421
|
-
(e == null ? void 0 : e.notEmitEvent) !== !0 && n.emit("play", { userAction: (
|
|
422
|
-
let
|
|
423
|
-
const
|
|
420
|
+
const d = t.keyframes, a = this.getPauseData();
|
|
421
|
+
(e == null ? void 0 : e.notEmitEvent) !== !0 && n.emit("play", { userAction: (u = e == null ? void 0 : e.userAction) != null ? u : !0 });
|
|
422
|
+
let o = !1;
|
|
423
|
+
const p = yield (() => v(this, null, function* () {
|
|
424
424
|
var h, P;
|
|
425
425
|
if ((e == null ? void 0 : e.playFromIndex) !== void 0)
|
|
426
426
|
return e.playFromIndex;
|
|
427
427
|
if ((e == null ? void 0 : e.playFromId) !== void 0)
|
|
428
|
-
return (h = this.data) == null ? void 0 : h.keyframes.findIndex((
|
|
429
|
-
if (
|
|
430
|
-
const
|
|
431
|
-
if (
|
|
428
|
+
return (h = this.data) == null ? void 0 : h.keyframes.findIndex((f) => f.id === e.playFromId);
|
|
429
|
+
if (a != null && a.keyframeId) {
|
|
430
|
+
const f = (P = this.data) == null ? void 0 : P.keyframes.find((y) => y.id === a.keyframeId);
|
|
431
|
+
if (a != null && a.fiveState && (yield this.move(a.fiveState, {
|
|
432
432
|
moveEffect: r.moveToFirstPanoEffect,
|
|
433
433
|
duration: r.moveToFirstPanoDuration
|
|
434
|
-
})),
|
|
435
|
-
if (
|
|
436
|
-
return
|
|
437
|
-
if (
|
|
438
|
-
const y =
|
|
439
|
-
return yield this.playKeyframe(
|
|
434
|
+
})), f) {
|
|
435
|
+
if (f.data.effect === "Move")
|
|
436
|
+
return f.index;
|
|
437
|
+
if (f.data.effect === "Rotate") {
|
|
438
|
+
const y = a.duration !== void 0 ? a.duration * (1 - a.playedProgress) : void 0;
|
|
439
|
+
return yield this.playKeyframe(f, { duration: y }), o = !0, f.index + 1;
|
|
440
440
|
}
|
|
441
441
|
}
|
|
442
442
|
}
|
|
@@ -445,12 +445,12 @@ class z extends V {
|
|
|
445
445
|
for (const h of d) {
|
|
446
446
|
if (r.broke || !i.playing || !r.playing || s !== r.playId)
|
|
447
447
|
return;
|
|
448
|
-
if (!(
|
|
448
|
+
if (!(p !== void 0 && h.index < p))
|
|
449
449
|
try {
|
|
450
450
|
n.emit("playIndexChange", h.index, h), yield this.playKeyframe(h, {
|
|
451
|
-
moveEffect:
|
|
452
|
-
duration:
|
|
453
|
-
}), h.stay && (yield J(h.stay)),
|
|
451
|
+
moveEffect: o === !1 ? r.moveToFirstPanoEffect : void 0,
|
|
452
|
+
duration: o === !1 && typeof r.moveToFirstPanoDuration == "number" ? r.moveToFirstPanoDuration : void 0
|
|
453
|
+
}), h.stay && (yield J(h.stay)), o === !1 && (o = !0);
|
|
454
454
|
} catch (P) {
|
|
455
455
|
return Promise.resolve("broke");
|
|
456
456
|
}
|
|
@@ -464,7 +464,7 @@ class z extends V {
|
|
|
464
464
|
handlePause(e) {
|
|
465
465
|
var n;
|
|
466
466
|
const { state: t, privateState: i, hooks: r } = this;
|
|
467
|
-
t.playing = !1, i.playing !== !1 && (i.playing = !1, this.setPauseData(), i.broke || this.forceInteruptUpdateCamera(), (e == null ? void 0 : e.notEmitEvent) !== !0 && r.emit("pause", { userAction: (n = e == null ? void 0 : e.userAction) != null ? n : !0 }));
|
|
467
|
+
t.playing = !1, i.playing !== !1 && (i.playing = !1, (e == null ? void 0 : e.userAction) !== !1 && this.setPauseData(), i.broke || this.forceInteruptUpdateCamera(), (e == null ? void 0 : e.notEmitEvent) !== !0 && r.emit("pause", { userAction: (n = e == null ? void 0 : e.userAction) != null ? n : !0 }));
|
|
468
468
|
}
|
|
469
469
|
/**
|
|
470
470
|
* @description Play single keyframe
|
|
@@ -496,28 +496,28 @@ class z extends V {
|
|
|
496
496
|
const r = e.data;
|
|
497
497
|
if (t.duration = (n = t.duration) != null ? n : e.start !== void 0 && e.end !== void 0 ? e.end - e.start : void 0, !!r)
|
|
498
498
|
return new Promise((s, d) => {
|
|
499
|
-
let
|
|
499
|
+
let a = !1;
|
|
500
500
|
this.addInterruptListener(() => {
|
|
501
|
-
if (!
|
|
502
|
-
return this.hooks.emit("broke"), this.privateState.broke = !0, this.setState({ playing: !1 }),
|
|
501
|
+
if (!a)
|
|
502
|
+
return this.hooks.emit("broke"), this.privateState.broke = !0, this.setState({ playing: !1 }), a = !0, d(new Error("play is interupted"));
|
|
503
503
|
});
|
|
504
504
|
try {
|
|
505
|
-
if (
|
|
505
|
+
if (a)
|
|
506
506
|
return;
|
|
507
|
-
const
|
|
508
|
-
s(),
|
|
507
|
+
const o = () => {
|
|
508
|
+
s(), a = !0;
|
|
509
509
|
};
|
|
510
510
|
switch (r.effect) {
|
|
511
511
|
case "Move":
|
|
512
|
-
this.move(r, t).then(
|
|
512
|
+
this.move(r, t).then(o);
|
|
513
513
|
break;
|
|
514
514
|
case "Rotate":
|
|
515
|
-
this.rotate(r, t).then(
|
|
515
|
+
this.rotate(r, t).then(o);
|
|
516
516
|
break;
|
|
517
517
|
default:
|
|
518
|
-
this.rotate(r, t).then(
|
|
518
|
+
this.rotate(r, t).then(o);
|
|
519
519
|
}
|
|
520
|
-
} catch (
|
|
520
|
+
} catch (o) {
|
|
521
521
|
}
|
|
522
522
|
});
|
|
523
523
|
});
|
|
@@ -573,13 +573,13 @@ class z extends V {
|
|
|
573
573
|
updateCamera(i) {
|
|
574
574
|
return v(this, arguments, function* (e, t = {}) {
|
|
575
575
|
const { five: r, privateState: n, state: s } = this, d = (() => {
|
|
576
|
-
var
|
|
577
|
-
const m = (
|
|
576
|
+
var u, h;
|
|
577
|
+
const m = (u = s.config) == null ? void 0 : u.speedConfig, p = (h = e.rotateSpeed) != null ? h : m == null ? void 0 : m.rotateSpeed;
|
|
578
578
|
if ((m == null ? void 0 : m.rotateSpeedUnit) === void 0)
|
|
579
|
-
return
|
|
580
|
-
if (
|
|
581
|
-
return m.rotateSpeedUnit === "rad/ms" ?
|
|
582
|
-
})(),
|
|
579
|
+
return p;
|
|
580
|
+
if (p !== void 0)
|
|
581
|
+
return m.rotateSpeedUnit === "rad/ms" ? p : p / 1e3;
|
|
582
|
+
})(), a = (() => {
|
|
583
583
|
if (t.duration)
|
|
584
584
|
return t.duration;
|
|
585
585
|
if (d) {
|
|
@@ -588,10 +588,10 @@ class z extends V {
|
|
|
588
588
|
}
|
|
589
589
|
return 800;
|
|
590
590
|
})();
|
|
591
|
-
n.currentPlayKeyframe && (n.currentPlayKeyframe.originDuration =
|
|
592
|
-
const
|
|
591
|
+
n.currentPlayKeyframe && (n.currentPlayKeyframe.originDuration = a);
|
|
592
|
+
const o = this.getSpeededDuration(a);
|
|
593
593
|
return new Promise((m) => {
|
|
594
|
-
_(() => r.updateCamera(e,
|
|
594
|
+
_(() => r.updateCamera(e, o)), setTimeout(() => m(), o);
|
|
595
595
|
});
|
|
596
596
|
});
|
|
597
597
|
}
|
|
@@ -606,32 +606,32 @@ class z extends V {
|
|
|
606
606
|
const s = i.getCurrentState().mode !== "Panorama";
|
|
607
607
|
s && (this.privateState.modeChanging = !0);
|
|
608
608
|
const d = (() => {
|
|
609
|
-
var
|
|
610
|
-
const
|
|
611
|
-
if ((
|
|
609
|
+
var p, u;
|
|
610
|
+
const o = (p = n.config) == null ? void 0 : p.speedConfig, m = (u = e.moveSpeed) != null ? u : o == null ? void 0 : o.moveSpeed;
|
|
611
|
+
if ((o == null ? void 0 : o.moveSpeedUnit) === void 0)
|
|
612
612
|
return m;
|
|
613
613
|
if (m !== void 0)
|
|
614
|
-
return
|
|
615
|
-
})(),
|
|
614
|
+
return o.moveSpeedUnit === "m/ms" ? m : m / 1e3;
|
|
615
|
+
})(), a = (() => {
|
|
616
616
|
if (t != null && t.duration)
|
|
617
617
|
return t.duration;
|
|
618
618
|
if (d && typeof i.panoIndex == "number" && typeof e.panoIndex == "number") {
|
|
619
|
-
const
|
|
620
|
-
return
|
|
619
|
+
const o = i.work.observers[i.panoIndex].position, m = i.work.observers[e.panoIndex].position;
|
|
620
|
+
return o.distanceTo(m) / d;
|
|
621
621
|
}
|
|
622
622
|
return 800;
|
|
623
623
|
})();
|
|
624
|
-
r.currentPlayKeyframe && (r.currentPlayKeyframe.originDuration =
|
|
625
|
-
var m,
|
|
624
|
+
r.currentPlayKeyframe && (r.currentPlayKeyframe.originDuration = a), yield new Promise((o) => {
|
|
625
|
+
var m, p, u;
|
|
626
626
|
i.moveToPano(e.panoIndex, {
|
|
627
627
|
latitude: e.latitude,
|
|
628
628
|
longitude: e.longitude,
|
|
629
629
|
fov: e.fov,
|
|
630
|
-
duration: this.getSpeededDuration(
|
|
631
|
-
effect: (
|
|
632
|
-
moveCancelCallback: () =>
|
|
633
|
-
moveEndCallback: () =>
|
|
634
|
-
}), s && i.once("panoArrived", () =>
|
|
630
|
+
duration: this.getSpeededDuration(a),
|
|
631
|
+
effect: (u = (p = t == null ? void 0 : t.moveEffect) != null ? p : (m = this.state.config) == null ? void 0 : m.moveEffect) != null ? u : e.moveEffect,
|
|
632
|
+
moveCancelCallback: () => o(),
|
|
633
|
+
moveEndCallback: () => o()
|
|
634
|
+
}), s && i.once("panoArrived", () => o());
|
|
635
635
|
}), s && (this.privateState.modeChanging = !1);
|
|
636
636
|
});
|
|
637
637
|
}
|
|
@@ -642,8 +642,8 @@ class z extends V {
|
|
|
642
642
|
const { state: i, privateState: r, hooks: n } = this, { currentPlayKeyframe: s } = r;
|
|
643
643
|
if (n.emit("speedChange", e, { userAction: t }), i.playing && s)
|
|
644
644
|
try {
|
|
645
|
-
const d = s.originDuration !== void 0 ? s.originDuration * (1 - this.getProgress()) : void 0,
|
|
646
|
-
r.currentPlayQueue.push(
|
|
645
|
+
const d = s.originDuration !== void 0 ? s.originDuration * (1 - this.getProgress()) : void 0, a = this.playKeyframe(s.keyframe, { duration: d });
|
|
646
|
+
r.currentPlayQueue.push(a);
|
|
647
647
|
} catch (d) {
|
|
648
648
|
}
|
|
649
649
|
}
|
package/libs/base/BasePlugin.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
function A() {
|
|
2
2
|
console.debug(
|
|
3
|
-
"%c %c@realsee/dnalogel %cv2.28.
|
|
3
|
+
"%c %c@realsee/dnalogel %cv2.28.6",
|
|
4
4
|
[
|
|
5
5
|
"background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAMCAMAAACHgmeRAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABLFBMVEUAAAAapPoap/oaqvkbrfkbr/gZnfwZoPsaqfnD4v/E4/8Ylv0clPm93/+/4P/B4f8Yj/683/8Wif+33P8Uhv+x2f8ShP+s1v8Pgf+n0/8Nf/+h0f8Lff8Lff8Nf/9dl/+czv8KfP8KfP+Lxf+Uyv+Xy/+Hwv+Jw/+Mxf+Oxv+RyP8aovsapfoap/oZmfwZm/wZnvsYnPsYkf4YlP0NePsDYfgYcfi43f+63v8Xiv8Xjf4EWfwCV/sWZ/qz2v+02/8Vh/8WiP8EUf8CTf4WXv2u1/+v2P8Thf8Thv8ETf8CR/8VV/+o1f+q1f8Qgv8Rg/8DSv8BRf8UVP+j0v+k0v8OgP8Pgf8DR/8DQv9Nhf+dzv+fz/+Kv/+Vyv+Xy/+azf+Oxv+Qx/+SyP////8MUhLdAAAAK3RSTlMACEWQ2bd98uQECPXxqO7c+Pb49vj2+Pb49vj23Oul8fMHA+TwerXXjEIG2P+bHgAAAAFiS0dEY1y+LaoAAAB+SURBVAjXY2BgZGJmYWVgYGBgY9fW0eVg4ORi4NbTNzDk4eXjZxAwMjYxNTO3EGQQsrSytrG1sxdmEHFwdHJ2cXUTZRBz9/D08vbxFWeQ8PMPCAwKDpFkkAoNC4+IjIqWZpCRlZOPiY2LV2BQVGJQTkhMUlEFWaOmrqGpxQAAyg0S9Dq+VPYAAAAASUVORK5CYII=')",
|
|
6
6
|
"background-repeat: no-repeat",
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"repository": "https://github.com/realsee-developer/dnalogel.git",
|
|
8
8
|
"description": "如视 VR 看房插件合集",
|
|
9
9
|
"private": false,
|
|
10
|
-
"version": "2.28.
|
|
10
|
+
"version": "2.28.6",
|
|
11
11
|
"license": "SEE LICENSE IN TERMS.txt",
|
|
12
12
|
"scripts": {
|
|
13
13
|
"clean": "rm -rf components dist docs libs types ./vite.config.js.timestamp*",
|