chore(M00-A): 建立单仓库基线和参考清单

This commit is contained in:
Codex
2026-06-15 15:34:50 +08:00
commit 28613b2093
62 changed files with 5830 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
# 自助棋牌室系统
本仓库是 `panda/qipai.git` 的单一 Monorepo 工作区,固定 Windows 开发路径为 `D:\qipai`
## 固定约束
- 当前权威总纲:`V4.8.md`
- 固定远端:`ssh://git@git.txyundm.cn:2222/panda/qipai.git`
- 默认分支:`main`
- 生产域名:`https://api.txyundm.cn`
- 生产系统:Ubuntu Server 24.04 x86-64/amd64
- 部署方式:无 Docker,使用根目录 `setup.sh` 菜单式部署
## 目录
- `backend/`Fastify + TypeScript 后端 API
- `admin/`Vue3 后台管理端
- `miniapp/`:微信原生小程序
- `database/`:迁移、种子和兼容 SQL
- `deploy/`:部署说明、版本和生产配置模板
- `scripts/`Windows、WSL 和 Ubuntu 辅助脚本
- `docs/`:模块状态、开发日志、变更记录和验收文档
- `参考/`:只读参考资料,正式开发不得直接在其中二开