feat:更新应用标题添加“AI赋能股票分析

- 在 main.go 文件中更新了应用的标题
- 添加了 AI赋能股票分析 和 星星图标,提升应用吸引力
This commit is contained in:
ArvinLovegood 2025-07-16 18:16:04 +08:00
parent f5c8f5d0ef
commit f80ea181be

View File

@ -123,7 +123,7 @@ func main() {
// Create application with options
err = wails.Run(&options.App{
Title: "go-stock",
Title: "go-stockAI赋能股票分析✨",
Width: width * 4 / 5,
Height: 900,
MinWidth: minWidth,