Merge pull request #3 from Lafcadia/patch-5

Update 常见问题.md
This commit is contained in:
Zaixu Zheng 2024-05-03 21:07:21 +08:00 committed by GitHub
commit e2917f875d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,17 +13,19 @@ Downloading mojang_x.x.x.jar
使用魔法就好啦! 使用魔法就好啦!
## cmd怎么使用魔法 ## 不会在命令行界面 (CMD / 终端 / Powershell) 使用魔法
如果是clash 在首页找服务模式 点管理 安装 然后开启tun模式 假定你使用的是 Clash在首页点击“服务模式”点击“管理”——“安装”然后“开启tun模式”。
cmd执行这两条 在命令行界面(一般情况下,一个黑 / 蓝框框)中执行这两条
```
set http_proxy=http:127.0.0.1:7890
set https_proxy=http:127.0.0.1:7890
```
其中7980是你的魔法道具设置的端口
输入之后仅对这个cmd有效`开启新的/关闭它`之后要重新输入 ```shell
set http_proxy=http://127.0.0.1:7890
set https_proxy=http://127.0.0.1:7890
```
其中 `7980` 是你使用的魔法道具设置的端口,若于实际不同,请替换。
注:输入之后仅对这个命令行窗口有效,`开启新的 / 关闭它`之后要重新输入
## You need to agree to the EULA in order to run the server ## You need to agree to the EULA in order to run the server
@ -31,9 +33,9 @@ set https_proxy=http:127.0.0.1:7890
## 怎么搜索字符 ## 怎么搜索字符
`Ctrl+F` 你的浏览器/文本编辑器(比如vscode)会蹦出来一个搜索框,可以用来搜索内容 `Ctrl+F`,你的浏览器 / 文本编辑器 (比如 VSCode) 会蹦出来一个搜索框,可以用来搜索文件 / 网页中的内容,这个快捷键几乎适用于所有软件。
如果你的浏览器没有弹出来搜索框 试试更换浏览器 chrome/edge/firefox 如果你的浏览器没有弹出搜索框,试试使用现代浏览器 (Chrome / Edge / Firefox)。
## 如何关闭服务器 ## 如何关闭服务器
@ -41,4 +43,4 @@ set https_proxy=http:127.0.0.1:7890
## 由于个人信息公钥丢失,聊天已被禁用 ## 由于个人信息公钥丢失,聊天已被禁用
`server.properties``enforce-secure-profile` 改为 `false` `server.properties``enforce-secure-profile` 改为 `false`