mirror of
https://github.com/ArvinLovegood/go-stock.git
synced 2025-07-19 00:00:09 +08:00
refactor(frontend):重构关于页面并添加作者信息
- 更新了 about.vue 页面布局和内容- 添加了作者信息和邮箱链接 - 移除了更新说明部分 - 调整了软件描述的样式和内容
This commit is contained in:
parent
9b080bbb45
commit
a580f9254a
@ -86,10 +86,10 @@ func (o OpenAi) NewChatStream(stock, stockCode string) <-chan string {
|
|||||||
"content": o.Prompt,
|
"content": o.Prompt,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
logger.SugaredLogger.Infof("Prompt:%s", o.Prompt)
|
||||||
|
|
||||||
wg := &sync.WaitGroup{}
|
wg := &sync.WaitGroup{}
|
||||||
wg.Add(5)
|
wg.Add(5)
|
||||||
|
|
||||||
go func() {
|
go func() {
|
||||||
defer wg.Done()
|
defer wg.Done()
|
||||||
messages := SearchStockPriceInfo(stockCode)
|
messages := SearchStockPriceInfo(stockCode)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user