mirror of
https://gitee.com/energye/energy.git
synced 2024-12-02 11:47:37 +08:00
U: demo webkit-bind-javascript
This commit is contained in:
parent
2314f48359
commit
bcea6346ca
@ -19,14 +19,12 @@ import (
|
|||||||
"github.com/energye/energy/v2/examples/crawling-web-pages/webkit-bind-javascript/implant"
|
"github.com/energye/energy/v2/examples/crawling-web-pages/webkit-bind-javascript/implant"
|
||||||
"github.com/energye/energy/v2/pkgs/assetserve"
|
"github.com/energye/energy/v2/pkgs/assetserve"
|
||||||
"github.com/energye/golcl/lcl"
|
"github.com/energye/golcl/lcl"
|
||||||
"github.com/energye/golcl/pkgs/libname"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
//go:embed resources
|
//go:embed resources
|
||||||
var resources embed.FS
|
var resources embed.FS
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
libname.LibName = "C:\\Users\\yanghy\\golcl\\liblclv2.dll"
|
|
||||||
lcl.DEBUG = true // 一些底层调用时错误会输出
|
lcl.DEBUG = true // 一些底层调用时错误会输出
|
||||||
//全局初始化 每个应用都必须调用的
|
//全局初始化 每个应用都必须调用的
|
||||||
cef.GlobalInit(nil, nil)
|
cef.GlobalInit(nil, nil)
|
||||||
|
Loading…
Reference in New Issue
Block a user