diff --git a/README.md b/README.md new file mode 100644 index 0000000..58d17e8 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# btcore + +> 主要是进行搜索和下载管理 + +## 初始化环境 + +1. 克隆本仓库 +2. yarn 安装依赖 +3. 安装qbittorrent [download address](https://www.qbittorrent.org/download.php) +4. qbittorrent > web ui > web 用户界面打勾 > 对本地主机上的客户端跳过身份验证 ![template](./images/template.png) + +## 使用方法 + +> todo diff --git a/images/template.png b/images/template.png new file mode 100644 index 0000000..8054a8f Binary files /dev/null and b/images/template.png differ