增加授权验证
This commit is contained in:
@@ -2,6 +2,8 @@ package main
|
||||
|
||||
import (
|
||||
_ "embed"
|
||||
|
||||
"starwiz.cn/sjy01/image-proc/license"
|
||||
)
|
||||
|
||||
//go:embed finals2000A.all
|
||||
@@ -11,5 +13,6 @@ var eopData []byte
|
||||
var eopp5Line []byte
|
||||
|
||||
func main() {
|
||||
license.VerifyLicense()
|
||||
rootCmd.Execute()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user