mirror of
https://gitee.com/energye/energy.git
synced 2024-11-29 18:28:06 +08:00
U: demo devtools
This commit is contained in:
parent
f7b6f68727
commit
466b925353
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user