fix bugs
This commit is contained in:
parent
4eb5c18c9b
commit
142c961858
@ -5,7 +5,7 @@ export const zh = defineConfig({
|
||||
|
||||
themeConfig: {
|
||||
nav: [
|
||||
{ text: '用户指南', link: '/user_guide/client_docs' },
|
||||
{ text: '用户指南', link: '/user_guide/installation/ios' },
|
||||
{ text: '服务器指南', link: '/dev_guide/introduction' }
|
||||
],
|
||||
|
||||
|
@ -15,14 +15,14 @@ outline: deep
|
||||
需要先下载[ew](./installation/windows.md)二进制文件
|
||||
:::
|
||||
```
|
||||
ew.exe --enable-asset-server --port 8080 --path ./data/ --asset-port 8000 --asset-path ./asset/ --max_time 1736076211
|
||||
ew.exe --enable-asset-server --port 8080 --path ./data/ --asset-port 8000 --asset-path ./asset/ --max-time 1736076211
|
||||
```
|
||||
- Linux
|
||||
::: warning 注意
|
||||
需要先下载[ew](./installation/linux.md)二进制文件
|
||||
:::
|
||||
```
|
||||
./ew --enable-asset-server --port 8080 --path ./data/ --asset-port 8000 --asset-path ./asset/ --max_time 1736076211
|
||||
./ew --enable-asset-server --port 8080 --path ./data/ --asset-port 8000 --asset-path ./asset/ --max-time 1736076211
|
||||
```
|
||||
|
||||
### Docker
|
||||
|
@ -16,7 +16,7 @@ outline: deep
|
||||
### 运行ew
|
||||
在当前目录下使用命令行,以下是一个典型的运行示例:
|
||||
```
|
||||
./ew --port 8080 --path ./data/ --max_time 1736076211
|
||||
./ew --port 8080 --path ./data/ --max-time 1736076211
|
||||
```
|
||||
::: tip 注意
|
||||
具体的命令行参数可以在[环境变量和命令行参数](../variable-argument#variable)或者使用
|
||||
@ -66,7 +66,7 @@ cargo build --release
|
||||
### 运行ew
|
||||
在当前目录下使用命令行,以下是一个典型的运行示例:
|
||||
```
|
||||
./ew --port 8080 --path ./data/ --max_time 1736076211
|
||||
./ew --port 8080 --path ./data/ --max-time 1736076211
|
||||
```
|
||||
::: tip 注意
|
||||
具体的命令行参数可以在[环境变量和命令行参数](../variable-argument#variable)或者使用
|
||||
|
@ -16,7 +16,7 @@ outline: deep
|
||||
### 运行ew
|
||||
在当前目录下打开CMD或者PowerShell,以下是一个典型的运行示例:
|
||||
```
|
||||
ew.exe --port 8080 --path ./data/ --max_time 1736076211
|
||||
ew.exe --port 8080 --path ./data/ --max-time 1736076211
|
||||
```
|
||||
::: tip 注意
|
||||
具体的命令行参数可以在[环境变量和命令行参数](../variable-argument#variable)或者使用
|
||||
@ -58,7 +58,7 @@ cargo build --release
|
||||
### 运行ew
|
||||
在当前目录下打开CMD或者PowerShell,以下是一个典型的运行示例:
|
||||
```
|
||||
ew.exe --port 8080 --path ./data/ --max_time 1736076211
|
||||
ew.exe --port 8080 --path ./data/ --max-time 1736076211
|
||||
```
|
||||
::: tip 注意
|
||||
具体的命令行参数可以在[环境变量和命令行参数](../variable-argument#variable)或者使用
|
||||
|
@ -9,10 +9,7 @@ hero:
|
||||
actions:
|
||||
- theme: brand
|
||||
text: User guide
|
||||
link: /docs/en/user_guide/client_docs
|
||||
link: /docs/en/user_guide/installation/ios
|
||||
- theme: alt
|
||||
text: Server guide
|
||||
link: /docs/en/dev_guide/introduction
|
||||
|
||||
|
||||
|
||||
|
@ -3,29 +3,6 @@ outline: deep
|
||||
---
|
||||
# 游戏内使用说明 {#game-use}
|
||||
|
||||
## iOS准备工作 {#ios-prep}
|
||||
安装应用后需要进行一定的设置才可以进入游戏。
|
||||
|
||||
1. 打开手机设置,下滑找到APP。
|
||||
<div style="text-align: center;">
|
||||
<img src="https://llmp-oss.oss-cn-hongkong.aliyuncs.com/img/sif2-blog/10.png" style="height: 600px;" alt="设置"/>
|
||||
</div>
|
||||
2. 进入APP,下滑找到スクフェス2。
|
||||
<div style="text-align: center;">
|
||||
<img src="https://llmp-oss.oss-cn-hongkong.aliyuncs.com/img/sif2-blog/11.png" style="height: 600px;" alt="APP">
|
||||
</div>
|
||||
3. 进入スクフェス2,下滑找到Server URL和Assets URL。
|
||||
<div style="text-align: center;">
|
||||
<img src="https://llmp-oss.oss-cn-hongkong.aliyuncs.com/img/sif2-blog/12.png" style="height: 600px;" alt="スクフェス2">
|
||||
</div>
|
||||
4. 填入服务器网址和资源服务器网址。
|
||||
|
||||
::: danger 警告
|
||||
图片中的Server URL仅作为示例,使用时请咨询你的服主具体怎么填写
|
||||
:::
|
||||
|
||||
## 通用操作 {#general-use}
|
||||
|
||||
### 下载资源包时发生异常 {#assets-error}
|
||||

|
||||
因为Assets URL是国外CDN,中国大陆地区的访问链接不是很好
|
||||
|
@ -4,10 +4,6 @@ outline: deep
|
||||
# iOS
|
||||
本节介绍如何在iOS上安装sif2。
|
||||
|
||||
:::danger 警告
|
||||
目前已知仅iPhone11数字型号无法打开游戏内设置窗口,导致体验不佳,请使用此设备的玩家慎重考虑
|
||||
:::
|
||||
|
||||
:::tip 注意
|
||||
使用自己的id自签,每7天需要重新签名安装。
|
||||
|
||||
@ -15,7 +11,13 @@ outline: deep
|
||||
|
||||
服主为方便国内群侑游玩,已建立了私服,需要加QQ群:671605906。
|
||||
|
||||
服主提供开发者超级签服务,每个设备10rmb,可一年内免复签操作,需要加QQ群:765206475。
|
||||
服主提供开发者超级签服务,每个设备10rmb,可一年内免复签操作,数量有限,先到先得,需要加QQ群:765206475。
|
||||
:::
|
||||
|
||||
:::danger 警告
|
||||
已知部分iOS设备无法打开游戏内设置窗口,导致无法调整UI布局和Live效果,影响操作体验。
|
||||
|
||||
解决方案是先在任何一个能打开游戏内设置的账号,引继到这台无法打开设置的设备上。
|
||||
:::
|
||||
|
||||
### 安装包下载
|
||||
@ -23,7 +25,8 @@ outline: deep
|
||||
- [国际服](https://arasfon.ru/direct/lovelive/sif2/patched-clients/ios/sif2_gl.ipa)
|
||||
- [日服](https://arasfon.ru/direct/lovelive/sif2/patched-clients/ios/sif2_jp.ipa)
|
||||
:::tip 注意
|
||||
下面的安装以日服为例
|
||||
- 下面的安装以日服为例
|
||||
- 务必安装iTunes驱动
|
||||
:::
|
||||
|
||||
### 使用Sideloadly(IOS17+使用——7天需电脑重新签名) 推荐
|
||||
@ -47,3 +50,24 @@ com.bushiroad.lovelive.sif2
|
||||
|
||||
### 使用SideStore(IOS17+使用——7天手机自动续签)
|
||||
目前SideStore部分手机不可用,bug较多,暂不对应教程,可自行研究。
|
||||
|
||||
### iOS准备工作 {#ios-prep}
|
||||
安装应用后需要进行一定的设置才可以进入游戏。
|
||||
|
||||
1. 打开手机设置,下滑找到APP。
|
||||
<div style="text-align: center;">
|
||||
<img src="https://llmp-oss.oss-cn-hongkong.aliyuncs.com/img/sif2-blog/10.png" style="height: 600px;" alt="设置"/>
|
||||
</div>
|
||||
2. 进入APP,下滑找到スクフェス2。
|
||||
<div style="text-align: center;">
|
||||
<img src="https://llmp-oss.oss-cn-hongkong.aliyuncs.com/img/sif2-blog/11.png" style="height: 600px;" alt="APP">
|
||||
</div>
|
||||
3. 进入スクフェス2,下滑找到Server URL和Assets URL。
|
||||
<div style="text-align: center;">
|
||||
<img src="https://llmp-oss.oss-cn-hongkong.aliyuncs.com/img/sif2-blog/12.png" style="height: 600px;" alt="スクフェス2">
|
||||
</div>
|
||||
4. 填入服务器网址和资源服务器网址。
|
||||
|
||||
::: danger 警告
|
||||
图片中的Server URL仅作为示例,使用时请咨询你的服主具体怎么填写
|
||||
:::
|
@ -15,14 +15,14 @@ outline: deep
|
||||
需要先下载[ew](./installation/windows.md)二进制文件
|
||||
:::
|
||||
```
|
||||
ew.exe --enable-asset-server --port 8080 --path ./data/ --asset-port 8000 --asset-path ./asset/ --max_time 1736076211
|
||||
ew.exe --enable-asset-server --port 8080 --path ./data/ --asset-port 8000 --asset-path ./asset/ --max-time 1736076211
|
||||
```
|
||||
- Linux
|
||||
::: warning 注意
|
||||
需要先下载[ew](./installation/linux.md)二进制文件
|
||||
:::
|
||||
```
|
||||
./ew --enable-asset-server --port 8080 --path ./data/ --asset-port 8000 --asset-path ./asset/ --max_time 1736076211
|
||||
./ew --enable-asset-server --port 8080 --path ./data/ --asset-port 8000 --asset-path ./asset/ --max-time 1736076211
|
||||
```
|
||||
|
||||
### Docker
|
||||
|
@ -16,7 +16,7 @@ outline: deep
|
||||
### 运行ew
|
||||
在当前目录下使用命令行,以下是一个典型的运行示例:
|
||||
```
|
||||
./ew --port 8080 --path ./data/ --max_time 1736076211
|
||||
./ew --port 8080 --path ./data/ --max-time 1736076211
|
||||
```
|
||||
::: tip 注意
|
||||
具体的命令行参数可以在[环境变量和命令行参数](../variable-argument#variable)或者使用
|
||||
@ -66,7 +66,7 @@ cargo build --release
|
||||
### 运行ew
|
||||
在当前目录下使用命令行,以下是一个典型的运行示例:
|
||||
```
|
||||
./ew --port 8080 --path ./data/ --max_time 1736076211
|
||||
./ew --port 8080 --path ./data/ --max-time 1736076211
|
||||
```
|
||||
::: tip 注意
|
||||
具体的命令行参数可以在[环境变量和命令行参数](../variable-argument#variable)或者使用
|
||||
|
@ -16,7 +16,7 @@ outline: deep
|
||||
### 运行ew
|
||||
在当前目录下打开CMD或者PowerShell,以下是一个典型的运行示例:
|
||||
```
|
||||
ew.exe --port 8080 --path ./data/ --max_time 1736076211
|
||||
ew.exe --port 8080 --path ./data/ --max-time 1736076211
|
||||
```
|
||||
::: tip 注意
|
||||
具体的命令行参数可以在[环境变量和命令行参数](../variable-argument#variable)或者使用
|
||||
@ -58,7 +58,7 @@ cargo build --release
|
||||
### 运行ew
|
||||
在当前目录下打开CMD或者PowerShell,以下是一个典型的运行示例:
|
||||
```
|
||||
ew.exe --port 8080 --path ./data/ --max_time 1736076211
|
||||
ew.exe --port 8080 --path ./data/ --max-time 1736076211
|
||||
```
|
||||
::: tip 注意
|
||||
具体的命令行参数可以在[环境变量和命令行参数](../variable-argument#variable)或者使用
|
||||
|
@ -9,10 +9,7 @@ hero:
|
||||
actions:
|
||||
- theme: brand
|
||||
text: 用户指南
|
||||
link: user_guide/client_docs
|
||||
link: /user_guide/installation/ios
|
||||
- theme: alt
|
||||
text: 服务器指南
|
||||
link: dev_guide/introduction
|
||||
|
||||
|
||||
|
||||
link: /dev_guide/introduction
|
@ -3,29 +3,6 @@ outline: deep
|
||||
---
|
||||
# 游戏内使用说明 {#game-use}
|
||||
|
||||
## iOS准备工作 {#ios-prep}
|
||||
安装应用后需要进行一定的设置才可以进入游戏。
|
||||
|
||||
1. 打开手机设置,下滑找到APP。
|
||||
<div style="text-align: center;">
|
||||
<img src="https://llmp-oss.oss-cn-hongkong.aliyuncs.com/img/sif2-blog/10.png" style="height: 600px;" alt="设置"/>
|
||||
</div>
|
||||
2. 进入APP,下滑找到スクフェス2。
|
||||
<div style="text-align: center;">
|
||||
<img src="https://llmp-oss.oss-cn-hongkong.aliyuncs.com/img/sif2-blog/11.png" style="height: 600px;" alt="APP">
|
||||
</div>
|
||||
3. 进入スクフェス2,下滑找到Server URL和Assets URL。
|
||||
<div style="text-align: center;">
|
||||
<img src="https://llmp-oss.oss-cn-hongkong.aliyuncs.com/img/sif2-blog/12.png" style="height: 600px;" alt="スクフェス2">
|
||||
</div>
|
||||
4. 填入服务器网址和资源服务器网址。
|
||||
|
||||
::: danger 警告
|
||||
图片中的Server URL仅作为示例,使用时请咨询你的服主具体怎么填写
|
||||
:::
|
||||
|
||||
## 通用操作 {#general-use}
|
||||
|
||||
### 下载资源包时发生异常 {#assets-error}
|
||||

|
||||
因为Assets URL是国外CDN,中国大陆地区的访问链接不是很好
|
||||
|
@ -4,10 +4,6 @@ outline: deep
|
||||
# iOS
|
||||
本节介绍如何在iOS上安装sif2。
|
||||
|
||||
:::danger 警告
|
||||
目前已知仅iPhone11数字型号无法打开游戏内设置窗口,导致体验不佳,请使用此设备的玩家慎重考虑
|
||||
:::
|
||||
|
||||
:::tip 注意
|
||||
使用自己的id自签,每7天需要重新签名安装。
|
||||
|
||||
@ -15,7 +11,13 @@ outline: deep
|
||||
|
||||
服主为方便国内群侑游玩,已建立了私服,需要加QQ群:671605906。
|
||||
|
||||
服主提供开发者超级签服务,每个设备10rmb,可一年内免复签操作,需要加QQ群:765206475。
|
||||
服主提供开发者超级签服务,每个设备10rmb,可一年内免复签操作,数量有限,先到先得,需要加QQ群:765206475。
|
||||
:::
|
||||
|
||||
:::danger 警告
|
||||
已知部分iOS设备无法打开游戏内设置窗口,导致无法调整UI布局和Live效果,影响操作体验。
|
||||
|
||||
解决方案是先在任何一个能打开游戏内设置的账号,引继到这台无法打开设置的设备上。
|
||||
:::
|
||||
|
||||
### 安装包下载
|
||||
@ -23,7 +25,8 @@ outline: deep
|
||||
- [国际服](https://arasfon.ru/direct/lovelive/sif2/patched-clients/ios/sif2_gl.ipa)
|
||||
- [日服](https://arasfon.ru/direct/lovelive/sif2/patched-clients/ios/sif2_jp.ipa)
|
||||
:::tip 注意
|
||||
下面的安装以日服为例
|
||||
- 下面的安装以日服为例
|
||||
- 务必安装iTunes驱动
|
||||
:::
|
||||
|
||||
### 使用Sideloadly(IOS17+使用——7天需电脑重新签名) 推荐
|
||||
@ -47,3 +50,24 @@ com.bushiroad.lovelive.sif2
|
||||
|
||||
### 使用SideStore(IOS17+使用——7天手机自动续签)
|
||||
目前SideStore部分手机不可用,bug较多,暂不对应教程,可自行研究。
|
||||
|
||||
### iOS准备工作 {#ios-prep}
|
||||
安装应用后需要进行一定的设置才可以进入游戏。
|
||||
|
||||
1. 打开手机设置,下滑找到APP。
|
||||
<div style="text-align: center;">
|
||||
<img src="https://llmp-oss.oss-cn-hongkong.aliyuncs.com/img/sif2-blog/10.png" style="height: 600px;" alt="设置"/>
|
||||
</div>
|
||||
2. 进入APP,下滑找到スクフェス2。
|
||||
<div style="text-align: center;">
|
||||
<img src="https://llmp-oss.oss-cn-hongkong.aliyuncs.com/img/sif2-blog/11.png" style="height: 600px;" alt="APP">
|
||||
</div>
|
||||
3. 进入スクフェス2,下滑找到Server URL和Assets URL。
|
||||
<div style="text-align: center;">
|
||||
<img src="https://llmp-oss.oss-cn-hongkong.aliyuncs.com/img/sif2-blog/12.png" style="height: 600px;" alt="スクフェス2">
|
||||
</div>
|
||||
4. 填入服务器网址和资源服务器网址。
|
||||
|
||||
::: danger 警告
|
||||
图片中的Server URL仅作为示例,使用时请咨询你的服主具体怎么填写
|
||||
:::
|
Loading…
x
Reference in New Issue
Block a user