docs: optimize english documents

This commit is contained in:
misitebao
2021-12-06 11:06:08 +08:00
parent 4c7a53b72b
commit 6dcee51940
2 changed files with 17 additions and 7 deletions
+8 -7
View File
@@ -7,17 +7,18 @@ sidebar_position: 2
This page serves as a list for community related links. Please submit a PR (click `Edit this page` at the bottom)
to submit links.
# Awesome Wails
## Awesome Wails
The [definitive list](https://github.com/wailsapp/wails) of links related to Wails.
The [definitive list](https://github.com/wailsapp/awesome-wails) of links related to Wails.
## Support Channels
- [Gophers Slack Channel](https://gophers.slack.com/messages/CJ4P9F7MZ/)
- [Gophers Slack Channel Invite](https://invite.slack.golangbridge.org/)
- [Github Issues](https://github.com/wailsapp/wails/issues)
- [v2 Beta Discussion Board](https://github.com/wailsapp/wails/discussions/828)
- [Gophers Slack Channel](https://gophers.slack.com/messages/CJ4P9F7MZ/)
- [Gophers Slack Channel Invite](https://invite.slack.golangbridge.org/)
- [Github Issues](https://github.com/wailsapp/wails/issues)
- [v2 Beta Discussion Board](https://github.com/wailsapp/wails/discussions/828)
## Social Media
- [Twitter](https://twitter.com/wailsapp)
- [Twitter](https://twitter.com/wailsapp)
- [Wails Chinese Community QQ Group](https://qm.qq.com/cgi-bin/qm/qr?k=PmIURne5hFGNd7QWzW5qd6FV-INEjNJv&jump_from=webapi) - 群号:1067173054
+9
View File
@@ -36,6 +36,7 @@ func main() {
OnStartup: app.startup,
OnDomReady: app.domready,
OnShutdown: app.shutdown,
OnBeforeClose: app.beforeClose,
WindowStartState: options.Maximised,
Bind: []interface{}{
app,
@@ -315,6 +316,14 @@ Type: \*windows.Options
This defines [Windows specific options](#windows-specific-options).
### Mac
Name: Mac
Type: \*mac.Options
This defines [Mac specific options](#mac-specific-options).
## Windows Specific Options
### WebviewIsTransparent