From 6f3fa9eca0fdd0da3c7b1ca2d7db17426d8b76ce Mon Sep 17 00:00:00 2001 From: Zhao Zuohong <1040110848@qq.com> Date: Sun, 4 Sep 2022 15:02:34 +0800 Subject: [PATCH] :memo: Update README.md --- README.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4e9c9a9..6452223 100644 --- a/README.md +++ b/README.md @@ -32,12 +32,12 @@ ServerTap 的默认设置是开启 KeyAuth,密钥为 `change_me`,可以直 如果脚本与 ServerTap 不在同一台机器上,或改变了 ServerTap 的端口号,可以通过以下参数调整: -| 参数 | 说明 | -| ------ | -------------------------------------------------- | -| --room | 直播房间号,**必须** | -| --host | ServerTap 的主机名,默认为 `127.0.0.1` | -| --port | ServerTap 的端口,默认为 `4567` | -| --key | ServerTap 的认证 Key,如果不设置认证则不需要此参数 | +| 参数 | 说明 | +| -------- | -------------------------------------------------- | +| `--room` | 直播房间号,**必须** | +| `--host` | ServerTap 的主机名,默认为 `127.0.0.1` | +| `--port` | ServerTap 的端口,默认为 `4567` | +| `--key` | ServerTap 的认证 Key,如果不设置认证则不需要此参数 | 脚本自带帮助: @@ -54,3 +54,9 @@ optional arguments: --port PORT ServerTap 的端口 --key KEY ServerTap 的认证信息 ``` + +## 致谢 + +- Creeper23456 提供了需求和使用的机会,并反馈了 bug; +- `.gitignore` 来自 [GitHub - github/gitignore: A collection of useful .gitignore templates](https://github.com/github/gitignore); +- 感谢 [GitHub - Nemo2011/bilibili-api: 哔哩哔哩常用 API 调用。支持视频、番剧、用户、频道、音频等功能。工具齐全。原储存库地址:https://github.com/MoyuScript/bilibili-api](https://github.com/Nemo2011/bilibili-api) 提供了方便的 B 站 API 调用。