Update README.md

This commit is contained in:
UnitedAirforce
2025-02-06 18:17:44 +08:00
committed by GitHub
parent b0eab60a01
commit 8e995e66db
+4 -4
View File
@@ -102,14 +102,14 @@ Type the following commands.
`pkg install python`
`pkg up ssl -y`
Use
`pip install ...`
to install `flask`, `passlib`, `pycryptodome`, `requests`.
If ssl errors pop up, you might need to ``pkg up ssl -y``.
Copy the server to phone, or upzip the server files on the phone. (Skip the iOS files if not needed, it takes up a lot of space)
change `config.py`'s `IP` to `127.0.0.1` (this is `loopback`. Feel free to use your android device's `IPv4` via `ifconfig` if you are connected to a WIFI, to enable the server to the entire network).
@@ -318,14 +318,14 @@ PC用文本编辑器打开服务器文件夹的 ```config.py```,将`IPV4`填
`pkg install python`
`pkg up ssl -y`
`pip install ...`
来安装 `flask`, `passlib`, `pycryptodome`, `requests`.
如果出现ssl问题,可能需要``pkg up ssl -y``.
将服务器拷到手机上,或者在手机上解压服务器文件。(如不需要iOS文件,就省点手机空间,别拷贝ios的东西了)
修改 `config.py` 的 `IP` 至 `127.0.0.1` (这是 `本地回环`。如果连接了WIFI,可以使用`ifconfig` 获取手机的 `IPv4` 并填入,以在整个网络下支持私服).