refactor: 重命名SDK为iflow-engine,使用npm包引入第三方引擎
- 将包名从 @fishdingding/bim-engine-sdk 改为 iflow-engine - 将构建输出文件从 bim-engine-sdk.*.js 改为 iflow-engine.*.js - 将全局变量从 LyzBimEngineSDK 改为 IflowEngine - 将第三方引擎SDK从本地引入改为npm包引入 (iflow-engine-base) - 移除本地 src/engine_base 目录,移至回收站 - 更新所有文档和demo中的引用
This commit is contained in:
2
demo-vue/src/vite-env.d.ts
vendored
2
demo-vue/src/vite-env.d.ts
vendored
@@ -9,7 +9,7 @@ declare module '*.vue' {
|
||||
// 声明全局 SDK 类型
|
||||
declare global {
|
||||
interface Window {
|
||||
LyzBimEngineSDK: {
|
||||
IflowEngine: {
|
||||
BimEngine: any;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user