增加授权验证

This commit is contained in:
nuknal
2024-12-12 14:44:44 +08:00
parent 1e738907c7
commit c37bd0908a
18 changed files with 1096 additions and 3 deletions

View File

@@ -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()
}