Skip to content

Commit

Permalink
fix: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Jan 15, 2022
1 parent 6b63988 commit 38224e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ dependencies {

### [MiraiSeleniumConfig.yml](src/main/kotlin/xyz/cssxsh/mirai/plugin/data/MiraiSeleniumConfig.kt)

* expires 驱动文件过期时间,默认一星期 (单位:天)
* user_agent 截图UA
* width 截图宽度
* height 截图高度
Expand All @@ -51,6 +52,7 @@ dependencies {
* log 启用日志文件
* browser 指定使用的浏览器: `Chrome`,`Chromium`,`Firefox`,`Edge`
* factory 指定使用的Factory: `ktor`,`netty`
* arguments 自定义 arguments, 可以尝试加入 `--no-sandbox`, `--disable-dev-shm-usage`, 解决兼容性问题

## 安装

Expand Down

0 comments on commit 38224e6

Please sign in to comment.