Skip to content

wst3050469/jinmo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SCMS 施工综合管理系统

📋 项目简介

SCMS(Construction Comprehensive Management System)是一个基于Spring Boot + Vue 3技术栈的施工综合管理系统,包含客户管理、项目管理、合同管理等功能。

🚀 快速开始

克隆仓库

git clone git@github.com:wst3050469/jinmo.git
cd jinmo

项目结构

jinmo/
├── .github/workflows/    # GitHub Actions 工作流
├── scripts/              # 部署和工具脚本
├── assets/               # SSH密钥和资源文件
├── tools/                # 云存储工具
├── logs/                 # 日志目录
└── docs/                 # 项目文档

🔄 开发流程

开发AI(扣子/PMO Agent)

  1. 克隆仓库

    git clone git@github.com:wst3050469/jinmo.git
  2. 创建功能分支

    git checkout -b feature/new-feature
  3. 提交代码

    git add .
    git commit -m "feat: 新功能描述"
    git push origin feature/new-feature
  4. 合并到主分支

    git checkout main
    git merge feature/new-feature
    git push origin main
  5. 创建版本标签

    git tag -a v1.0.1 -m "版本说明"
    git push origin v1.0.1
  6. 通知部署AI

    • 通过知识库 yongyi_system_docs 标记 [部署]

部署AI(Vibe Coding)

  1. 下载最新代码

    git pull origin main
  2. 查看变更

    git log -1
  3. 部署到服务器

    bash scripts/deploy-backend.sh
    bash scripts/deploy-frontend.sh
  4. 验证部署结果

📚 文档

开发文档

项目文档

其他文档

🛠️ 工具脚本

Git工具

云存储工具

📊 版本信息

版本 日期 说明
v1.0.0 2026-02-26 初始版本,Git仓库初始化完成

🔗 链接

👥 团队成员

  • 项目所有者: wst3050469
  • 开发AI: 扣子/PMO Agent
  • 部署AI: Vibe Coding

📞 联系方式

  • 部署通知: 知识库标记 [部署]
  • 开发通知: 知识库标记 [更新]

📄 许可证

本项目为私有项目,仅供团队内部使用。


最后更新: 2026-02-26 当前版本: v1.0.0

About

金磨

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors