SCMS(Construction Comprehensive Management System)是一个基于Spring Boot + Vue 3技术栈的施工综合管理系统,包含客户管理、项目管理、合同管理等功能。
git clone git@github.com:wst3050469/jinmo.git
cd jinmojinmo/
├── .github/workflows/ # GitHub Actions 工作流
├── scripts/ # 部署和工具脚本
├── assets/ # SSH密钥和资源文件
├── tools/ # 云存储工具
├── logs/ # 日志目录
└── docs/ # 项目文档
-
克隆仓库
git clone git@github.com:wst3050469/jinmo.git
-
创建功能分支
git checkout -b feature/new-feature
-
提交代码
git add . git commit -m "feat: 新功能描述" git push origin feature/new-feature
-
合并到主分支
git checkout main git merge feature/new-feature git push origin main
-
创建版本标签
git tag -a v1.0.1 -m "版本说明" git push origin v1.0.1 -
通知部署AI
- 通过知识库
yongyi_system_docs标记[部署]
- 通过知识库
-
下载最新代码
git pull origin main
-
查看变更
git log -1
-
部署到服务器
bash scripts/deploy-backend.sh bash scripts/deploy-frontend.sh
-
验证部署结果
- 开发AI-Git使用指南.md - 详细的Git使用指南
- 开发AI-Git快速参考卡片.md - 常用命令速查
- Git仓库协同方案-非技术版.md - 非技术人员阅读的Git方案说明
- Git仓库协同方案-技术详细版.md - 技术实现细节
- Git协同快速开始指南.md - 5分钟快速上手
- Git仓库初始化完成报告.md - 初始化完成报告
- 配置GitHub-SSH密钥指南.md - SSH密钥配置指南
- 云存储共享目录协同方案.md - 云存储协同方案
- 部署AI准备工作报告.md - 部署准备工作
- 部署AI状态检查报告.md - 部署状态检查
- scripts/init-git-repo.sh - Git仓库初始化脚本
- scripts/git-commit-helper.sh - 开发AI提交助手
- scripts/git-pull-helper.sh - 部署AI下载助手
- scripts/git-diff-helper.sh - 版本对比工具
- tools/upload-handover.ts - 云存储上传工具
- tools/download-handover.ts - 云存储下载工具
| 版本 | 日期 | 说明 |
|---|---|---|
| v1.0.0 | 2026-02-26 | 初始版本,Git仓库初始化完成 |
- GitHub仓库: https://github.com/wst3050469/jinmo
- 知识库:
yongyi_system_docs
- 项目所有者: wst3050469
- 开发AI: 扣子/PMO Agent
- 部署AI: Vibe Coding
- 部署通知: 知识库标记
[部署] - 开发通知: 知识库标记
[更新]
本项目为私有项目,仅供团队内部使用。
最后更新: 2026-02-26 当前版本: v1.0.0