@realsee/vreo 0.2.0-alpha.14 → 0.2.0-alpha.17
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/README.md +13 -2
- package/docs/assets/highlight.css +1 -1
- package/docs/assets/main.js +2 -2
- package/docs/assets/search.js +1 -1
- package/docs/assets/style.css +28 -2
- package/docs/classes/Player.AudioLike.html +7 -7
- package/docs/classes/Player.Controller.html +8 -8
- package/docs/classes/Player.Player-1.html +6 -6
- package/docs/classes/Player.VideoAgentMesh.html +52 -52
- package/docs/classes/Player.VideoAgentScene.html +1 -1
- package/docs/demo/assets/AppReact.3778df98.js +1 -0
- package/docs/demo/assets/default.19fbc6cf.js +3952 -0
- package/docs/demo/assets/default.ba6e9412.css +1 -0
- package/docs/demo/assets/dynamic.63886cda.js +1 -0
- package/docs/demo/assets/{examples.294e0a10.js → examples.960e21f5.js} +2 -2
- package/docs/demo/assets/index.c8252302.js +1 -0
- package/docs/demo/assets/main.46c544c8.js +1 -0
- package/docs/demo/assets/{react.ed4b53f9.js → react.53ec05f2.js} +2 -2
- package/docs/demo/assets/react.855b3d23.css +1 -0
- package/docs/demo/examples.html +3 -4
- package/docs/demo/index-react-dynamic.html +5 -6
- package/docs/demo/index-react.html +6 -7
- package/docs/demo/index.html +4 -5
- package/docs/enums/Player.InfoPanelStyleEnum.html +1 -1
- package/docs/enums/Player.InfoPanelTypeEnum.html +2 -2
- package/docs/enums/Player.PanoEffectEnum.html +2 -2
- package/docs/enums/Player.PanoTagEnum.html +2 -2
- package/docs/enums/Player.PanoTagStyleEnum.html +3 -3
- package/docs/enums/Player.VreoKeyframeEnum.html +12 -12
- package/docs/enums/fivePlugins.CameraMovementEffect.html +1 -1
- package/docs/enums/fivePlugins.Rotation.html +1 -1
- package/docs/index.html +11 -4
- package/docs/interfaces/Player.CustomVreoKeyframeProps.html +1 -1
- package/docs/interfaces/Player.PlayerConfigs.html +2 -2
- package/docs/interfaces/Player.Vertex.html +2 -2
- package/docs/interfaces/Player.VideoAgentMeshOptions.html +8 -1
- package/docs/interfaces/Player.VreoKeyframe.html +2 -2
- package/docs/interfaces/Player.VreoUnit.html +2 -2
- package/docs/interfaces/Player.VreoVideo.html +2 -2
- package/docs/interfaces/fivePlugins.CSS3DRenderPluginExportType.html +2 -2
- package/docs/interfaces/fivePlugins.CameraMovementOptsCallback.html +1 -1
- package/docs/interfaces/fivePlugins.CameraMovementPluginExportType.html +2 -2
- package/docs/interfaces/fivePlugins.CameraMovementPluginParameterType.html +1 -1
- package/docs/interfaces/fivePlugins.ModelTVVideoPluginData.html +1 -1
- package/docs/interfaces/fivePlugins.ModelTVVideoPluginExportType.html +1 -1
- package/docs/interfaces/fivePlugins.ModelTVVideoPluginParameterType.html +1 -1
- package/docs/interfaces/fivePlugins.Vector3Position.html +2 -2
- package/docs/interfaces/react.VreoActionCallbacks.html +7 -7
- package/docs/interfaces/react.VreoProviderProps.html +1 -1
- package/docs/modules/Player.html +16 -16
- package/docs/modules/custom.html +1 -1
- package/docs/modules/fivePlugins.html +3 -3
- package/docs/modules/react.html +1 -1
- package/docs/modules.html +1 -1
- package/lib/PlayController/index.js +3 -3
- package/lib/Player/App.js +1 -1
- package/lib/Player/Controller.js +3 -3
- package/lib/Player/custom/SpatialScenePanel/index.js +3 -3
- package/lib/Player/index.js +3 -3
- package/lib/Player/modules/Drawer/index.js +1 -1
- package/lib/Player/modules/PopUp/index.js +1 -1
- package/lib/Player/modules/VideoAgent/VideoAgentMesh.d.ts +12 -0
- package/lib/Player/modules/VideoAgent/VideoAgentMesh.js +29 -13
- package/lib/Player/modules/VideoAgent/VideoAgentScene.d.ts +1 -0
- package/lib/Player/modules/VideoAgent/VideoAgentScene.js +8 -5
- package/lib/Player/modules/VideoAgent/index.js +1 -1
- package/lib/Player/modules/keyframes/BgMusic/index.js +1 -1
- package/lib/Player/modules/keyframes/CameraMovement/index.js +1 -1
- package/lib/Player/modules/keyframes/InfoPanel/index.js +1 -1
- package/lib/Player/modules/keyframes/ModelVideo/index.js +1 -1
- package/lib/Player/modules/keyframes/PanoEffect/index.js +1 -1
- package/lib/Player/modules/keyframes/PanoEffect/lineAnime.js +1 -1
- package/lib/Player/modules/keyframes/PanoTag/index.js +1 -1
- package/lib/Player/modules/keyframes/PanoTextLabel/index.js +1 -1
- package/lib/Player/modules/keyframes/Prompter/index.js +1 -1
- package/lib/Player/modules/keyframes/UpdateVRPanorama/index.js +1 -1
- package/lib/Player/modules/keyframes/VideoEffect/index.js +1 -1
- package/lib/fivePlugins/CSS3DRenderPlugin/index.js +1 -1
- package/lib/fivePlugins/ModelTVVideoPlugin/index.js +1 -1
- package/lib/react/index.js +1 -1
- package/lib/shared-utils/AduioLike.js +3 -3
- package/lib/shared-utils/animationFrame/BetterTween.js +7 -3
- package/lib/shared-utils/animationFrame/tween.js +1 -1
- package/lib/shared-utils/createTransMatrix.js +1 -1
- package/package.json +1 -1
- package/resources/Player/custom/SpatialScenePanel/index.tsx +4 -4
- package/resources/Player/index.tsx +1 -1
- package/resources/Player/modules/VideoAgent/VideoAgentMesh.ts +18 -2
- package/resources/Player/modules/VideoAgent/VideoAgentScene.ts +2 -4
- package/docs/demo/assets/AppReact.5d77c4d8.js +0 -1
- package/docs/demo/assets/default.3cf9974e.js +0 -64
- package/docs/demo/assets/default.70243c83.css +0 -1
- package/docs/demo/assets/dynamic.ee28990e.js +0 -1
- package/docs/demo/assets/index.c55a0972.js +0 -1
- package/docs/demo/assets/main.8fadf245.js +0 -1
- package/docs/demo/assets/react.aa3cf7f7.css +0 -1
- package/docs/demo/assets/vendor.5714cf27.js +0 -3903
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
4
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
|
@@ -29,9 +29,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
|
|
|
29
29
|
|
|
30
30
|
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
|
|
31
31
|
|
|
32
|
-
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
|
|
32
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
33
33
|
|
|
34
|
-
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
34
|
+
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
35
35
|
|
|
36
36
|
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
37
37
|
|
|
@@ -74,7 +74,9 @@ var VideoAgentMesh = /*#__PURE__*/function (_THREE$Mesh) {
|
|
|
74
74
|
|
|
75
75
|
var _this;
|
|
76
76
|
|
|
77
|
-
var options = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : {
|
|
77
|
+
var options = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : {
|
|
78
|
+
preload: true
|
|
79
|
+
};
|
|
78
80
|
|
|
79
81
|
_classCallCheck(this, VideoAgentMesh);
|
|
80
82
|
|
|
@@ -225,17 +227,31 @@ var VideoAgentMesh = /*#__PURE__*/function (_THREE$Mesh) {
|
|
|
225
227
|
case 6:
|
|
226
228
|
uniforms = this.material.uniforms;
|
|
227
229
|
this.videoInstance.muted = true;
|
|
228
|
-
|
|
229
|
-
|
|
230
|
+
|
|
231
|
+
if (!(this.options.preload || this.options.preload === undefined || this.videoUrl.endsWith('.mp4'))) {
|
|
232
|
+
_context.next = 18;
|
|
233
|
+
break;
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
_context.t1 = URL;
|
|
237
|
+
_context.next = 12;
|
|
230
238
|
return _Preloader.Preloader.blob(this.videoUrl);
|
|
231
239
|
|
|
232
|
-
case
|
|
233
|
-
_context.
|
|
234
|
-
_context.next =
|
|
235
|
-
return _context.
|
|
240
|
+
case 12:
|
|
241
|
+
_context.t2 = _context.sent;
|
|
242
|
+
_context.next = 15;
|
|
243
|
+
return _context.t1.createObjectURL.call(_context.t1, _context.t2);
|
|
236
244
|
|
|
237
|
-
case
|
|
238
|
-
|
|
245
|
+
case 15:
|
|
246
|
+
_context.t0 = _context.sent;
|
|
247
|
+
_context.next = 19;
|
|
248
|
+
break;
|
|
249
|
+
|
|
250
|
+
case 18:
|
|
251
|
+
_context.t0 = this.videoUrl;
|
|
252
|
+
|
|
253
|
+
case 19:
|
|
254
|
+
this.videoInstance.src = _context.t0;
|
|
239
255
|
this.videoInstance.setAttribute('data-src', this.videoUrl);
|
|
240
256
|
|
|
241
257
|
onStart = function onStart() {
|
|
@@ -251,7 +267,7 @@ var VideoAgentMesh = /*#__PURE__*/function (_THREE$Mesh) {
|
|
|
251
267
|
|
|
252
268
|
this.videoInstance.addEventListener('timeupdate', onStart, false);
|
|
253
269
|
|
|
254
|
-
case
|
|
270
|
+
case 23:
|
|
255
271
|
case "end":
|
|
256
272
|
return _context.stop();
|
|
257
273
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
4
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
|
@@ -15,11 +15,15 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
|
|
|
15
15
|
|
|
16
16
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
17
17
|
|
|
18
|
+
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
|
|
19
|
+
|
|
20
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
21
|
+
|
|
18
22
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
19
23
|
|
|
20
24
|
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
21
25
|
|
|
22
|
-
var VideoAgentScene = function VideoAgentScene(container) {
|
|
26
|
+
var VideoAgentScene = /*#__PURE__*/_createClass(function VideoAgentScene(container) {
|
|
23
27
|
var _this = this;
|
|
24
28
|
|
|
25
29
|
var needRender = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;
|
|
@@ -38,8 +42,7 @@ var VideoAgentScene = function VideoAgentScene(container) {
|
|
|
38
42
|
_defineProperty(this, "run", function () {
|
|
39
43
|
var _this$videoAgentMesh$;
|
|
40
44
|
|
|
41
|
-
var domElement = _this.renderer.domElement; //
|
|
42
|
-
// 视频开始 1s 不渲染:规避某些设备黑屏闪烁问题。视频前 2s 是最好是静默的。
|
|
45
|
+
var domElement = _this.renderer.domElement; // 视频开始 1s 不渲染:规避某些设备黑屏闪烁问题。视频前 2s 是最好是静默的。
|
|
43
46
|
|
|
44
47
|
if (!(_this.videoAgentMesh.paused || _this.videoAgentMesh.freeze) && _this.videoAgentMesh.currentTime > 1000) {
|
|
45
48
|
_this.renderer.render(_this.scene, _this.camera);
|
|
@@ -83,6 +86,6 @@ var VideoAgentScene = function VideoAgentScene(container) {
|
|
|
83
86
|
this.scene.add(this.videoAgentMesh);
|
|
84
87
|
this.run();
|
|
85
88
|
}
|
|
86
|
-
};
|
|
89
|
+
});
|
|
87
90
|
|
|
88
91
|
exports.VideoAgentScene = VideoAgentScene;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
4
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
4
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
4
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
4
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
4
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
4
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
4
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
4
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
4
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
4
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
4
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
4
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
4
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
4
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
package/lib/react/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
4
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
4
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
|
@@ -15,9 +15,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
|
|
|
15
15
|
|
|
16
16
|
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
|
|
17
17
|
|
|
18
|
-
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
|
|
18
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
19
19
|
|
|
20
|
-
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
20
|
+
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
21
21
|
|
|
22
22
|
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
23
23
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
4
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
|
@@ -14,9 +14,13 @@ var _ = require(".");
|
|
|
14
14
|
|
|
15
15
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
16
16
|
|
|
17
|
+
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
|
|
18
|
+
|
|
19
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
20
|
+
|
|
17
21
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
18
22
|
|
|
19
|
-
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
23
|
+
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
20
24
|
|
|
21
25
|
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
22
26
|
|
|
@@ -84,7 +88,7 @@ var BetterTween = /*#__PURE__*/function (_TWEEN$Tween) {
|
|
|
84
88
|
return _this;
|
|
85
89
|
}
|
|
86
90
|
|
|
87
|
-
return BetterTween;
|
|
91
|
+
return _createClass(BetterTween);
|
|
88
92
|
}(_tween["default"].Tween);
|
|
89
93
|
|
|
90
94
|
exports.BetterTween = BetterTween;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
4
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
4
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
package/package.json
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import * as React from 'react'
|
|
2
2
|
import ReactDOM from 'react-dom'
|
|
3
3
|
import { Five } from '@realsee/five'
|
|
4
|
-
import
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import { CSS3DRenderPlugin, CSS3DRenderPluginExportType } from '@realsee/dnalogel/plugins/CSS3DRenderPlugin'
|
|
4
|
+
import { Raycaster, Vector3 } from 'three'
|
|
5
|
+
import { tweenProgress } from '../../../shared-utils/animationFrame/BetterTween'
|
|
6
|
+
import { CSS3DRenderPlugin, CSS3DRenderPluginExportType } from '../../../fivePlugins/CSS3DRenderPlugin'
|
|
8
7
|
|
|
9
8
|
import { VreoKeyframe, VreoKeyframeEnum } from '../../../typings/VreoUnit'
|
|
10
9
|
import { CustomVreoKeyframeProps } from '../../typings'
|
|
@@ -33,6 +32,7 @@ import { CustomVreoKeyframeProps } from '../../typings'
|
|
|
33
32
|
// "temperature": "27",
|
|
34
33
|
// "title": "沉浸式回家"
|
|
35
34
|
// }
|
|
35
|
+
|
|
36
36
|
export interface SpatialScenePanelData {
|
|
37
37
|
customType: 'SpatialScenePanel'
|
|
38
38
|
title: string
|
|
@@ -64,8 +64,20 @@ const cacheInstance: {
|
|
|
64
64
|
} = {}
|
|
65
65
|
|
|
66
66
|
export interface VideoAgentMeshOptions {
|
|
67
|
+
/**
|
|
68
|
+
* 自定义视频实例。
|
|
69
|
+
*/
|
|
67
70
|
videoInstance?: HTMLVideoElement
|
|
71
|
+
/**
|
|
72
|
+
* 自定义音频实例。
|
|
73
|
+
*/
|
|
68
74
|
audioInstance?: HTMLAudioElement
|
|
75
|
+
/**
|
|
76
|
+
* 是否开启音频预载能力。**仅对`.mp3`有效**。
|
|
77
|
+
*
|
|
78
|
+
* @description 开启预载能力后会通过 `Fetch/XHR` 方式将音频文件下载转成二进制 [`Blob`](https://developer.mozilla.org/zh-CN/docs/Web/API/Blob) 提供给多媒体实例。这样的好处是 **能够保障音视频播放过程中不卡顿**。 但在部分 iOS 系统中会存在兼容问题——播 25s 之后会静音(`muted` 为 `false`,但是没有声音)。
|
|
79
|
+
*/
|
|
80
|
+
preload?: boolean
|
|
69
81
|
}
|
|
70
82
|
|
|
71
83
|
/**
|
|
@@ -108,7 +120,9 @@ export class VideoAgentMesh extends THREE.Mesh {
|
|
|
108
120
|
height: number,
|
|
109
121
|
widthSegments: number,
|
|
110
122
|
heightSegments: number,
|
|
111
|
-
options: VideoAgentMeshOptions = {
|
|
123
|
+
options: VideoAgentMeshOptions = {
|
|
124
|
+
preload: true
|
|
125
|
+
},
|
|
112
126
|
) {
|
|
113
127
|
if (!options.videoInstance) {
|
|
114
128
|
if (cacheInstance.videoInstance) {
|
|
@@ -200,7 +214,9 @@ export class VideoAgentMesh extends THREE.Mesh {
|
|
|
200
214
|
|
|
201
215
|
const uniforms = (this.material as THREE.ShaderMaterial).uniforms
|
|
202
216
|
this.videoInstance.muted = true
|
|
203
|
-
|
|
217
|
+
|
|
218
|
+
this.videoInstance.src = (this.options.preload || this.options.preload === undefined || this.videoUrl.endsWith('.mp4')) ?
|
|
219
|
+
await URL.createObjectURL((await Preloader.blob(this.videoUrl)) as unknown as Blob) : this.videoUrl
|
|
204
220
|
this.videoInstance.setAttribute('data-src', this.videoUrl)
|
|
205
221
|
|
|
206
222
|
const onStart = () => {
|
|
@@ -9,7 +9,7 @@ export class VideoAgentScene {
|
|
|
9
9
|
renderer = new THREE.WebGLRenderer({ alpha: true })
|
|
10
10
|
container: HTMLElement
|
|
11
11
|
|
|
12
|
-
constructor(container: HTMLElement, needRender = true, options: { videoInstance?: HTMLVideoElement, audioInstance?: HTMLAudioElement } = {}) {
|
|
12
|
+
constructor(container: HTMLElement, needRender = true, options: { videoInstance?: HTMLVideoElement, audioInstance?: HTMLAudioElement, preload?: boolean } = {}) {
|
|
13
13
|
this.container = container
|
|
14
14
|
this.camera.position.set(0, 0, 10)
|
|
15
15
|
this.camera.lookAt(0, 0, 0)
|
|
@@ -33,13 +33,11 @@ export class VideoAgentScene {
|
|
|
33
33
|
run = () => {
|
|
34
34
|
const domElement = this.renderer.domElement
|
|
35
35
|
|
|
36
|
-
// console.log('renderder', this.videoAgentMesh.paused, this.videoAgentMesh.freeze)
|
|
37
|
-
|
|
38
36
|
// 视频开始 1s 不渲染:规避某些设备黑屏闪烁问题。视频前 2s 是最好是静默的。
|
|
39
37
|
if (!(this.videoAgentMesh.paused || this.videoAgentMesh.freeze) && this.videoAgentMesh.currentTime > 1000) {
|
|
40
38
|
this.renderer.render(this.scene, this.camera)
|
|
41
39
|
}
|
|
42
|
-
|
|
40
|
+
|
|
43
41
|
// 兼容非视频场景
|
|
44
42
|
if (!this.videoAgentMesh.videoUrl?.endsWith('.mp4')) {
|
|
45
43
|
if (domElement.style.display !== 'none') domElement.style.display = 'none'
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as e,u as y,j as E,f as x}from"./vendor.5714cf27.js";import{P as b}from"./default.3cf9974e.js";const n=e.exports.createContext(null),D=u=>{const a=y(),[t,r]=e.exports.useState(null),d=e.exports.useRef(null);return e.exports.useEffect(()=>(d.current=new b(a,u.configs||{}),r(d.current),()=>{var p;(p=d.current)==null||p.dispose()}),[]),t?E(n.Provider,{value:t,children:u.children}):E(x,{})};function c(){const u=e.exports.useContext(n);if(!u)throw new Error("VreoProvider never found.");return u}function i(){const u=c(),a=e.exports.useCallback((o,s)=>u.load(o,s),[u]),t=e.exports.useCallback(o=>u.play(o||0),[u]),r=e.exports.useCallback(()=>u.pause(),[u]),d=e.exports.useCallback(()=>u.show(),[u]),p=e.exports.useCallback(()=>u.hide(),[u]),f=e.exports.useCallback(()=>u.dispose(),[u]);return{load:a,pause:r,show:d,play:t,hide:p,dispose:f}}function F(u,a,t){const r=c();let d=[r,u];t!==void 0&&(d=d.concat(t)),e.exports.useEffect(()=>(r.on(u,a),()=>{r.off(u,a)}),d)}function C(){const u=c(),[a,t]=e.exports.useState(u.paused);return F("paused",()=>t(!0)),F("playing",()=>t(!1)),a}const B={categoryId:"b35b2980-9394-42a4-8ccb-0d2d4c8634fa",categoryText:"b4aff456-9a94-46c8-6e15-13cfa540aed8",frontRequestId:"ffc05d41-e588-48dc-adb7-d20d350ea1b4",index:0,video:{duration:249e3,start:0,end:249e3,url:"//vrlab-public.ljcdn.com/vrframework/release/audio_merged/Llk9Mhep/aitalk_text/merged.mp4"},keyframes:[{uuid:"87c795f5-95f3-435b-947e-c5ba030dd396",type:"CameraMovement",start:18600,end:28970,parsed:!1,data:{effect:"Rotate",panoIndex:0,fov:120,mode:"Panorama",latitude:-.010928962416050254,longitude:6.085904225460554,rotation:"Clockwise",rotateSpeed:.3}},{uuid:"6c21e958-5232-4097-57ef-dcbd7084073e",type:"InfoPanel",start:29010,end:40580,parsed:!1,data:{url:"//vrlab-public.ljcdn.com/release/seesay/tools/___2b82e40ca6a7d298cc6f4134a80ba58e.png",type:"Image"}},{uuid:"fb63d3aa-bbc8-41a3-379f-6714b255a894",type:"InfoPanel",start:40630,end:47950,parsed:!1,data:{url:"//vrlab-public.ljcdn.com/release/seesay/tools/___6b581b51cf12461442a31b3aef9aa504.jpg",type:"Image"}},{uuid:"89f7f29a-c816-4716-b420-2cdb58b527be",type:"CameraMovement",start:127020,end:128520,parsed:!1,data:{effect:"Move",panoIndex:8,fov:103.5,mode:"Panorama",latitude:.08334099549985256,longitude:4.765651641044329}},{uuid:"ce298bb1-5a38-4df7-5aab-1e378f598afc",type:"CameraMovement",start:13200,end:14700,parsed:!1,data:{effect:"Move",panoIndex:0,fov:120,mode:"Panorama",latitude:.08049960901252118,longitude:4.767461665999537}},{uuid:"e89aebe0-208d-43db-fc45-ddab6b2f8494",type:"CameraMovement",start:47900,end:49400,parsed:!1,data:{effect:"Move",panoIndex:0,fov:120,mode:"Panorama",latitude:.10405749787530304,longitude:5.272073180707112}},{uuid:"6d9424e0-2675-4843-b625-a762470e02ad",type:"CameraMovement",start:81800,end:83300,parsed:!1,data:{effect:"Move",panoIndex:12,fov:120,mode:"Panorama",latitude:.011858721114165922,longitude:1.2954826860590476}},{uuid:"72afc500-b4b7-4977-0685-1b432b30fd71",type:"CameraMovement",start:92500,end:94e3,parsed:!1,data:{effect:"Move",panoIndex:9,fov:120,mode:"Panorama",latitude:.003004866296355502,longitude:.13052484428045208}},{uuid:"f158594f-3863-429e-ac27-606af8b65e67",type:"CameraMovement",start:133900,end:135400,parsed:!1,data:{effect:"Move",panoIndex:6,fov:103.5,mode:"Panorama",latitude:.21615302557504054,longitude:3.7230169653291494}},{uuid:"0d3e24c0-06d4-4621-c73d-0026d2bc8a4c",type:"CameraMovement",start:179600,end:181100,parsed:!1,data:{effect:"Move",panoIndex:18,fov:105,mode:"Panorama",latitude:.14909776312915213,longitude:5.400919815605706}},{uuid:"f9ea52f9-c9d2-41c0-fa03-3177cbe77320",type:"CameraMovement",start:196180,end:197680,parsed:!1,data:{effect:"Move",panoIndex:23,fov:120,mode:"Panorama",latitude:.02935657980524926,longitude:1.2375176610076473}},{uuid:"643c8d41-777d-468e-184d-6df692f19f54",type:"CameraMovement",start:222e3,end:223500,parsed:!1,data:{effect:"Move",panoIndex:21,fov:108,mode:"Panorama",latitude:.10444027741202826,longitude:1.2490838384253422}},{uuid:"10fc17bd-b7be-4fbf-0220-a5214f9a6853",type:"CameraMovement",start:65140,end:70250,parsed:!1,data:{effect:"Rotate",panoIndex:0,fov:120,mode:"Panorama",latitude:.2917266708076339,longitude:3.22696039875224,rotation:"Anticlockwise",rotateSpeed:.6}},{uuid:"65022608-f0f2-4745-4554-e019aef325c3",type:"CameraMovement",start:208710,end:210700,parsed:!1,data:{effect:"Move",panoIndex:27,fov:81,mode:"Panorama",latitude:.09538804087572342,longitude:.13388593579664576}},{uuid:"4e8a5281-6136-4f1f-431e-666c53767f76",type:"CameraMovement",start:147600,end:152080,parsed:!1,data:{effect:"Rotate",panoIndex:6,fov:102,mode:"Panorama",latitude:.11636355189082886,longitude:5.151892672556052,rotateSpeed:.5,rotation:"Clockwise"}},{uuid:"06dc1ecb-0f89-43e1-ae79-287036f6fbcc",start:1045,end:1572,data:{text:"\u60A8\u597D",type:"Text"},type:"Prompter"},{uuid:"777ddc34-dea5-4714-ac09-5feea0e644d4",start:1672,end:5009,data:{text:"\u6211\u662F\u8D1D\u58F3\u5408\u4F5C\u623F\u4EA7\u7ECF\u7EAA\u54C1\u724C\u5FB7\u4F51\u5E97\u4E1C\u5468\u677E",type:"Text"},type:"Prompter"},{uuid:"d7fb6ef7-e1bd-4c4f-dcc2-6df3ee701b14",start:5109,end:8237,data:{text:"\u4E5F\u662F\u8D1D\u58F3\u91D1\u724C\u54C1\u8D28\u96C7\u4E3B\u3001\u5FB7\u4F51\u9886\u822A\u8005\u5E97\u4E1C",type:"Text"},type:"Prompter"},{uuid:"af2ea4f8-a88e-487e-d9e8-f648c82c3b0c",start:8337,end:10838,data:{text:"\u5728\u623F\u4EA7\u884C\u4E1A\u5DF2\u7ECF\u5DE5\u4F5C\u4E8614\u5E74",type:"Text"},type:"Prompter"},{uuid:"fe310d2f-ff41-44b8-dc92-6aab94b6014d",start:10938,end:13393,data:{text:"\u5F88\u8363\u5E78\u4E3A\u60A8\u5168\u65B9\u4F4D\u5C55\u793A\u6211\u7684\u5E97\u9762",type:"Text"},type:"Prompter"},{uuid:"a4e0f25e-1bc0-43ec-103d-8205a562c03f",start:13236,end:14646,data:{text:"\u6211\u6240\u7ECF\u8425\u7684\u8FD9\u5BB6\u5E97",type:"Text"},type:"Prompter"},{uuid:"d552e251-142b-4069-e8a6-c95a90cdd5ec",start:14746,end:16922,data:{text:"\u662F\u6B66\u6C49\u5FB7\u4F51\u6700\u5927\u7684\u4F18\u9009\u5F62\u8C61\u5E97",type:"Text"},type:"Prompter"},{uuid:"92c8baea-72af-4304-2328-bfccb6e40e31",start:17022,end:18594,data:{text:"\u5171\u670930\u591A\u540D\u5458\u5DE5",type:"Text"},type:"Prompter"},{uuid:"ff0d6154-45fb-4e08-9e7a-24ca3f05ce3e",start:18694,end:20313,data:{text:"\u5927\u5E97\u4F18\u52BF\u663E\u800C\u6613\u89C1",type:"Text"},type:"Prompter"},{uuid:"c9e8a13d-0487-49bf-44bc-0d776dc7662f",start:20413,end:22984,data:{text:"\u65E2\u80FD\u63D0\u4F9B\u66F4\u597D\u7684\u5DE5\u4F5C\u73AF\u5883\u548C\u6C1B\u56F4",type:"Text"},type:"Prompter"},{uuid:"ad608f54-b33d-4b71-8198-615a30a57b8c",start:23084,end:24587,data:{text:"\u4E5F\u66F4\u5BB9\u6613\u5438\u5F15\u5BA2\u6237",type:"Text"},type:"Prompter"},{uuid:"333ec189-0578-45e6-4004-892ccd92456a",start:24687,end:25911,data:{text:"\u63D0\u5347\u6210\u5355\u6982\u7387",type:"Text"},type:"Prompter"},{uuid:"91760827-5a1f-431d-b170-29146aacd2f9",start:26011,end:28953,data:{text:"\u63A5\u4E0B\u6765\u8DDF\u968F\u6211\u4E00\u8D77\u4E86\u89E3\u95E8\u5E97\u8BE6\u7EC6\u60C5\u51B5\u5427",type:"Text"},type:"Prompter"},{uuid:"5eb73b8f-073d-4cbe-2cc5-c6aa4c90d2d2",start:29053,end:31113,data:{text:"\u5E97\u9762\u4F4D\u4E8E\u5357\u6E56\u90BB\u91CC\u5E7F\u573A",type:"Text"},type:"Prompter"},{uuid:"e300f233-600d-4aa8-e4fc-175c7f6dabb6",start:31213,end:32460,data:{text:"\u4EA4\u901A\u6781\u5176\u4FBF\u5229",type:"Text"},type:"Prompter"},{uuid:"1ba9846d-f020-4f37-d418-9a120e0890d3",start:32560,end:35409,data:{text:"\u8DDD\u79BB7\u53F7\u7EBF\u5EFA\u5B89\u8857\u5730\u94C1\u7AD9\u4EC5300\u7C73",type:"Text"},type:"Prompter"},{uuid:"506e8fb2-e9aa-42c7-e2f3-fe19d2f65a37",start:35509,end:37174,data:{text:"500\u7C73\u5185\u6709\u5C0F\u5B66\u4E2D\u5B66",type:"Text"},type:"Prompter"},{uuid:"ee23e395-1d68-4674-67c7-f235ee0daf49",start:37274,end:39079,data:{text:"\u4E00\u516C\u91CC\u51854\u5BB6\u8D2D\u7269\u5E7F\u573A",type:"Text"},type:"Prompter"},{uuid:"5c655ed0-8768-4d34-6163-331db5abe004",start:39179,end:40566,data:{text:"\u5403\u559D\u73A9\u4E50\u5168\u8986\u76D6",type:"Text"},type:"Prompter"},{uuid:"f805ca1e-1069-45d0-7ec1-de2c3cbabadc",start:40666,end:41890,data:{text:"\u95E8\u593430\u7C73\u5BBD",type:"Text"},type:"Prompter"},{uuid:"d0a15e0c-0c90-4d58-f19e-0911e7471514",start:41990,end:43725,data:{text:"\u5728\u8FD9\u6761\u8857\u9053\u4E0A\u5F88\u663E\u773C",type:"Text"},type:"Prompter"},{uuid:"720fc0be-5a64-400b-d3f8-b750c72a162b",start:43825,end:44886,data:{text:"\u5BBD\u9614\u7684\u573A\u5730",type:"Text"},type:"Prompter"},{uuid:"77531bd9-55e0-40b9-d6e3-832f37b9dbba",start:44986,end:47835,data:{text:"\u4E5F\u65B9\u4FBF\u5F00\u5C55\u5404\u79CD\u4E30\u5BCC\u7684\u4E3B\u9898\u793E\u533A\u6D3B\u52A8",type:"Text"},type:"Prompter"},{uuid:"060100ab-a953-4184-7414-d87938681d1b",start:47935,end:48788,data:{text:"\u7531\u5916\u5411\u5185",type:"Text"},type:"Prompter"},{uuid:"6d651686-a230-479c-4a44-c13f71850869",start:48888,end:52434,data:{text:"\u8FDB\u5165\u95E8\u5E97\u9996\u5148\u6620\u5165\u773C\u5E18\u7684\u662F\u660E\u4EAE\u7684\u524D\u53F0\u63A5\u5F85\u533A",type:"Text"},type:"Prompter"},{uuid:"7f63c69e-af16-458e-6d4b-83751c21b089",start:52534,end:56219,data:{text:"\u5E38\u7528\u4E8E\u9996\u6B21\u5230\u5E97\u7684\u5BA2\u6237\u63A5\u5F85\u548C\u793E\u533A\u90BB\u91CC\u6696\u5FC3\u670D\u52A1",type:"Text"},type:"Prompter"},{uuid:"a244ce90-e416-496a-63b9-da8ec27da526",start:56319,end:59261,data:{text:"\u53EF\u80FD\u662F\u8D70\u7D2F\u4E86\u7684\u5927\u7237\u5927\u5988\u6765\u5E97\u91CC\u4E34\u65F6\u6B47\u811A",type:"Text"},type:"Prompter"},{uuid:"79eec73e-091c-4cab-e175-be96ce0f680e",start:59361,end:61746,data:{text:"\u4E5F\u53EF\u80FD\u662F\u5BB6\u957F\u6765\u4E3A\u5B69\u5B50\u6253\u5370\u4F5C\u4E1A",type:"Text"},type:"Prompter"},{uuid:"237d0697-68d4-4254-16a0-d73b3901cd83",start:61846,end:63743,data:{text:"\u6211\u4EEC\u4EE5\u6696\u5FC3\u670D\u52A1\u52A9\u6C11\u5229\u6C11",type:"Text"},type:"Prompter"},{uuid:"157b4c29-c5ac-470d-19dd-79ae2d54f5cf",start:63843,end:65090,data:{text:"\u6E29\u6696\u90BB\u91CC\u516B\u65B9",type:"Text"},type:"Prompter"},{uuid:"4f4acb0e-430a-46ac-c8a4-f38f9832270c",start:65190,end:66971,data:{text:"\u53F3\u624B\u8FB9\u662F\u5BA2\u6237\u63A5\u5F85\u533A",type:"Text"},type:"Prompter"},{uuid:"6872d4bf-9498-407e-d05c-883e7a65adb0",start:67071,end:68458,data:{text:"\u4E5F\u662F\u5BA2\u6237\u4F11\u606F\u533A",type:"Text"},type:"Prompter"},{uuid:"ee903cbc-6f8e-4a9b-a925-7b15d0a23905",start:68558,end:70246,data:{text:"\u6709\u7535\u89C6\u673A\u4F9B\u5BA2\u6237\u5A31\u4E50",type:"Text"},type:"Prompter"},{uuid:"30ab6e6b-9469-46d6-10a7-3ef0e2b2b88f",start:70346,end:73242,data:{text:"\u4F11\u606F\u533A\u65C1\u7684\u8FD9\u9762\u5899\u6302\u7740\u6211\u4EEC\u7684\u5546\u5708\u5730\u56FE",type:"Text"},type:"Prompter"},{uuid:"a2870c6e-4638-4e7d-1b03-94f17adaace1",start:73342,end:75634,data:{text:"\u8986\u76D6\u6574\u4E2A\u6B66\u6C49\u5730\u533A\u7684\u6240\u6709\u697C\u76D8",type:"Text"},type:"Prompter"},{uuid:"ac4218d6-1f0a-4af7-87fd-4ce9fd406c14",start:75734,end:78235,data:{text:"\u65E0\u8BBA\u662F\u672C\u5730\u5BA2\u6237\u8FD8\u662F\u5916\u5730\u5BA2\u6237",type:"Text"},type:"Prompter"},{uuid:"9def907f-9546-401a-66fe-125dd6fbca04",start:78335,end:80836,data:{text:"\u90FD\u80FD\u901A\u8FC7\u5730\u56FE\u6E05\u6670\u4E86\u89E3\u697C\u5E02\u5E03\u5C40",type:"Text"},type:"Prompter"},{uuid:"63489f30-bdc8-4afc-ace8-0db4e47d16dc",start:80936,end:81742,data:{text:"\u4E00\u76EE\u4E86\u7136",type:"Text"},type:"Prompter"},{uuid:"8ff1c9cc-48b0-4081-ee06-95a1066661e6",start:81842,end:84622,data:{text:"\u8FD9\u8FB9\u662F\u5BBD\u9614\u7684\u843D\u5730\u7A97\u666F\u4F11\u95F2\u5427\u53F0",type:"Text"},type:"Prompter"},{uuid:"dbd88648-2fb8-45df-843b-7f112dd093eb",start:84722,end:85807,data:{text:"\u914D\u6709\u5145\u7535\u5B9D",type:"Text"},type:"Prompter"},{uuid:"d9890f34-01f8-4841-29f0-f4f08157f7d1",start:85907,end:87317,data:{text:"\u5BA2\u6237\u53EF\u4EE5\u5728\u8FD9\u91CC\u7B49\u4EBA",type:"Text"},type:"Prompter"},{uuid:"7fe1ea7d-d435-4174-2eb8-482bfecca261",start:87417,end:90824,data:{text:"\u95E8\u5E97\u7684\u5B9D\u5988\u7ECF\u7EAA\u4EBA\u4E5F\u53EF\u4EE5\u5B89\u7F6E\u5B69\u5B50\u5728\u8FD9\u91CC\u5199\u4F5C\u4E1A",type:"Text"},type:"Prompter"},{uuid:"a4427301-90ca-4d7d-42fb-58f15fcc9192",start:90924,end:92427,data:{text:"\u7B49\u5F85\u5988\u5988\u4E00\u8D77\u4E0B\u73ED",type:"Text"},type:"Prompter"},{uuid:"6a503c9f-8589-40df-1076-b640f69c00eb",start:92527,end:94262,data:{text:"\u63A5\u4E0B\u6765\u662F\u6211\u4EEC\u7684\u8363\u8A89\u5C55\u67DC",type:"Text"},type:"Prompter"},{uuid:"86c737a6-98cb-46c7-1ef2-f85a835e8af8",start:94362,end:97304,data:{text:"\u6EE1\u5899\u7684\u8363\u8A89\u8BB0\u5F55\u4E86\u95E8\u5E97\u7684\u6BCF\u4E00\u62B9\u9AD8\u5149\u65F6\u523B",type:"Text"},type:"Prompter"},{uuid:"da039a1a-a4e6-4f2e-410e-ef768b571f39",start:97404,end:100184,data:{text:"\u6BCF\u4E00\u5458\u4E4B\u95F4\u4E92\u5E2E\u4E92\u52A9\uFF0C\u4E92\u76F8\u6210\u5C31",type:"Text"},type:"Prompter"},{uuid:"f7daa549-013c-464b-041c-da5f8a16edda",start:100284,end:102228,data:{text:"\u624D\u80FD\u4E0D\u65AD\u521B\u9020\u51FA\u65B0\u7684\u6210\u679C",type:"Text"},type:"Prompter"},{uuid:"50536aff-0854-4598-588d-94d590f47e48",start:102512,end:104177,data:{text:"\u731C\u731C\u770B\u8FD9\u9762\u5927\u5C4F\u662F\u4EC0\u4E48",type:"Text"},type:"Prompter"},{uuid:"4deb0587-7d57-4fee-30ed-4fdc7b0860e4",start:104277,end:106778,data:{text:"\u5B83\u662F\u4E00\u6B3E\u9ED1\u79D1\u6280\u2014\u2014VR\u667A\u80FD\u5927\u5C4F",type:"Text"},type:"Prompter"},{uuid:"00d161b1-fdea-4bef-c6bd-8030a9b8b570",start:106878,end:109217,data:{text:"\u201C\u5954\u8DD1\u4E24\u5C0F\u65F6,\u770B\u623F\u4E94\u5206\u949F\u201D",type:"Text"},type:"Prompter"},{uuid:"68ccb1d2-e755-4396-bd34-8f55ca3ea8e0",start:109317,end:111377,data:{text:"\u662F\u5F88\u591A\u4EBA\u771F\u5B9E\u7684\u770B\u623F\u5199\u7167",type:"Text"},type:"Prompter"},{uuid:"9e39bdee-b70a-41ad-8c59-0920cb63ed30",start:111477,end:113932,data:{text:"\u73B0\u5728\u5BA2\u6237\u4E0A\u95E8\u6211\u4EEC\u9996\u5148\u4E86\u89E3\u9700\u6C42",type:"Text"},type:"Prompter"},{uuid:"bc1b057a-4ee0-4940-ad0a-26eb68f5624f",start:114032,end:117415,data:{text:"\u7136\u540E\u5728VR\u5927\u5C4F\u4E0A\u4E3A\u5BA2\u6237\u5C55\u793A\u7B26\u5408\u8981\u6C42\u7684\u623F\u6E90",type:"Text"},type:"Prompter"},{uuid:"2430a276-93f5-4130-c501-50e6f3b5a449",start:117515,end:119180,data:{text:"\u771F\u5B9E\u8FD8\u539F\u623F\u5C4B\u7EC6\u8282",type:"Text"},type:"Prompter"},{uuid:"794bf9f6-fb9e-4d7e-7ab9-c80351ac78d3",start:119280,end:122013,data:{text:"\u8BA9\u5BA2\u6237\u5B9E\u73B0\u89C6\u89C9\u5728\u753B\u9762\u4E2D\u81EA\u7531\u6E38\u8D70",type:"Text"},type:"Prompter"},{uuid:"24d6ce8b-ebc4-4988-034a-3ec9072e2345",start:122113,end:125056,data:{text:"\u5982\u679C\u5BA2\u6237\u6EE1\u610F\uFF0C\u6211\u4EEC\u518D\u53BB\u5B9E\u5730\u5E26\u770B",type:"Text"},type:"Prompter"},{uuid:"0147dd29-25c1-418f-eab0-aabe918a4e0f",start:125156,end:126961,data:{text:"\u80FD\u591F\u6781\u5927\u63D0\u5347\u770B\u623F\u6548\u7387",type:"Text"},type:"Prompter"},{uuid:"906ce1ee-add3-4338-acaf-0bc759602981",start:127061,end:129470,data:{text:"\u518D\u5F80\u91CC\u9762\u8D70\uFF0C\u662F\u5458\u5DE5\u4F11\u606F\u533A",type:"Text"},type:"Prompter"},{uuid:"21674257-9d97-4683-2606-e07603ec22c4",start:129570,end:132071,data:{text:"\u4E5F\u53EF\u4EE5\u8BF4\u662F\u5458\u5DE5\u7684\u5F00\u653E\u5F0F\u529E\u516C\u533A",type:"Text"},type:"Prompter"},{uuid:"20d57f20-3d69-4ab5-3e1d-4b594f79a7de",start:132171,end:133859,data:{text:"\u5728\u8FD9\u91CC\u53EF\u4EE5\u5B89\u9759\u529E\u516C",type:"Text"},type:"Prompter"},{uuid:"5c8178a0-71d5-47b8-a863-cd2e04f8c8b3",start:133959,end:136460,data:{text:"\u4F11\u606F\u533A\u518D\u5F80\u91CC\u662F\u591A\u529F\u80FD\u4F11\u95F2\u533A",type:"Text"},type:"Prompter"},{uuid:"dd265f66-e1a5-4873-7111-5b4565114c83",start:136560,end:139015,data:{text:"\u770B\u4E66\u3001\u53F0\u7403\u3001\u4E52\u4E53\u7403\u4E00\u5385\u4E09\u7528",type:"Text"},type:"Prompter"},{uuid:"d66f5f7c-7bf5-43f2-d437-1003a43dff6a",start:139115,end:140200,data:{text:"\u8FD9\u4E2A\u4E52\u4E53\u7403\u53F0",type:"Text"},type:"Prompter"},{uuid:"e59e0688-6a40-4ee9-2fb5-b59f59d041c2",start:140300,end:142546,data:{text:"\u63D0\u8D77\u6765\u4E4B\u540E\u5C31\u4F1A\u53D8\u6210\u53F0\u7403\u684C",type:"Text"},type:"Prompter"},{uuid:"99fa63ef-7b12-4285-7d99-4f7e14592420",start:142646,end:144543,data:{text:"\u6211\u9F13\u52B1\u5C0F\u4F19\u4F34\u4EEC\u52B3\u9038\u7ED3\u5408",type:"Text"},type:"Prompter"},{uuid:"6cf6623d-be48-4add-5964-ebe5823dbf27",start:144643,end:147585,data:{text:"\u6240\u4EE5\u4F1A\u5C3D\u529B\u5728\u95E8\u5E97\u6253\u9020\u5458\u5DE5\u7684\u201C\u8212\u9002\u533A\u201D",type:"Text"},type:"Prompter"},{uuid:"3091e882-bc83-41f5-6eb8-e5fbb80b2df8",start:147685,end:149536,data:{text:"\u591A\u529F\u80FD\u533A\u57DF\u4FA7\u65B9\u662F\u4E66\u5427",type:"Text"},type:"Prompter"},{uuid:"728a40d3-d29c-4d17-4165-f852613d41f3",start:149636,end:150721,data:{text:"\u53EF\u4EE5\u770B\u4E66\u5145\u7535",type:"Text"},type:"Prompter"},{uuid:"54df8874-f8ab-48c8-2c49-0999451bd2a6",start:150821,end:152068,data:{text:"\u4E5F\u53EF\u4EE5\u653E\u7A7A\u51A5\u60F3",type:"Text"},type:"Prompter"},{uuid:"67d03050-ad1d-4d65-590a-4370db4d9991",start:152168,end:153578,data:{text:"\u518D\u6765\u770B\u4E00\u4E0B\u7B7E\u7EA6\u5BA4",type:"Text"},type:"Prompter"},{uuid:"4f454854-12d5-4828-3255-69c2f552946c",start:153678,end:155622,data:{text:"\u7B7E\u7EA6\u5BA4\u53EF\u4EE5\u5BB9\u7EB3\u5341\u4E8C\u4E2A\u4EBA",type:"Text"},type:"Prompter"},{uuid:"a0a55818-a4ed-46ce-4338-2563248649de",start:155722,end:157225,data:{text:"\u9664\u4E86\u5BA2\u6237\u7B7E\u7EA6\u65F6\u7528",type:"Text"},type:"Prompter"},{uuid:"22cf6cb4-5465-42b8-5c75-aa1e28811ec9",start:157325,end:160500,data:{text:"\u65E5\u5E38\u4F1A\u8BAE\u3001\u57F9\u8BAD\u6D3B\u52A8\u90FD\u53EF\u4EE5\u5728\u8FD9\u4E2A\u7A7A\u95F4\u8FDB\u884C",type:"Text"},type:"Prompter"},{uuid:"96068a33-ea7f-4e10-8342-707d799f79b0",start:160600,end:161987,data:{text:"\u8FD9\u4E5F\u662F\u5927\u5E97\u7684\u4F18\u52BF",type:"Text"},type:"Prompter"},{uuid:"f9e3976f-203d-414d-18a9-23dedd89c20f",start:162087,end:163938,data:{text:"\u901A\u8FC7\u5B9A\u671F\u7CFB\u7EDF\u6027\u57F9\u8BAD",type:"Text"},type:"Prompter"},{uuid:"6b463257-0d4c-469b-d11d-1d1a123c454e",start:164038,end:165332,data:{text:"\u8BA9\u65B0\u4EBA\u8301\u58EE\u6210\u957F",type:"Text"},type:"Prompter"},{uuid:"9190706f-41a2-40d6-2e15-311ee0027a80",start:165432,end:167492,data:{text:"\u7B7E\u7EA6\u5BA4\u7684\u5916\u5899\u4E5F\u662F\u6587\u5316\u5899",type:"Text"},type:"Prompter"},{uuid:"7d5c1cf5-2d6f-42e9-eee4-f6b4a5772cd0",start:167592,end:169652,data:{text:"\u4E3A\u4E86\u6700\u5927\u5316\u6316\u6398\u65B0\u4EBA\u7684\u6F5C\u80FD",type:"Text"},type:"Prompter"},{uuid:"00de4d50-b5af-4d32-df04-b0135fb6d30b",start:169752,end:171487,data:{text:"\u6211\u4F1A\u4E3B\u52A8\u548C\u65B0\u4EBA\u63A5\u89E6",type:"Text"},type:"Prompter"},{uuid:"e218966f-0a5d-4126-004a-9f92aec88e2c",start:171587,end:173252,data:{text:"\u53D1\u73B0\u4ED6\u4EEC\u8EAB\u4E0A\u7684\u95EA\u5149\u70B9",type:"Text"},type:"Prompter"},{uuid:"1db42aae-6ac0-45a3-0a9f-5730b8323fcd",start:173352,end:176201,data:{text:"\u4ECE\u4E2D\u6811\u7ACB\u4F18\u79C0\u7684\u6807\u6746\u5728\u95E8\u5E97\u8FDB\u884C\u5BA3\u4F20",type:"Text"},type:"Prompter"},{uuid:"5964828d-c580-405e-47af-c37cf008b22b",start:176301,end:179545,data:{text:"\u5206\u522B\u6709\u4E1A\u7EE9\u6807\u6746\u3001\u4EF7\u503C\u89C2\u6807\u6746\u548C\u6587\u5316\u6807\u6746",type:"Text"},type:"Prompter"},{uuid:"5da47b79-ce6e-40a5-b1ae-6a4d4076b201",start:179645,end:182030,data:{text:"\u6587\u5316\u5899\u6B63\u5BF9\u7684\u662F\u96C6\u4E2D\u529E\u516C\u533A\u57DF",type:"Text"},type:"Prompter"},{uuid:"d29c8b23-cd62-4a58-aa1d-59d0ba3f39df",start:182130,end:186419,data:{text:"\u623F\u4EA7\u7ECF\u7EAA\u4EBA\u804C\u4E1A\u65E9\u5DF2\u4E0D\u662F\u9760\u8DD1\u817F\u3001\u6253\u7535\u8BDD\u6362\u53D6\u4E1A\u7EE9\u7684\u804C\u4E1A",type:"Text"},type:"Prompter"},{uuid:"4ec9faa9-5780-4a4d-c0f2-c2180dd4c4ba",start:186519,end:190367,data:{text:"\u6211\u4EEC\u9700\u8981\u501F\u52A9\u8D1D\u58F3\u63D0\u4F9B\u7684\u7EBF\u4E0A\u5DE5\u5177\u7BA1\u7406\u623F\u6E90\u5BA2\u6E90\u4FE1\u606F",type:"Text"},type:"Prompter"},{uuid:"1e5e0163-3c32-416e-5fd6-3dfa7bcee00f",start:190467,end:192248,data:{text:"\u89C4\u8303\u5316\u3001\u6D41\u7A0B\u5316\u4F5C\u4E1A",type:"Text"},type:"Prompter"},{uuid:"232052ba-47ca-4f07-0ed3-f0693a740a61",start:192348,end:196126,data:{text:"\u6240\u4EE5\u6211\u4F1A\u4E3A\u6BCF\u4E00\u540D\u5458\u5DE5\u914D\u5907\u7B14\u8BB0\u672C\u6216\u8005\u53F0\u5F0F\u7535\u8111",type:"Text"},type:"Prompter"},{uuid:"87df17c4-cc0f-41e0-fa01-7a58b00d8a36",start:196226,end:199006,data:{text:"\u518D\u5F80\u524D\u8D70\u662F\u7ECF\u7406\u529E\u516C\u5BA4\u548C\u8D22\u52A1\u5BA4",type:"Text"},type:"Prompter"},{uuid:"eae26a0c-d7ce-4c55-dbfd-8489222c05cb",start:199106,end:200446,data:{text:"\u8FD9\u8FB9\u4E5F\u662F\u6587\u5316\u5899",type:"Text"},type:"Prompter"},{uuid:"2449b4d6-501f-4c6d-ad0d-32cc262f8608",start:200546,end:202327,data:{text:"\u8BB0\u5F55\u4E86\u95E8\u5E97\u7684\u70B9\u70B9\u6EF4\u6EF4",type:"Text"},type:"Prompter"},{uuid:"60b31972-9429-41ee-714d-c8e94a98db81",start:202427,end:205393,data:{text:"\u6BCF\u4E00\u4EFD\u8363\u8A89\u3001\u6BCF\u4E00\u6B21\u56E2\u5EFA\u3001\u6BCF\u4E00\u671F\u57F9\u8BAD",type:"Text"},type:"Prompter"},{uuid:"5b8c1c36-d51f-4df4-0c2d-3b515a6adfee",start:205493,end:206717,data:{text:"\u90FD\u4F1A\u5C55\u793A\u5728\u8FD9\u91CC",type:"Text"},type:"Prompter"},{uuid:"11def882-b844-4d94-07de-a8d63781fb25",start:206817,end:208668,data:{text:"\u6211\u4EEC\u7684\u5E97\u662F\u4E00\u4E2A\u6709\u7231\u7684\u56E2\u961F",type:"Text"},type:"Prompter"},{uuid:"2a7d1d8d-0cd6-46f7-02a9-d728ef8e20dd",start:208768,end:210828,data:{text:"\u201C\u5BF9\u7ECF\u7EAA\u4EBA\u597D\u201D\u662F\u6211\u7684\u7528\u5DE5\u7406\u5FF5",type:"Text"},type:"Prompter"},{uuid:"cd70bcfc-a54d-4ad2-b833-b3815af4fe9b",start:210928,end:212988,data:{text:"\u8D70\u5728\u95E8\u5E97\u91CC\u6211\u7ECF\u5E38\u601D\u8003",type:"Text"},type:"Prompter"},{uuid:"2d789507-713a-4640-3730-81ac16c03c6c",start:213088,end:215543,data:{text:"\u600E\u4E48\u80FD\u8BA9\u5458\u5DE5\u4EEC\u50CF\u5728\u5BB6\u4E00\u822C\u8212\u9002",type:"Text"},type:"Prompter"},{uuid:"4d8060e1-b2f9-4dba-943a-7cf73f2ab030",start:215643,end:217308,data:{text:"\u4E8E\u662F\u5C31\u6709\u4E86\u8FD9\u5957\u5458\u5DE5\u67DC",type:"Text"},type:"Prompter"},{uuid:"0e10450e-175e-4a46-ec71-da7c9ae23a5d",start:217408,end:220258,data:{text:"\u6BCF\u4EBA\u4E00\u4E2A\uFF0C\u65E2\u4FDD\u8BC1\u5145\u8DB3\u7684\u50A8\u5B58\u7A7A\u95F4",type:"Text"},type:"Prompter"},{uuid:"1db16507-0c1c-4c8f-6f7f-ed9f9c9f1f48",start:220358,end:221977,data:{text:"\u8FD8\u80FD\u4FDD\u8BC1\u5DE5\u4F4D\u7684\u6574\u6D01",type:"Text"},type:"Prompter"},{uuid:"19bc0567-cc66-472c-481b-58ec8a64f1eb",start:222077,end:223301,data:{text:"\u9664\u4E86\u50A8\u7269\u67DC\u4E4B\u5916",type:"Text"},type:"Prompter"},{uuid:"4a3c01fa-e0e2-4604-776c-8c70f8991e5d",start:223401,end:225415,data:{text:"\u8FD9\u91CC\u8FD8\u8BBE\u6709\u5458\u5DE5\u81EA\u5DF1\u7684\u6C34\u5427",type:"Text"},type:"Prompter"},{uuid:"8b477eb7-452d-4bd9-b703-a981a689b622",start:225515,end:227691,data:{text:"\u6709\u996E\u6C34\u673A\u3001\u5FAE\u6CE2\u7089\u548C\u51B0\u7BB1",type:"Text"},type:"Prompter"},{uuid:"82c50a7e-0868-4464-58dc-f36a49d05e7b",start:227791,end:229317,data:{text:"\u6C34\u5427\u548C\u529E\u516C\u533A\u5206\u5F00",type:"Text"},type:"Prompter"},{uuid:"2c7f7ded-e44f-413f-0450-a52e4d821031",start:229417,end:231477,data:{text:"\u662F\u4E3A\u4E86\u5C0F\u4F19\u4F34\u5728\u5DE5\u4F5C\u95F4\u9699",type:"Text"},type:"Prompter"},{uuid:"bce4d35f-c88f-45c7-dba1-a21f69cba8a3",start:231577,end:233149,data:{text:"\u53EF\u4EE5\u8D77\u6765\u591A\u6D3B\u52A8\u6D3B\u52A8",type:"Text"},type:"Prompter"},{uuid:"352eabc5-35af-4e25-f8f5-d9241f213007",start:233249,end:235146,data:{text:"\u4EE5\u4E0A\u5C31\u662F\u95E8\u5E97\u7684\u57FA\u672C\u60C5\u51B5",type:"Text"},type:"Prompter"},{uuid:"50ef5685-b5a1-4e19-54e0-9271502cb835",start:235246,end:238072,data:{text:"\u5982\u679C\u60A8\u5BF9\u623F\u4EA7\u7ECF\u7EAA\u4EBA\u8FD9\u4EFD\u804C\u4E1A\u611F\u5174\u8DA3",type:"Text"},type:"Prompter"},{uuid:"883e92b3-ea04-4abe-6099-20a317808823",start:238172,end:240743,data:{text:"\u6211\u771F\u8BDA\u9080\u8BF7\u60A8\u6765\u5230\u6211\u7684\u95E8\u5E97\u5B9E\u5730\u8003\u5BDF",type:"Text"},type:"Prompter"},{uuid:"7068453e-b2cd-4736-9a27-cf98ff3dd791",start:240843,end:243669,data:{text:"\u8FD9\u662F\u4E00\u4EFD\u4ED8\u51FA\u5373\u6240\u5F97\u3001\u6210\u957F\u4E0D\u8BBE\u9650\u7684\u804C\u4E1A",type:"Text"},type:"Prompter"},{uuid:"84a4e247-c3e9-4a20-ae14-80c1567c96f2",start:243769,end:246944,data:{text:"\u53EF\u4EE5\u5F97\u5230\u4E13\u4E1A\u7684\u57F9\u8BAD\u3001\u516C\u6B63\u900F\u660E\u7684\u664B\u5347\u901A\u9053",type:"Text"},type:"Prompter"},{uuid:"e1ba1956-24b5-4afc-ca16-97c4747c4bb4",start:247044,end:248664,data:{text:"\u91D1\u724C\u54C1\u8D28\u96C7\u4E3B,\u503C\u5F97\u6258\u4ED8\uFF01",type:"Text"},type:"Prompter"},{uuid:"66b25387-00b6-4ca8-16b9-a2a5447cbfe9",type:"InfoPanel",start:233200,end:236200,parsed:!1,data:{url:"//vrlab-public.ljcdn.com/release/seesay/tools/4___35fe05bbba927f9dedee4de525d7394f.jpg",type:"Image"}},{uuid:"02fed567-054d-4f17-9051-dc63f7632cbe",type:"CameraMovement",start:0,end:2e3,parsed:!1,data:{effect:"Move",panoIndex:0,fov:120,mode:"Panorama",latitude:.04438022675004691,longitude:5.232986472982764}},{uuid:"1024856a-5809-4492-0af6-d0f28b1bb8fc",type:"CameraMovement",start:70300,end:71800,parsed:!1,data:{effect:"Move",panoIndex:10,fov:120,mode:"Panorama",latitude:.0030048662963554655,longitude:1.1385672815664698}},{uuid:"70fc7728-cd97-4b2c-1400-2651dc6044bf",type:"CameraMovement",start:102460,end:103950,parsed:!1,data:{effect:"Move",panoIndex:12,fov:102,mode:"Panorama",latitude:.09535367780803297,longitude:4.538265211748573}},{uuid:"d2784b77-93fc-4788-4d73-564c946e6272",type:"CameraMovement",start:152100,end:153600,parsed:!1,data:{effect:"Move",panoIndex:14,fov:102,mode:"Panorama",latitude:.13272445414646844,longitude:.5147689397444273}},{uuid:"f970f558-3c7a-42d0-ad46-9feb99f04ff6",type:"CameraMovement",start:165380,end:166880,parsed:!1,data:{effect:"Move",panoIndex:18,fov:120,mode:"Panorama",latitude:.010150394708099617,longitude:1.109313455794532}},{uuid:"2173534e-8d54-4197-bb79-a7244ccac6b4",type:"CameraMovement",start:199050,end:201050,parsed:!1,data:{effect:"Move",panoIndex:28,fov:120,mode:"Panorama",latitude:.09871290045418332,longitude:4.731142937321037}},{uuid:"00f378d7-3c72-4f68-32fb-6382069d30f0",type:"CameraMovement",start:240800,end:242300,parsed:!1,data:{effect:"Move",panoIndex:0,fov:120,mode:"Panorama",latitude:.04438022675004691,longitude:5.232986472982764}}]};function P(){const u=e.exports.useRef(!1),{show:a,play:t,hide:r,pause:d,load:p}=i(),f=C();return Object.assign(window,{$load:p,$show:a}),E("div",{className:"btns",children:E("button",{onClick:async()=>{if(!f){d(),r();return}a(),u.current?t():(u.current=!0,p(B))},children:f?"\u64AD\u653E":"\u6682\u505C"})})}export{P as A,D as V};
|