🆕 新增指令插件,新增雷神加速器操作指令

This commit is contained in:
李寻欢
2023-12-20 15:42:50 +08:00
parent c40dbead3e
commit 5a1ede0646
8 changed files with 541 additions and 0 deletions

8
vo/leigod.go Normal file
View File

@@ -0,0 +1,8 @@
package vo
// LeiGodAccount
// @description: 雷神账号
type LeiGodAccount struct {
Account string `json:"account"` // 账号
Password string `json:"password"` // 密码
}