This commit is contained in:
杨红岩 2022-10-18 13:26:17 +08:00
parent 408f6e6074
commit 62568eaa1d
3 changed files with 10 additions and 8 deletions

View File

@ -12,11 +12,13 @@
>
> 支持 Windows_32、64 bits, Linux_x86_64 bits, MacOS_x86_64 bits
### CEF(105.3.39)二进制下载
* [Windows 32 bits](https://cef-builds.spotifycdn.com/cef_binary_105.3.39%2Bg2ec21f9%2Bchromium-105.0.5195.127_windows32.tar.bz2)
* [Windows 64 bits](https://cef-builds.spotifycdn.com/cef_binary_105.3.39%2Bg2ec21f9%2Bchromium-105.0.5195.127_windows64.tar.bz2)
* [Linux x86 64 bits](https://cef-builds.spotifycdn.com/cef_binary_105.3.39%2Bg2ec21f9%2Bchromium-105.0.5195.127_linux64.tar.bz2)
* [MacOS x86 64 bits](https://cef-builds.spotifycdn.com/cef_binary_105.3.39%2Bg2ec21f9%2Bchromium-105.0.5195.127_macosx64.tar.bz2)
### CEF(105.3.39)和Energy和二进制下载
| CEF | Energy |
|-----------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------|
| [Windows 32 bits](https://cef-builds.spotifycdn.com/cef_binary_105.3.39%2Bg2ec21f9%2Bchromium-105.0.5195.127_windows32.tar.bz2) | [Windows 32 bits](https://github.com/energye/energy/releases/download/untagged-cf913093ed82524dcacc/liblcl-105.0.5195.127_windows32.zip) |
| [Windows 64 bits](https://cef-builds.spotifycdn.com/cef_binary_105.3.39%2Bg2ec21f9%2Bchromium-105.0.5195.127_windows64.tar.bz2) | [Windows 64 bits](https://github.com/energye/energy/releases/download/untagged-cf913093ed82524dcacc/liblcl-105.0.5195.127_macosx64.zip) |
| [Linux x86 64 bits](https://cef-builds.spotifycdn.com/cef_binary_105.3.39%2Bg2ec21f9%2Bchromium-105.0.5195.127_linux64.tar.bz2) | [Linux x86 64 bits](https://github.com/energye/energy/releases/download/untagged-cf913093ed82524dcacc/liblcl-105.0.5195.127_linux64.zip) |
| [MacOSX x86 64 bits](https://cef-builds.spotifycdn.com/cef_binary_105.3.39%2Bg2ec21f9%2Bchromium-105.0.5195.127_macosx64.tar.bz2) | [MacOSX x86 64 bits](https://github.com/energye/energy/releases/download/untagged-cf913093ed82524dcacc/liblcl-105.0.5195.127_macosx64.zip) |
### 入门指南
* [教程]()

2
go.mod
View File

@ -2,4 +2,4 @@ module github.com/energye/energy
go 1.18
require github.com/energye/golcl v0.0.0-20221006170558-3f7f584ba009
require github.com/energye/golcl v0.0.0-20221018025502-a9d0ea335869

4
go.sum
View File

@ -1,2 +1,2 @@
github.com/energye/golcl v0.0.0-20221006170558-3f7f584ba009 h1:0pqAGtOT+3ea4q7NA4GW7JJZSel9x9qjtbI0Qs7a7qY=
github.com/energye/golcl v0.0.0-20221006170558-3f7f584ba009/go.mod h1:8JYrNlYBZ+XbHA99DUWvj5CqIp8txgYvMjL7ipAtLDE=
github.com/energye/golcl v0.0.0-20221018025502-a9d0ea335869 h1:Ib1eTPRbLWOhxdf8Ibh+PiPriJLzz+BQtZfY0hNMBys=
github.com/energye/golcl v0.0.0-20221018025502-a9d0ea335869/go.mod h1:8JYrNlYBZ+XbHA99DUWvj5CqIp8txgYvMjL7ipAtLDE=