@realsee/dnalogel 2.29.0 → 2.30.0
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/CurrentPanoImagePlugin/Controller.d.ts +93 -0
- package/dist/CurrentPanoImagePlugin/index.d.ts +7 -0
- package/dist/CurrentPanoImagePlugin/typings.d.ts +58 -0
- package/dist/index.cjs.js +53 -53
- package/dist/index.d.ts +1 -0
- package/dist/index.js +3913 -3703
- package/dist/index.umd.js +39 -39
- package/dist/shared-utils/five/index.d.ts +6 -0
- package/libs/CurrentPanoImagePlugin/Controller.d.ts +93 -0
- package/libs/CurrentPanoImagePlugin/Controller.js +261 -0
- package/libs/CurrentPanoImagePlugin/index.d.ts +7 -0
- package/libs/CurrentPanoImagePlugin/index.js +31 -0
- package/libs/CurrentPanoImagePlugin/typings.d.ts +58 -0
- package/libs/CurrentPanoImagePlugin/typings.js +1 -0
- package/libs/base/BasePlugin.js +1 -1
- package/libs/index.d.ts +1 -0
- package/libs/index.js +118 -114
- package/libs/shared-utils/five/index.d.ts +6 -0
- package/libs/shared-utils/five/index.js +6 -1
- package/libs/shared-utils/index.js +39 -37
- package/libs/shared-utils/logger.js +1 -1
- package/package.json +1 -1
package/libs/index.js
CHANGED
|
@@ -1,58 +1,59 @@
|
|
|
1
1
|
import { consoleVersion as o } from "./shared-utils/logger.js";
|
|
2
2
|
import { autoFixOffscreenCanvas as r } from "./shared-utils/offscreenCanvas.js";
|
|
3
|
-
import { PaintBrush as
|
|
4
|
-
import { PaintBrushTypeEnum as
|
|
5
|
-
import { ModelViewPlugin as
|
|
6
|
-
import { CSS3DRenderPlugin as
|
|
7
|
-
import { PanoCursorRaycasterPlugin as
|
|
8
|
-
import { ModelRoomLabelPlugin as
|
|
9
|
-
import { FLOOR_PLAN_ATTACHED_TO as
|
|
10
|
-
import { ModelFloorplanPlugin as
|
|
11
|
-
import { MapviewFloorplanPlugin as
|
|
12
|
-
import { TopviewFloorplanPlugin as
|
|
13
|
-
import { PanoFloorplanRadarPlugin as
|
|
14
|
-
import { FLOOR_TYPE_MAP as
|
|
15
|
-
import { ModelChassisCompassPlugin as
|
|
16
|
-
import { ModelEntryDoorGuidePlugin as
|
|
17
|
-
import { CameraMovementPlugin as
|
|
18
|
-
import { CameraMovementEffect as
|
|
19
|
-
import { PanoRulerPlugin as
|
|
20
|
-
import { PanoRulerProPlugin as
|
|
21
|
-
import { PanoCompassPlugin as
|
|
22
|
-
import { PanoMeasurePlugin as
|
|
23
|
-
import { PanoSpatialTagPlugin as
|
|
24
|
-
import { modelItemLabelPluginServerParams as
|
|
25
|
-
import { ModelTVVideoPlugin as
|
|
26
|
-
import { DIRECTION as
|
|
27
|
-
import { itemLabelPluginServerParams as
|
|
28
|
-
import { PanoDoorLabelPlugin as
|
|
29
|
-
import { GuideLinePlugin as
|
|
30
|
-
import { CruisePlugin as
|
|
31
|
-
import { PanoTagPlugin as
|
|
32
|
-
import { Object3DHelperPlugin as
|
|
33
|
-
import { PanoVideoPlugin as
|
|
34
|
-
import { PipelinePlugin as
|
|
35
|
-
import { AreaMakerPlugin as
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import { default as
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
3
|
+
import { PaintBrush as hp } from "./components/PaintBrush/index.js";
|
|
4
|
+
import { PaintBrushTypeEnum as Bp } from "./components/PaintBrush/typings.js";
|
|
5
|
+
import { ModelViewPlugin as Up } from "./ModelViewPlugin/Plugin.js";
|
|
6
|
+
import { CSS3DRenderPlugin as $p } from "./CSS3DRenderPlugin/index.js";
|
|
7
|
+
import { PanoCursorRaycasterPlugin as qp } from "./PanoCursorRaycasterPlugin/index.js";
|
|
8
|
+
import { ModelRoomLabelPlugin as Jp, modelRoomLabelPluginServerParams as Kp } from "./ModelRoomLabelPlugin/index.js";
|
|
9
|
+
import { FLOOR_PLAN_ATTACHED_TO as Wp } from "./floorplan/constant.js";
|
|
10
|
+
import { ModelFloorplanPlugin as Zp } from "./floorplan/ModelFloorplanPlugin/index.js";
|
|
11
|
+
import { MapviewFloorplanPlugin as re } from "./floorplan/MapviewFloorplanPlugin/index.js";
|
|
12
|
+
import { TopviewFloorplanPlugin as ie } from "./floorplan/TopviewFloorplanPlugin/index.js";
|
|
13
|
+
import { PanoFloorplanRadarPlugin as pe } from "./floorplan/PanoFloorplanRadarPlugin/index.js";
|
|
14
|
+
import { FLOOR_TYPE_MAP as ne, ROOM_FETILE_TYPE_MAP as le, ROOM_TYPE_MAP as ae } from "./floorplan/typings/floorplanServerData.js";
|
|
15
|
+
import { ModelChassisCompassPlugin as ue } from "./ModelChassisCompassPlugin/Plugin.js";
|
|
16
|
+
import { ModelEntryDoorGuidePlugin as xe } from "./ModelEntryDoorGuidePlugin/Plugin.js";
|
|
17
|
+
import { CameraMovementPlugin as se } from "./CameraMovementPlugin/CameraMovementPlugin.js";
|
|
18
|
+
import { CameraMovementEffect as Me, Rotation as Te } from "./CameraMovementPlugin/typing.js";
|
|
19
|
+
import { PanoRulerPlugin as Ce } from "./PanoRulerPlugin/Plugin.js";
|
|
20
|
+
import { PanoRulerProPlugin as Ee } from "./PanoRulerProPlugin/index.js";
|
|
21
|
+
import { PanoCompassPlugin as Re } from "./PanoCompassPlugin/index.js";
|
|
22
|
+
import { PanoMeasurePlugin as ye } from "./PanoMeasurePlugin/index.js";
|
|
23
|
+
import { PanoSpatialTagPlugin as Se } from "./PanoSpatialTagPlugin/Plugin.js";
|
|
24
|
+
import { modelItemLabelPluginServerParams as Ge } from "./ModelItemLabelPlugin/index.js";
|
|
25
|
+
import { ModelTVVideoPlugin as Fe } from "./ModelTVVideoPlugin/Plugin.js";
|
|
26
|
+
import { DIRECTION as ve } from "./ModelTVVideoPlugin/typings.js";
|
|
27
|
+
import { itemLabelPluginServerParams as Ve } from "./ItemLabelPlugin/index.js";
|
|
28
|
+
import { PanoDoorLabelPlugin as he } from "./PanoDoorLabelPlugin/index.js";
|
|
29
|
+
import { GuideLinePlugin as Be } from "./GuideLinePlugin/index.js";
|
|
30
|
+
import { CruisePlugin as Ue } from "./CruisePlugin/index.js";
|
|
31
|
+
import { PanoTagPlugin as $e } from "./PanoTagPlugin/index.js";
|
|
32
|
+
import { Object3DHelperPlugin as qe } from "./Object3DHelperPlugin/index.js";
|
|
33
|
+
import { PanoVideoPlugin as Je } from "./PanoVideoPlugin/index.js";
|
|
34
|
+
import { PipelinePlugin as Qe } from "./PipelinePlugin/index.js";
|
|
35
|
+
import { AreaMakerPlugin as Xe } from "./AreaMakerPlugin/index.js";
|
|
36
|
+
import { CurrentPanoImagePlugin as on } from "./CurrentPanoImagePlugin/index.js";
|
|
37
|
+
import { index as tn } from "./shared-utils/index.js";
|
|
38
|
+
import { CSS3DRender as pn } from "./CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
39
|
+
import { Model as nn } from "./PanoMeasurePlugin/Model/index.js";
|
|
40
|
+
import { default as an } from "./PanoMeasurePlugin/Model/point.js";
|
|
41
|
+
import { default as un } from "./PanoMeasurePlugin/Model/line.js";
|
|
42
|
+
import { Polyline as xn } from "./PanoMeasurePlugin/Model/polyline.js";
|
|
43
|
+
import { default as sn } from "./PanoMeasurePlugin/Modules/Magnifier.js";
|
|
44
|
+
import { DISPLAY_STRATEGY_TYPE as Mn } from "./ModelItemLabelPlugin/typings.js";
|
|
45
|
+
import { ModelItemLabelPlugin as Ln } from "./ModelItemLabelPlugin/ModelItemLabelPlugin.js";
|
|
46
|
+
import { ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE as _n } from "./ItemLabelPlugin/typings.js";
|
|
47
|
+
import { Plugin as In } from "./ItemLabelPlugin/Plugin.js";
|
|
48
|
+
import { GuideLineItem$1 as On } from "./GuideLinePlugin/GuideLineItem/index.js";
|
|
49
|
+
import { GuideLineModeItem$1 as An } from "./GuideLinePlugin/GuideLineModeItem/index.js";
|
|
50
|
+
import { default as Dn } from "./CruisePlugin/Controller.js";
|
|
51
|
+
import { typing as bn } from "./CruisePlugin/typing/index.js";
|
|
52
|
+
import { default as Yn, pluginFlag as vn } from "./PanoTagPlugin/controller/index.js";
|
|
53
|
+
import { defaultGlobalConfig as Vn } from "./PanoTagPlugin/typings/tag/TagConfig.js";
|
|
54
|
+
import { ContentType as hn, DimensionType as wn, PointType as Bn } from "./PanoTagPlugin/Archive/deprecated.js";
|
|
55
|
+
import { Object3DHelperController as Un, PLUGIN as jn } from "./Object3DHelperPlugin/Controller.js";
|
|
56
|
+
import { typings as kn } from "./PanoVideoPlugin/typings/index.js";
|
|
56
57
|
import "./components/PaintBrush/Controller.js";
|
|
57
58
|
import "./components/PaintBrush/utils.js";
|
|
58
59
|
import "./components/PaintBrush/tween.js";
|
|
@@ -402,72 +403,75 @@ import "./shared-utils/three/core/Object3D.js";
|
|
|
402
403
|
import "./shared-utils/three/objects/LineSegments.js";
|
|
403
404
|
import "./components/AreaLabel/LabelItem.js";
|
|
404
405
|
import "./components/AreaLabel/Assets/roomLabelBg.js";
|
|
406
|
+
import "./CurrentPanoImagePlugin/Controller.js";
|
|
405
407
|
import "./shared-utils/math/Interval.js";
|
|
406
408
|
import "./shared-utils/math/Rectangle.js";
|
|
409
|
+
import "./shared-utils/five/index.js";
|
|
407
410
|
import "./shared-utils/three/getCoords.js";
|
|
408
411
|
import "./shared-utils/three/getRaycaster.js";
|
|
409
412
|
r();
|
|
410
413
|
o();
|
|
411
414
|
export {
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
hp as
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
an as
|
|
454
|
-
|
|
455
|
-
Ce as
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
415
|
+
Xe as AreaMakerPlugin,
|
|
416
|
+
pn as CSS3DRender,
|
|
417
|
+
$p as CSS3DRenderPlugin,
|
|
418
|
+
Me as CameraMovementEffect,
|
|
419
|
+
se as CameraMovementPlugin,
|
|
420
|
+
hn as ContentType,
|
|
421
|
+
Ue as CruisePlugin,
|
|
422
|
+
Dn as CruisePluginController,
|
|
423
|
+
bn as CruisePluginTypes,
|
|
424
|
+
on as CurrentPanoImagePlugin,
|
|
425
|
+
ve as DIRECTION,
|
|
426
|
+
Mn as DISPLAY_STRATEGY_TYPE,
|
|
427
|
+
wn as DimensionType,
|
|
428
|
+
Wp as FLOOR_PLAN_ATTACHED_TO,
|
|
429
|
+
ne as FLOOR_TYPE_MAP,
|
|
430
|
+
On as GuideLineItem,
|
|
431
|
+
An as GuideLineModeItem,
|
|
432
|
+
Be as GuideLinePlugin,
|
|
433
|
+
_n as ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE,
|
|
434
|
+
In as ItemLabelPlugin,
|
|
435
|
+
sn as Magnifier,
|
|
436
|
+
re as MapviewFloorplanPlugin,
|
|
437
|
+
ue as ModelChassisCompassPlugin,
|
|
438
|
+
xe as ModelEntryDoorGuidePlugin,
|
|
439
|
+
Zp as ModelFloorplanPlugin,
|
|
440
|
+
Ln as ModelItemLabelPlugin,
|
|
441
|
+
Jp as ModelRoomLabelPlugin,
|
|
442
|
+
Fe as ModelTVVideoPlugin,
|
|
443
|
+
Up as ModelViewPlugin,
|
|
444
|
+
Un as Object3DHelperController,
|
|
445
|
+
qe as Object3DHelperPlugin,
|
|
446
|
+
jn as PLUGIN,
|
|
447
|
+
hp as PaintBrush,
|
|
448
|
+
Bp as PaintBrushTypeEnum,
|
|
449
|
+
Re as PanoCompassPlugin,
|
|
450
|
+
qp as PanoCursorRaycasterPlugin,
|
|
451
|
+
he as PanoDoorLabelPlugin,
|
|
452
|
+
pe as PanoFloorplanRadarPlugin,
|
|
453
|
+
ye as PanoMeasurePlugin,
|
|
454
|
+
un as PanoMeasurePluginLine,
|
|
455
|
+
nn as PanoMeasurePluginModel,
|
|
456
|
+
an as PanoMeasurePluginPoint,
|
|
457
|
+
xn as PanoMeasurePluginPolyline,
|
|
458
|
+
Ce as PanoRulerPlugin,
|
|
459
|
+
Ee as PanoRulerProPlugin,
|
|
460
|
+
Se as PanoSpatialTagPlugin,
|
|
461
|
+
$e as PanoTagPlugin,
|
|
462
|
+
Yn as PanoTagPluginController,
|
|
463
|
+
Je as PanoVideoPlugin,
|
|
464
|
+
kn as PanoVideoPluginType,
|
|
465
|
+
Qe as PipelinePlugin,
|
|
466
|
+
Bn as PointType,
|
|
467
|
+
le as ROOM_FETILE_TYPE_MAP,
|
|
468
|
+
ae as ROOM_TYPE_MAP,
|
|
469
|
+
Te as Rotation,
|
|
470
|
+
ie as TopviewFloorplanPlugin,
|
|
471
|
+
tn as Util,
|
|
472
|
+
Vn as defaultGlobalConfig,
|
|
473
|
+
Ve as itemLabelPluginServerParams,
|
|
474
|
+
Ge as modelItemLabelPluginServerParams,
|
|
475
|
+
Kp as modelRoomLabelPluginServerParams,
|
|
476
|
+
vn as pluginFlag
|
|
473
477
|
};
|
|
@@ -1 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
function l(e) {
|
|
2
|
+
return e.model ? e.work ? e.model.loaded ? e.model.name !== e.work.model.file ? { result: !1, msg: "five.model.name 与 five.work.model.file 不一致" } : { result: !0, msg: "" } : { result: !1, msg: "five.model 未加载完成" } : { result: !1, msg: "five 数据未加载" } : { result: !1, msg: "five.model 不存在" };
|
|
3
|
+
}
|
|
4
|
+
export {
|
|
5
|
+
l as checkFiveModelLoaded
|
|
6
|
+
};
|
|
@@ -1,49 +1,51 @@
|
|
|
1
1
|
import { Interval as o } from "./math/Interval.js";
|
|
2
2
|
import { Rectangle as r } from "./math/Rectangle.js";
|
|
3
|
-
import {
|
|
4
|
-
import { Magnifier as
|
|
5
|
-
import { getCoordsFromClient as
|
|
6
|
-
import { getRaycasterFromFivePointer as
|
|
7
|
-
import { getIntersectFromRelativePosition as
|
|
8
|
-
import { PointHelper as
|
|
9
|
-
import { PointDomHelper as
|
|
10
|
-
import { PointSelectorHelper as
|
|
11
|
-
import { Object3D as
|
|
12
|
-
import { LineSegments as
|
|
13
|
-
import { isNil as c, notNil as
|
|
14
|
-
import { uuid as
|
|
15
|
-
import { absoluteUrl as
|
|
16
|
-
import { getFrameTime as
|
|
17
|
-
import { equal as
|
|
3
|
+
import { checkFiveModelLoaded as e } from "./five/index.js";
|
|
4
|
+
import { Magnifier as t } from "./three/Magnifier.js";
|
|
5
|
+
import { getCoordsFromClient as m, getCoordsFromElement as i } from "./three/getCoords.js";
|
|
6
|
+
import { getRaycasterFromFivePointer as n } from "./three/getRaycaster.js";
|
|
7
|
+
import { getIntersectFromRelativePosition as p } from "./three/getIntersect.js";
|
|
8
|
+
import { PointHelper as l } from "./three/PointHelper.js";
|
|
9
|
+
import { PointDomHelper as f } from "./three/PointDomHelper.js";
|
|
10
|
+
import { PointSelectorHelper as a } from "./three/PointSelectorHelper.js";
|
|
11
|
+
import { Object3D as s } from "./three/core/Object3D.js";
|
|
12
|
+
import { LineSegments as g } from "./three/objects/LineSegments.js";
|
|
13
|
+
import { isNil as c, notNil as d } from "./isNil.js";
|
|
14
|
+
import { uuid as u } from "./uuid.js";
|
|
15
|
+
import { absoluteUrl as F, isAbsoluteURL as P } from "./absoluteUrl.js";
|
|
16
|
+
import { getFrameTime as b, nextFrame as v, requestAnimationFrameInterval as L } from "./animationFrame/index.js";
|
|
17
|
+
import { equal as M } from "./equal.js";
|
|
18
|
+
import { isModelLike as R, isPanoramaLike as S } from "./five/mode.js";
|
|
18
19
|
import { BetterTween as _, tweenProgress as j } from "./animationFrame/BetterTween.js";
|
|
19
|
-
const
|
|
20
|
+
const J = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
20
21
|
__proto__: null,
|
|
21
22
|
BetterTween: _,
|
|
22
23
|
Interval: o,
|
|
23
|
-
LineSegments:
|
|
24
|
-
Magnifier:
|
|
25
|
-
Object3D:
|
|
26
|
-
PointDomHelper:
|
|
27
|
-
PointHelper:
|
|
28
|
-
PointSelectorHelper:
|
|
24
|
+
LineSegments: g,
|
|
25
|
+
Magnifier: t,
|
|
26
|
+
Object3D: s,
|
|
27
|
+
PointDomHelper: f,
|
|
28
|
+
PointHelper: l,
|
|
29
|
+
PointSelectorHelper: a,
|
|
29
30
|
Rectangle: r,
|
|
30
|
-
absoluteUrl:
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
31
|
+
absoluteUrl: F,
|
|
32
|
+
checkFiveModelLoaded: e,
|
|
33
|
+
equal: M,
|
|
34
|
+
getCoordsFromClient: m,
|
|
35
|
+
getCoordsFromElement: i,
|
|
36
|
+
getFrameTime: b,
|
|
37
|
+
getIntersectFromRelativePosition: p,
|
|
38
|
+
getRaycasterFromFivePointer: n,
|
|
39
|
+
isAbsoluteURL: P,
|
|
40
|
+
isModelLike: R,
|
|
39
41
|
isNil: c,
|
|
40
|
-
isPanoramaLike:
|
|
41
|
-
nextFrame:
|
|
42
|
-
notNil:
|
|
43
|
-
requestAnimationFrameInterval:
|
|
42
|
+
isPanoramaLike: S,
|
|
43
|
+
nextFrame: v,
|
|
44
|
+
notNil: d,
|
|
45
|
+
requestAnimationFrameInterval: L,
|
|
44
46
|
tweenProgress: j,
|
|
45
|
-
uuid:
|
|
47
|
+
uuid: u
|
|
46
48
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
47
49
|
export {
|
|
48
|
-
|
|
50
|
+
J as index
|
|
49
51
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
function A() {
|
|
2
2
|
console.debug(
|
|
3
|
-
"%c %c@realsee/dnalogel %cv2.
|
|
3
|
+
"%c %c@realsee/dnalogel %cv2.30.0",
|
|
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.
|
|
10
|
+
"version": "2.30.0",
|
|
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*",
|