统一模型库前端基础依赖

This commit is contained in:
zhangshun
2026-05-29 11:21:15 +08:00
parent 771e290fb9
commit 71496de8e3
9 changed files with 29015 additions and 75 deletions

View File

@@ -1,4 +1,4 @@
import { w2layout, w2ui } from "w2ui";
import { w2layout, w2ui } from "../../vendor/w2ui";
import { getCurrentUser, clearSession } from "../../services/authState";
import { loadFolders } from "./modules/folders";
import { bindModelActions } from "./modules/models";

View File

@@ -1,4 +1,4 @@
import { w2popup } from "w2ui";
import { w2popup } from "../../../vendor/w2ui";
import type { Object3D, PerspectiveCamera, Scene, Texture, WebGLRenderer } from "three";
import type { OrbitControls } from "three/examples/jsm/controls/OrbitControls.js";
import type { GLTFLoader } from "three/examples/jsm/loaders/GLTFLoader.js";