docs(readme): update readme

This commit is contained in:
MingxuanGame
2025-08-28 14:28:49 +00:00
parent aa239a81fa
commit d5aaab480b
2 changed files with 29 additions and 2 deletions

View File

@@ -1,6 +1,12 @@
# g0v0-server
[English](./README.en.md) | 简体中文
[![Python 3.12+](https://img.shields.io/badge/python-3.12+-blue.svg)](https://www.python.org/downloads/)
![ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/GooGuTeam/g0v0-server/main.svg)](https://results.pre-commit.ci/latest/github/GooGuTeam/g0v0-server/main)
![license](https://img.shields.io/github/license/GooGuTeam/g0v0-server)
[![discord](https://discordapp.com/api/guilds/1404817877504229426/widget.png?style=shield)](https://discord.gg/AhzJXXWYfF)
简体中文 | [English](./README.en.md)
这是一个使用 FastAPI + MySQL + Redis 实现的 osu! API 模拟服务器,支持 osu! API v1, v2 和 osu!lazer 的绝大部分功能。
@@ -45,7 +51,6 @@ docker-compose -f docker-compose-osurx.yml up -d
使用[自定义的 osu!lazer 客户端](https://github.com/GooGuTeam/osu),或者使用 [LazerAuthlibInjection](https://github.com/MingxuanGame/LazerAuthlibInjection),修改服务器设置为服务器的 IP
## 更新数据库
参考[数据库迁移指南](https://github.com/GooGuTeam/g0v0-server/wiki/Migrate-Database)
@@ -58,6 +63,10 @@ docker-compose -f docker-compose-osurx.yml up -d
**如果是在公网环境下,请屏蔽对 `/_lio` 路径的外部请求**
## 文档
前往 [wiki](https://github.com/GooGuTeam/g0v0-server/wiki) 查看
## 许可证
MIT License