开源准备:重写 README 展示 UI/UX,更新模块路径

- 新增界面截图与 CONTRIBUTING.md
- README 以三栏布局、暗色主题、移动端等视觉亮点为主
- go module 迁移至 git.iioio.com/freefire/jiang13-forum

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
freefire
2026-06-15 21:15:51 +08:00
parent 99ae0ccdaa
commit b27289bbea
23 changed files with 327 additions and 149 deletions

46
CONTRIBUTING.md Normal file
View File

@@ -0,0 +1,46 @@
# 参与贡献
感谢你对姜十三论坛的关注!这是一个开源项目,欢迎提交 Issue 和 Pull Request。
## 开发环境
**要求:** Go 1.26+、Node.js 18+
```powershell
# Windows一键启动后端 + 前端热更新
.\build.ps1 -Target dev
# 浏览器访问 http://localhost:5173
```
```bash
# Linux / macOS
make dev
```
## 提交规范
- 一个 PR 只做一件事,保持 diff 小而清晰
- 前端改动请确认浅色 / 暗色主题下都正常
- 涉及 UI 变更时,建议在 PR 中附上截图
## 完整构建
发布单二进制前需先构建前端并 embed
```powershell
.\build.ps1 # Windows
make build # Linux / macOS
```
## 报告问题
在 [Issues](https://git.iioio.com/freefire/jiang13-forum/issues) 中描述:
1. 复现步骤
2. 期望行为 vs 实际行为
3. 环境信息系统、浏览器、Go/Node 版本)
4. 截图或日志(如有)
## 行为准则
请保持友善、尊重他人。骚扰、歧视或恶意行为不被容忍。