更新文档
This commit is contained in:
parent
e3c3e0984b
commit
f946aac7d4
|
@ -6,6 +6,14 @@
|
||||||
然后查看报错内容截图并在[github](https://github.com/johlanse/study_xxqg/issues) 提交issue
|
然后查看报错内容截图并在[github](https://github.com/johlanse/study_xxqg/issues) 提交issue
|
||||||
```
|
```
|
||||||
|
|
||||||
|
+ ### 浏览器中登录不上怎么办?显示一个白条没反应
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
浏览器登录是使用的study_xxqg的配置文件中的账号密码,
|
||||||
|
是为了防止滥用,不是强国的账号密码,需要更改直接修改
|
||||||
|
config.yml文件然后重启就可以
|
||||||
|
```
|
||||||
|
|
||||||
+ ### windows下出现找不到浏览器的问题
|
+ ### windows下出现找不到浏览器的问题
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
|
|
@ -1,8 +1,11 @@
|
||||||
+ [配置参考](./config.md)
|
* [Study_xxqg](./start.md)
|
||||||
+ [推送参考](./push.md)
|
* [开始使用](./start.md)
|
||||||
+ [常见问题](./problem.md)
|
* [Windows运行](./windows/index)
|
||||||
|
* [linux运行](./linux/index)
|
||||||
## 使用<!-- {docsify-ignore} -->
|
* [源码运行](./custom/index)
|
||||||
|
* [推送配置](./push.md)
|
||||||
+ [Windows使用](./windows/index.md)
|
* [配置文件](./config.md)
|
||||||
+ [Linux使用](./linux/index.md)
|
* [跳板搭建](./scheme.md)
|
||||||
|
* [常见问题](./problem.md)
|
||||||
|
* [做出贡献](./contribute.md)
|
||||||
|
* [加群交流](./joinGroup.md)
|
|
@ -7,5 +7,16 @@
|
||||||
+ 打开config目录下的```confif.yml```文件,进行编辑,详情内容见[配置文件](../config.md)
|
+ 打开config目录下的```confif.yml```文件,进行编辑,详情内容见[配置文件](../config.md)
|
||||||
+ 再次进行运行```study_xxqg.exe```
|
+ 再次进行运行```study_xxqg.exe```
|
||||||
+ 使用浏览器打开```http://127.0.0.1:8080```
|
+ 使用浏览器打开```http://127.0.0.1:8080```
|
||||||
|
+ 推送配置请参考[推送](../push.md)
|
||||||
|
|
||||||
|
### 自定义浏览器位置
|
||||||
|
|
||||||
|
>windows默认调用系统的edge浏览器,调用目录**C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe**
|
||||||
|
>
|
||||||
|
> 若不存在该浏览器会自动尝试下载浏览器到目录下的tools文件夹下,当然也可以自定义配置浏览器位置
|
||||||
|
>
|
||||||
|
> 修改配置文件的**edge_path**选项即可配置,配置为配置可执行文件的路径
|
||||||
|
>
|
||||||
|
> 自定义浏览器支持chromium内核的系列浏览器,但是版本不能太高
|
||||||
|
>
|
||||||
|
> 例如,我的chrome.exe文件在D盘的browser文件夹下,配置为**D:/browser/chrome.exe**或者**D:\\\browser\\\chrome.exe**
|
Loading…
Reference in New Issue