️ update reg

This commit is contained in:
源文雨
2022-11-21 23:18:29 +08:00
parent 72b11c2717
commit 02992271a1
16 changed files with 54 additions and 48 deletions

View File

@@ -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 ...