feat: 添加了 imager 工具 package
refactor: 将 images 的获取分散到各个组件里面
This commit is contained in:
@@ -14,6 +14,10 @@ var (
|
||||
Cfg = &config{}
|
||||
)
|
||||
|
||||
const (
|
||||
DefaultWorkdir = "/root/hsv2-installation"
|
||||
)
|
||||
|
||||
var (
|
||||
StorageSizeReg = regexp.MustCompile(`^\d+(\.\d+)?[EPTGMK]i?$`)
|
||||
EmailReg = regexp.MustCompile(`^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$`)
|
||||
|
||||
Reference in New Issue
Block a user