首先进入go cqhttp的仓库 点击code,然后点击复制按钮 新建一个文件夹(一定要避免中文路径),然后在文件夹的地址栏中输入CMD回车(很重要)完成后就会弹出CMD窗口,之后在CMD窗口中输入:git clone https://github.com/Mrs4s/go-cqhttp.git(这就是刚刚在go cqhttp仓库中复制的地址)如果显示如下界面,就需要自行使...
go-cqhttp安装 一、 简介 1、 介绍 官方文档地址:https://docs.go-cqhttp.org/ 各种框架都只是机器人的各种实现,每个框架之间接口都不通用,编程语言也不尽相同,想要开发一个自己的机器人,换一套框架所有的代码都要推到重来,所以亟需一个规范统一各个框架,所以OneBo
根据你的搭建配置建议来弄。 (第一次用哔哩哔哩的代码块,不知道显示正不正常~) # go-cqhttp 默认配置文件 account:# 账号相关 uin:123456789#QQ账号 password:''# 密码为空时使用扫码登录 encrypt:false# 是否开启密码加密 relogin:# 重连设置 disabled:falsedelay:3# 重连延迟,单位秒 interval:0# 重连间隔 ma...
git config --global user.name userName git config --global user.email userEmail 使用HTTPS 协议时,命令行会出现如下账号密码验证步骤。基于安全考虑,Gitee 建议 配置并使用私人令牌 替代登录密码进行克隆、推送等操作 Username for 'https://gitee.com': userName Password for 'https://userName@gitee.com'...
- GO111MODULE=on version: 2 before: hooks: - go mod tidy @@ -69,13 +69,15 @@ changelog: archives: - id: binary format: tar.gz builds: - win name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}" format_overrides: - goos...
"github.com/Mrs4s/go-cqhttp/global" "github.com/Mrs4s/go-cqhttp/internal/base" "github.com/Mrs4s/go-cqhttp/internal/download" ) @@ -268,298 +259,4 @@ func fetchCaptcha(id string) string { return g.Get("ticket").String() } return "" } func energy(uin uint64, id string, _ st...
go-cqhttp环境配置 go-cqhttp安装 一、 简介 1、 介绍 官方文档地址:https://docs.go-cqhttp.org/ 各种框架都只是机器人的各种实现,每个框架之间接口都不通用,编程语言也不尽相同,想要开发一个自己的机器人,换一套框架所有的代码都要推到重来,所以亟需一个规范统一各个框架,所以OneBot 诞生了,先来看看OneBot 是...
"github.com/Mrs4s/go-cqhttp/global" "github.com/Mrs4s/go-cqhttp/internal/base" "github.com/Mrs4s/go-cqhttp/internal/download" ) @@ -268,298 +259,4 @@ func fetchCaptcha(id string) string { return g.Get("ticket").String() } return "" } func energy(uin uint64, id string, _ st...
"github.com/Mrs4s/go-cqhttp/global" "github.com/Mrs4s/go-cqhttp/internal/base" "github.com/Mrs4s/go-cqhttp/internal/download" ) @@ -268,298 +259,4 @@ func fetchCaptcha(id string) string { return g.Get("ticket").String() } return "" } func energy(uin uint64, id string, _ st...
# go-cqhttp 默认配置文件 account:# 账号相关 uin:123456789#QQ账号 password:''# 密码为空时使用扫码登录 encrypt:false# 是否开启密码加密 relogin:# 重连设置 disabled:falsedelay:3# 重连延迟,单位秒 interval:0# 重连间隔 max-times:0# 最大重连次数,0为无限制 ...