version-1

This commit is contained in:
lzx
2025-11-26 11:39:20 +08:00
commit 789be70a53
16 changed files with 1182 additions and 0 deletions

8
internal/msg/config.go Normal file
View File

@@ -0,0 +1,8 @@
package message
type MiningConfig struct {
BzMinerPath string
LolMinerPath string
RigelPath string
ProxyEnabled bool
}