chore: release v1.0.6

This commit is contained in:
yuding
2026-01-23 16:28:32 +08:00
parent 89ae01ffd7
commit 8786c41f02
2 changed files with 5 additions and 1 deletions

4
dist/index.d.ts vendored
View File

@@ -808,6 +808,10 @@ declare class EngineManager extends BaseManager {
getEngine(): any;
/** 相机回到初始位置 */
CameraGoHome(): void;
/** 暂停渲染 */
pauseRendering(): void;
/** 恢复渲染 */
resumeRendering(): void;
/**
* 激活测量模式
* @param mode 测量模式

View File

@@ -1,6 +1,6 @@
{
"name": "iflow-engine",
"version": "1.0.5",
"version": "1.0.6",
"description": "iFlow Engine SDK for Vue2, Vue3, React and HTML",
"main": "./dist/iflow-engine.umd.js",
"module": "./dist/iflow-engine.es.js",