mirror of
https://github.com/ArvinLovegood/go-stock.git
synced 2025-07-19 00:00:09 +08:00
feat:更新应用标题添加“AI赋能股票分析✨”
- 在 main.go 文件中更新了应用的标题 - 添加了 AI赋能股票分析 和 星星图标,提升应用吸引力
This commit is contained in:
parent
f5c8f5d0ef
commit
f80ea181be
2
main.go
2
main.go
@ -123,7 +123,7 @@ func main() {
|
|||||||
|
|
||||||
// Create application with options
|
// Create application with options
|
||||||
err = wails.Run(&options.App{
|
err = wails.Run(&options.App{
|
||||||
Title: "go-stock",
|
Title: "go-stock:AI赋能股票分析✨",
|
||||||
Width: width * 4 / 5,
|
Width: width * 4 / 5,
|
||||||
Height: 900,
|
Height: 900,
|
||||||
MinWidth: minWidth,
|
MinWidth: minWidth,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user