mirror of
https://github.com/postyizhan/NitWikit.git
synced 2024-12-15 08:10:37 +08:00
commit
e2917f875d
@ -13,17 +13,19 @@ Downloading mojang_x.x.x.jar
|
||||
|
||||
使用魔法就好啦!
|
||||
|
||||
## cmd怎么使用魔法
|
||||
如果是clash 在首页找服务模式 点管理 安装 然后开启tun模式
|
||||
## 不会在命令行界面 (CMD / 终端 / Powershell) 使用魔法
|
||||
假定你使用的是 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
|
||||
|
||||
@ -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`。
|
||||
|
Loading…
Reference in New Issue
Block a user