Screenshots
Example Usage
# 安装 Wails CLI(自动安装 Go 依赖)
go install github.com/wailsapp/wails/v2/cmd/wails@latest

# 安装前端依赖
cd frontend && npm install && cd ..