build: 更新.gitignore并添加TailwindCSS和OpenAI依赖

This commit is contained in:
dmy
2026-01-14 01:10:48 +08:00
parent 6a9c52fe10
commit 571eea0f66
8 changed files with 1044 additions and 58 deletions

View File

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