mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2026-02-06 15:20:22 +00:00
⚡️ update reg
This commit is contained in:
@@ -3,6 +3,7 @@ package kanban
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/FloatTech/zbputils/control"
|
||||
"github.com/fumiama/go-registry"
|
||||
)
|
||||
|
||||
@@ -12,7 +13,7 @@ var (
|
||||
"* Version 1.6.0-beta1 - 2022-11-15 11:13:42 +0800 CST\n" +
|
||||
"* Copyright © 2020 - 2022 FloatTech. All Rights Reserved.\n" +
|
||||
"* Project: https://github.com/FloatTech/ZeroBot-Plugin"
|
||||
reg = registry.NewRegReader("reilia.fumiama.top:32664", "fumiama")
|
||||
reg = registry.NewRegReader("reilia.fumiama.top:32664", control.Md5File, "fumiama")
|
||||
)
|
||||
|
||||
// PrintBanner ...
|
||||
|
||||
Reference in New Issue
Block a user