mirror of
https://gitee.com/energye/energy.git
synced 2024-12-01 19:27:43 +08:00
v1.0.0
This commit is contained in:
parent
408f6e6074
commit
62568eaa1d
12
README.md
12
README.md
@ -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
2
go.mod
@ -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
4
go.sum
@ -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=
|
||||
|
Loading…
Reference in New Issue
Block a user