From f80ea181be931710675f6176e6662b2afa731232 Mon Sep 17 00:00:00 2001 From: ArvinLovegood Date: Wed, 16 Jul 2025 18:16:04 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=9B=B4=E6=96=B0=E5=BA=94=E7=94=A8?= =?UTF-8?q?=E6=A0=87=E9=A2=98=E6=B7=BB=E5=8A=A0=E2=80=9CAI=E8=B5=8B?= =?UTF-8?q?=E8=83=BD=E8=82=A1=E7=A5=A8=E5=88=86=E6=9E=90=E2=9C=A8=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 main.go 文件中更新了应用的标题 - 添加了 AI赋能股票分析 和 星星图标,提升应用吸引力 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 4e07c91..216fe34 100644 --- a/main.go +++ b/main.go @@ -123,7 +123,7 @@ func main() { // Create application with options err = wails.Run(&options.App{ - Title: "go-stock", + Title: "go-stock:AI赋能股票分析✨", Width: width * 4 / 5, Height: 900, MinWidth: minWidth,