🔧 Add configuration information and dependencies

This commit is contained in:
2025-04-23 00:17:25 +08:00
parent 598453076f
commit d774c641b4
31 changed files with 5350 additions and 188 deletions

View File

@@ -47,7 +47,9 @@ func main() {
// 'BackgroundColour' is the background colour of the window.
// 'URL' is the URL that will be loaded into the webview.
app.NewWebviewWindowWithOptions(application.WebviewWindowOptions{
Title: "Window 1",
Title: "voidraft",
Width: 500,
Height: 600,
Mac: application.MacWindow{
InvisibleTitleBarHeight: 50,
Backdrop: application.MacBackdropTranslucent,