feat quickly
This commit is contained in:
@@ -2,10 +2,11 @@ package main
|
||||
|
||||
import (
|
||||
"embed"
|
||||
"quickly/backend"
|
||||
|
||||
"github.com/wailsapp/wails/v2"
|
||||
"github.com/wailsapp/wails/v2/pkg/options"
|
||||
"github.com/wailsapp/wails/v2/pkg/options/assetserver"
|
||||
"quickly/backend"
|
||||
)
|
||||
|
||||
//go:embed all:frontend/dist
|
||||
@@ -15,8 +16,8 @@ func main() {
|
||||
app := backend.NewApp()
|
||||
err := wails.Run(&options.App{
|
||||
Title: "Quickly 金牌助手",
|
||||
Width: 1024,
|
||||
Height: 768,
|
||||
Width: 1280,
|
||||
Height: 720,
|
||||
AssetServer: &assetserver.Options{
|
||||
Assets: assets,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user