iflow-engine 1.1.4 → 1.1.5

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.
@@ -29,10 +29,10 @@ export declare class EngineManager extends BaseManager {
29
29
  isInitialized(): boolean;
30
30
  /**
31
31
  * 加载模型
32
- * @param url 模型 URL
32
+ * @param urls 模型 URL 数组
33
33
  * @param options 加载选项
34
34
  */
35
- loadModel(url: string, options?: ModelLoadOptions): void;
35
+ loadModel(urls: string[], options?: ModelLoadOptions): void;
36
36
  /**
37
37
  * 获取底层引擎实例
38
38
  * @returns 引擎实例
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iflow-engine",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "iFlow Engine SDK for Vue2, Vue3, React and HTML",
5
5
  "main": "./dist/iflow-engine.umd.js",
6
6
  "module": "./dist/iflow-engine.es.js",