mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
Update sponsors
This commit is contained in:
parent
a7f1ea21ef
commit
4dd1be5252
4 changed files with 16 additions and 1 deletions
|
|
@ -194,6 +194,10 @@ This project is supported by these kind people / companies:
|
|||
<a href="https://github.com/CharlieGo88" style="width:55px">
|
||||
<img src="https://github.com/CharlieGo88.png?size=55" width="55"/>
|
||||
</a>
|
||||
<a href="https://github.com/Bironou" style="width:55px">
|
||||
<img src="https://github.com/Bironou.png?size=55" width="55"/>
|
||||
</a>
|
||||
|
||||
<span id="nav-6"></span>
|
||||
|
||||
## Installation
|
||||
|
|
@ -208,7 +212,7 @@ The installation instructions are on the [official website](https://wails.io/doc
|
|||
|
||||
Depends on your requirements. It's designed to make it easy for Go programmers to make lightweight desktop
|
||||
applications or add a frontend to their existing applications. Wails v2 does offer native elements such as menus
|
||||
and dialogs so it is becoming a lightweight electron alternative.
|
||||
and dialogs, so it is becoming a lightweight electron alternative.
|
||||
|
||||
- Who is this project aimed at?
|
||||
|
||||
|
|
|
|||
|
|
@ -204,6 +204,9 @@ Wails v2 已针对所有 3 个平台发布了 Beta 版。如果您有兴趣尝
|
|||
<a href="https://github.com/CharlieGo88" style="width:55px">
|
||||
<img src="https://github.com/CharlieGo88.png?size=55" width="55"/>
|
||||
</a>
|
||||
<a href="https://github.com/Bironou" style="width:55px">
|
||||
<img src="https://github.com/Bironou.png?size=55" width="55"/>
|
||||
</a>
|
||||
<span id="nav-6"></span>
|
||||
|
||||
## 安装
|
||||
|
|
|
|||
|
|
@ -101,6 +101,9 @@
|
|||
<a href="https://github.com/CharlieGo88" style="width:55px">
|
||||
<img src="https://github.com/CharlieGo88.png?size=55" width="55"/>
|
||||
</a>
|
||||
<a href="https://github.com/Bironou" style="width:55px">
|
||||
<img src="https://github.com/Bironou.png?size=55" width="55"/>
|
||||
</a>
|
||||
`,
|
||||
}}
|
||||
/>
|
||||
|
|
@ -110,6 +113,7 @@
|
|||
|
||||
|
||||
|
||||
|
||||
import Contributors from "@wails/react-contributors";
|
||||
|
||||
<Contributors owner="wailsapp" repo="wails" />
|
||||
|
|
|
|||
|
|
@ -101,6 +101,9 @@
|
|||
<a href="https://github.com/CharlieGo88" style="width:55px">
|
||||
<img src="https://github.com/CharlieGo88.png?size=55" width="55"/>
|
||||
</a>
|
||||
<a href="https://github.com/Bironou" style="width:55px">
|
||||
<img src="https://github.com/Bironou.png?size=55" width="55"/>
|
||||
</a>
|
||||
`,
|
||||
}}
|
||||
/>
|
||||
|
|
@ -110,6 +113,7 @@
|
|||
|
||||
|
||||
|
||||
|
||||
import Contributors from "@wails/react-contributors";
|
||||
|
||||
<Contributors owner="wailsapp" repo="wails" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue