Browse Source

目录结构调整

haojianlong 4 years ago
parent
commit
e3c226f3a0

+ 2 - 2
persagy-web-big/src/index.ts

@@ -46,8 +46,8 @@ import { SArrowPoly } from "./items/shape/SArrowPoly";
 import getJsonz from "./utils/getJsonz";
 import unzip from "./utils/unzip";
 import unzipBase64 from "./utils/unzipBase64";
-import { SPipeItem } from "./items/physicalWorldObject/SPipeItem";
-import { SEquipItem } from "./items/physicalWorldObject/SEquipItem";
+import { SPipeItem } from "./items/equip/SPipeItem";
+import { SEquipItem } from "./items/equip/SEquipItem";
 import { SSceneMaskItem } from "./items/SSceneMaskItem";
 import { ElementData } from "./types/ElementData";
 import { Legend } from "./types/Legend";

persagy-web-big/src/items/physicalWorldObject/SEquipItem.ts → persagy-web-big/src/items/equip/SEquipItem.ts


persagy-web-big/src/items/physicalWorldObject/SPipeItem.ts → persagy-web-big/src/items/equip/SPipeItem.ts