docs: update auth.md and add images

This commit is contained in:
Rong 2025-02-05 10:35:44 +08:00
parent a2f09d6ade
commit 2faec66065
5 changed files with 35 additions and 1 deletions

36
auth.md
View File

@ -1,3 +1,37 @@
# 玩家认证
服务器采用混合验证模式。
服务器采用混合验证模式。你可以使用我们的[皮肤站](https://auth.hfbz.net)或正版账号进入服务器。
### 正版账号
使用正版账号,你无需其他配置,在你的启动器中使用正版账号就行了。
### 外置登录(authlib-injector)
对于没有正版账号的玩家,直接使用离线模式是无法进入服务器的,只能用我们的皮肤站。下面是具体步骤:
#### 注册账号
打开[皮肤站](https://auth.hfbz.net),你会看到如下页面:
![注册页面](images/signup.png)
接下来,填入你的邮箱,设置密码,完成注册。
#### 登录配置
在皮肤站登录后,你会看到如下页面:
![登录1](images/signin1.png)
复制```https://auth.hfbz.net/api/yggdrasil```,然后打开你的启动器,接下来以```PCL2```为例进行配置。
打开启动器选择你需要的版本本服使用1.21.1),到这个页面,然后```版本设置-设置```
![登录2](images/signin2.png)
接着,往下翻,找到```服务器```一栏,像这样填写:
![登录3](images/signin3.png)
注册链接就是写皮肤站的网址,填写完成,然后返回首页登录皮肤站账号。填写邮箱及密码即可。```HMCL```以及其他启动器流程大致相同,如有疑问可以进群咨询,欢迎~

BIN
public/images/signin1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

BIN
public/images/signin2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

BIN
public/images/signin3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

BIN
public/images/signup.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB