feat: finished basic functio

This commit is contained in:
2024-11-26 19:40:57 +08:00
parent 8f9dd089bc
commit b2e3930c10
15 changed files with 561 additions and 29 deletions

View File

@@ -18,8 +18,8 @@ func main() {
// Create application with options
err := wails.Run(&options.App{
Title: "ncmdump-gui",
Width: 600,
Height: 400,
Width: 750,
Height: 500,
AssetServer: &assetserver.Options{
Assets: assets,
},