Skip to content

Commit fd81efd

Browse files
committed
fix: 修复错误路径
1 parent 7c09cdf commit fd81efd

File tree

1 file changed

+11
-17
lines changed

1 file changed

+11
-17
lines changed

src/api.ts

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -84,25 +84,19 @@ import {
8484
RsSeparateServiceApi,
8585
RsAudioServiceApi,
8686
RsTextureServiceApi,
87+
PluginContainerServiceApi,
88+
SceneServiceApi,
89+
RsLoopAnimationManagerApi,
90+
RsEnvironmentApi,
91+
RsTransformGroundApi,
92+
RsClickApi,
93+
RsLabelServiceApi,
94+
RsNodeMaterialManagerApi,
95+
RsMaterialServiceApi,
96+
RvNodeMaterialAnalyzerApi,
8797
} from 'next-flow-interface'
8898

8999
import type { FunctionComponent } from 'react'
90-
import PluginContainerServiceApi
91-
from "../../next-flow-interface/src/api/service/main/plugin/plugin-container-service-api";
92-
import sceneServiceApi from "../../next-flow-interface/src/api/service/main/scene/scene-service-api";
93-
import RsLoopAnimationManagerApi
94-
from "../../next-flow-interface/src/api/service/engine/animation/factory/loop/rs-loop-animation-manager-api";
95-
import RsEnvironmentApi from "../../next-flow-interface/src/api/service/engine/render/environment/rs-environment-api";
96-
import RsTransformGroundApi
97-
from "../../next-flow-interface/src/api/service/engine/render/environment/rs-transform-ground-api";
98-
import RsClickApi from "../../next-flow-interface/src/api/service/engine/render/click/rs-click-api";
99-
import RsLabelServiceApi from "../../next-flow-interface/src/api/service/engine/render/label/rs-label-service-api";
100-
import RsNodeMaterialManagerApi
101-
from "../../next-flow-interface/src/api/service/engine/render/material/node/rs-node-material-manager-api";
102-
import RsMaterialServiceApi
103-
from "../../next-flow-interface/src/api/service/engine/render/material/rs-material-service-api";
104-
import RvNodeMaterialAnalyzerApi
105-
from "../../next-flow-interface/src/api/service/sync/material/node/rv-node-material-analyzer-api";
106100

107101
export let rvLocationAttribute: RvLocationAttributeApi
108102
export let rvLabelAttribute: RvLabelAttributeApi
@@ -129,7 +123,7 @@ export let dialogService: DialogServiceApi
129123
export let nativeEventService: NativeEventServiceApi
130124
export let firstLoadModelService: FirstLoadModelServiceApi
131125
export let pluginContainerService: PluginContainerServiceApi
132-
export let sceneService: sceneServiceApi
126+
export let sceneService: SceneServiceApi
133127

134128
export let cameraConfigurationAnimation: CameraConfigurationAnimationApi
135129
export let cameraLocationAnimation: CameraLocationAnimationApi

0 commit comments

Comments
 (0)