# 模型管理和发布 **Repository Path**: ice-gl/tvt-model-manager-serve ## Basic Information - **Project Name**: 模型管理和发布 - **Description**: tvt生态下的模型管理和发布 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 1 - **Created**: 2025-07-14 - **Last Updated**: 2026-02-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 使用方法 可自行使用,也可直接对接 tvt区域三维编辑器 https://oss.icegl.cn/p/zone3Deditor/#/plugins/zone3Deditor/index 具体编辑器说明文档: https://docs.icegl.cn/docs/three-vue-tres/zoneeditor/modelserve.html ```shell # 安装依赖 yarn ``` ## 支持热更新的 ```shell # 生成config配置 node modeServeWatch.js -p ./models # 发布 服务 node modeServeWatch.js -serve -p ./models -port 4000 ``` ## 备注 - 内置的一些模型见网盘 https://pan.quark.cn/s/eb755abf0f9c 可以下载模型 放在对应目录即可 - 新增了支持MCP服务的配置发布