U: demo devtools

This commit is contained in:
杨红岩 2024-08-12 17:10:07 +08:00
parent f7b6f68727
commit 466b925353

View File

@ -19,14 +19,12 @@ import (
"github.com/energye/energy/v2/pkgs/assetserve"
"github.com/energye/erod/examples/devtools/crawling"
"github.com/energye/golcl/lcl"
"github.com/energye/golcl/pkgs/libname"
)
//go:embed resources
var resources embed.FS
func main() {
libname.LibName = "C:\\Users\\Administrator\\golcl\\liblclv2.dll"
lcl.DEBUG = true // 一些底层调用时错误会输出
//全局初始化 每个应用都必须调用的
cef.GlobalInit(nil, nil)