mirror of
https://github.com/taigrr/wails.git
synced 2026-04-02 05:08:54 -07:00
105 lines
4.2 KiB
Plaintext
105 lines
4.2 KiB
Plaintext
---
|
||
sidebar_position: 99
|
||
---
|
||
|
||
# 荣誉墙
|
||
|
||
- [Lea Anthony](https://github.com/leaanthony) - 项目所有者,首席开发人员
|
||
- [Misitebao](https://github.com/misitebao) - 中文文档,Windows 测试,漏洞发现者
|
||
- [Travis McLane](https://github.com/tmclane) - 处理交叉编译相关工作, MacOS 平台的测试
|
||
- [Byron Chris](https://github.com/bh90210) - Linux 发行版指导,Linux 平台的测试
|
||
|
||
## 赞助商
|
||
|
||
<div
|
||
dangerouslySetInnerHTML={{
|
||
__html: `
|
||
<a href="https://github.com/sponsors/leaanthony" style="width:100px;">
|
||
<img src="/img/bronze%20sponsor.png" width="100"/>
|
||
</a>
|
||
<a href="https://github.com/snider" style="width:100px;">
|
||
<img src="https://github.com/snider.png?size=100" width="100"/>
|
||
</a>
|
||
<a href="https://github.com/codydbentley" style="width:100px">
|
||
<img src="https://github.com/codydbentley.png?size=100" width="100"/>
|
||
</a>
|
||
<br/>
|
||
<br/>
|
||
<a href="https://github.com/matryer" style="width:100px">
|
||
<img src="https://github.com/matryer.png" width="100"/>
|
||
</a>
|
||
<a href="https://www.jetbrains.com?from=Wails" style="width:100px">
|
||
<img src="/img/jetbrains-grayscale.png" width="100"/>
|
||
</a>
|
||
<a href="https://github.com/tc-hib" style="width:55px">
|
||
<img src="https://github.com/tc-hib.png?size=55" width="55"/>
|
||
</a>
|
||
<a href="https://github.com/picatz" style="width:50px">
|
||
<img src="https://github.com/picatz.png?size=50" width="50"/>
|
||
</a>
|
||
<a href="https://github.com/tylertravisty" style="width:50px">
|
||
<img src="https://github.com/tylertravisty.png?size=50" width="50"/>
|
||
</a>
|
||
<a href="https://github.com/akhudek" style="width:50px">
|
||
<img src="https://github.com/akhudek.png?size=50" width="50"/>
|
||
</a>
|
||
<a href="https://github.com/trea" style="width:50px">
|
||
<img src="https://github.com/trea.png?size=50" width="50"/>
|
||
</a>
|
||
<a href="https://github.com/LanguageAgnostic" style="width:55px">
|
||
<img src="https://github.com/LanguageAgnostic.png?size=55" width="55"/>
|
||
</a>
|
||
<a href="https://github.com/fcjr" style="width:55px">
|
||
<img src="https://github.com/fcjr.png?size=55" width="55"/>
|
||
</a>
|
||
<a href="https://github.com/nickarellano" style="width:60px">
|
||
<img src="https://github.com/nickarellano.png?size=60" width="60"/>
|
||
</a>
|
||
<a href="https://github.com/bglw" style="width:65px">
|
||
<img src="https://github.com/bglw.png?size=65" width="65"/>
|
||
</a>
|
||
<a href="https://github.com/jugglingjsons" style="width:50px">
|
||
<img src="https://github.com/jugglingjsons.png?size=50" width="50"/>
|
||
</a>
|
||
<a href="https://github.com/marcus-crane" style="width:65px">
|
||
<img src="https://github.com/marcus-crane.png?size=65" width="65"/>
|
||
</a>
|
||
<a href="https://github.com/bbergshaven" style="width:45px">
|
||
<img src="https://github.com/bbergshaven.png?size=45" width="45"/>
|
||
</a>
|
||
<a href="https://github.com/Gilgames000" style="width:45px">
|
||
<img src="https://github.com/Gilgames000.png?size=45" width="45"/>
|
||
</a>
|
||
<a href="https://github.com/ilgityildirim" style="width:50px">
|
||
<img src="https://github.com/ilgityildirim.png?size=50" width="50"/>
|
||
</a>
|
||
<a href="https://github.com/ondoki" style="width:65px">
|
||
<img src="https://github.com/ondoki.png?size=65" width="65"/>
|
||
</a>
|
||
<a href="https://github.com/questrail" style="width:50px">
|
||
<img src="https://github.com/questrail.png?size=50" width="50"/>
|
||
</a>
|
||
<a href="https://github.com/DonTomato" style="width:45px">
|
||
<img src="https://github.com/DonTomato.png?size=45" width="45"/>
|
||
</a>
|
||
`,
|
||
}}
|
||
/>
|
||
|
||
## 贡献者
|
||
|
||
import Contributors from "react-contributors";
|
||
|
||
<Contributors owner="wailsapp" repo="wails" />
|
||
|
||
## 特别提及
|
||
|
||
- [John Chadwick](https://github.com/jchv) - 他在 [go-webview2](https://github.com/jchv/go-webview2) 和
|
||
[go-winloader](https://github.com/jchv/go-winloader) 方面的出色工作使 Windows 版本成为可能。
|
||
- [Tad Vizbaras](https://github.com/tadvi) - 他的 winc 项目是走向纯粹的 Go Wails 的第一步。
|
||
- [Mat Ryer](https://github.com/matryer) - 寻求建议和支持。
|
||
- [Dustin Krysak](https://wiki.ubuntu.com/bashfulrobot) - 提供了巨大的的支持和反馈。
|
||
- [Justen Walker](https://github.com/justenwalker/) - 帮助解决 v2 上线要解决的问题。
|
||
- [Wang, Chi](https://github.com/patr0nus/) - DeskGap 项目对 Wails v2 的方向产生了巨大影响。
|
||
- [Serge Zaitsev](https://github.com/zserge) - 虽然 Wails 没有使用 Webview 项目,但它仍然是一个灵感来源。
|