支持筛选、排序、批量操作
智能匹配,一键操作
完整的操作追踪
详细信息展示和管理
screenshots/ 目录
# 克隆项目
git clone https://github.com/FASUZO/PartShelf-V2.git
cd PartShelf-V2
# 启动服务
docker-compose up -d
# 访问应用
# http://localhost:8000
# 安装依赖
pip install -r requirements.txt
# 启动服务
uvicorn app.main:app --reload
# 访问应用
# http://localhost:8000
欢迎贡献代码、报告问题或提出建议!
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)