🆕 新增指令插件,新增雷神加速器操作指令
This commit is contained in:
8
vo/leigod.go
Normal file
8
vo/leigod.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package vo
|
||||
|
||||
// LeiGodAccount
|
||||
// @description: 雷神账号
|
||||
type LeiGodAccount struct {
|
||||
Account string `json:"account"` // 账号
|
||||
Password string `json:"password"` // 密码
|
||||
}
|
||||
Reference in New Issue
Block a user