[fix] docs

This commit is contained in:
Lkeme 2022-12-15 18:22:30 +08:00
parent cc6d5c0399
commit f99fe54cd6
3 changed files with 5 additions and 7 deletions

View File

@ -38,8 +38,8 @@
## 🌟 临时通知
- [【master分支 版本2.x.x】](https://github.com/lkeme/BiliHelper-personal/tree/master) 功能缺失但不断开发中(提供基础功能)
- [【1.x.x分支 版本1.x.x】](https://github.com/lkeme/BiliHelper-personal/tree/1.x.x) 功能完整但不后续维护(当前推荐)
- [【master分支 版本2.x.x】](https://github.com/lkeme/BiliHelper-personal/tree/master) 功能陆续开发(当前推荐)
- [【1.x.x分支 版本1.x.x】](https://github.com/lkeme/BiliHelper-personal/tree/1.x.x) 功能完整(后续不再维护)
## 📌 公告通知

View File

@ -141,6 +141,8 @@ $ composer install
```shell script
$ php app.php
# 默认配置user
$ php app.php m:a
```
> 以下是`多账户多开方案`,单个账户可以无视
@ -148,9 +150,7 @@ $ php app.php
5. 复制一份profile/example配置文件夹修改账号密码即可
```shell script
# 默认配置user
$ php app.php m:a
# 默认配置 darling
# 默认配置 darling {darling}是配置文件名,可任意
$ php app.php darling m:a
# 如果写了用户参数 不带m:a 与上同等效果
$ php app.php darling

View File

@ -175,5 +175,3 @@ class ApiJury
}
}