Files

25 lines
868 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 自助棋牌室系统
本仓库是 `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/`:模块状态、开发日志、变更记录和验收文档
- `参考/`:只读参考资料,正式开发不得直接在其中二开