Files
bancho.py/README_CN.md
2025-04-04 21:30:31 +09:00

24 lines
1.5 KiB
Markdown
Raw 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.

# bancho.py - 中文文档
[![Python 3.11+](https://img.shields.io/badge/python-3.11+-blue.svg)](https://www.python.org/downloads/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/osuAkatsuki/bancho.py/master.svg)](https://results.pre-commit.ci/latest/github/osuAkatsuki/bancho.py/master)
[![Discord](https://discordapp.com/api/guilds/748687781605408908/widget.png?style=shield)](https://discord.gg/ShEQgUx)
The English version: [[English]](https://github.com/osuAkatsuki/bancho.py/blob/master/README.md)
这是中文翻译哦~由 [hedgehog-qd](https://github.com/hedgehog-qd) 在根据原英语文档部署成功后翻译的。这里
我根据我当时遇到的问题补充了一些提示,如有错误请指正,谢谢!
bancho.py 是一个还在被不断维护的osu!后端项目,不论你的水平如何,都
可以去使用他来开一个自己的osu!私服!
这个项目最初是由 [Akatsuki](https://akatsuki.pw/) 团队开发的,我们的目标是创建一个非常容易
维护并且功能很丰富的osu!私服的服务端!
注意bancho.py是一个后端当你跟着下面的步骤部署完成后你可以正常登录
并游玩。这个项目自带api但是没有前端(就是网页),前端的话你也可以去看
他们团队开发的前端项目。
api文档(英语)<https://github.com/JKBGL/gulag-api-docs>
前端(guweb)<https://github.com/Varkaria/guweb>