Skip to content

Commit

Permalink
docs: 修正微信二维码
Browse files Browse the repository at this point in the history
  • Loading branch information
rehiy committed Dec 13, 2023
1 parent dc88dbe commit 4ca1a7d
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,22 @@

## 开发说明

### 初始化开发环境

```shell
go env -w GO111MODULE=on
go env -w GOPROXY=https://goproxy.cn,direct
go mod tidy
```

### 启动开发服务

在项目目录运行 `serve.bat``./serve.sh`

### 编译为二进制

在项目目录运行 `build.bat``./build.sh`。你还可以下载 [稳定版](https://cloud.opentdp.org/files)

### 提交代码时请使用下面标识

- `feat` 新功能(feature)
Expand All @@ -67,24 +79,11 @@

> **v0.5.0** 起,`git commit` 描述请以 **标识+半角冒号+空格** 开头,即 `<type>: <subject>`
### 编译为二进制

在项目目录运行 `build.bat``./build.sh`。你还可以下载 [稳定版](https://cloud.opentdp.org/files)

### 额外参数设置

如果项目无法运行或编译,请尝试设置系统环境变量或临时环境变量

```shell
go env -w GO111MODULE=on
go env -w GOPROXY=https://goproxy.cn,direct
```

## 微信交流群

扫码添加开发者好友(请备注 `OpenTDP`,不备注可能无法通过好友申请)

![](http://docs.opentdp.org/static/weixin-qr.jpg)
![扫码加群](https://docs.opentdp.org/static/weixin-qr.jpg)

## 其他

Expand Down

0 comments on commit 4ca1a7d

Please sign in to comment.