Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Jan 18, 2023
1 parent 2c88479 commit 1fb4944
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-plugin-gocqhttp",
"description": "go-cqhttp launcher for Koishi",
"version": "3.3.0",
"version": "3.3.1",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down
11 changes: 3 additions & 8 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# koishi-plugin-gocqhttp

[![npm](https://img.shields.io/npm/v/koishi-plugin-dice?style=flat-square)](https://www.npmjs.com/package/koishi-plugin-gocqhttp)
[![npm](https://img.shields.io/npm/v/koishi-plugin-gocqhttp?style=flat-square)](https://www.npmjs.com/package/koishi-plugin-gocqhttp)

此插件将自动下载 [go-cqhttp](https://github.com/Mrs4s/go-cqhttp),并在启动时自动运行,从而支持无需后端的 @koishijs/plugin-adapter-onebot

Expand All @@ -9,20 +9,15 @@
- [x] 扫描二维码登录
- [x] 手机短信验证码
- [x] captcha 图片
- [ ] 滑条验证
- [ ] 设置设备信息
- [x] 滑条验证
- [ ] 设置登录设备

## 安装

```sh
npm install koishi-plugin-gocqhttp
```

此插件在**安装时**支持以下环境变量:

- GITHUB_MIRROR:下载所用的 GitHub 镜像,默认为 https://github.com
- GOCQHTTP_VERSION:要使用的 go-cqhttp 版本,设置为 latest 则使用最新版本,当前默认为 v1.0.0-rc3

## 使用方法

要使用此插件,需要完成两步配置:
Expand Down

0 comments on commit 1fb4944

Please sign in to comment.