From 4c249f0806ee70013925f21e8b8616eb67b72449 Mon Sep 17 00:00:00 2001 From: ArvinLovegood Date: Fri, 21 Feb 2025 16:16:51 +0800 Subject: [PATCH] =?UTF-8?q?feat(wails.json):=20=E6=9B=B4=E6=96=B0=E8=BD=AF?= =?UTF-8?q?=E4=BB=B6=E5=A4=87=E6=B3=A8=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 comments 字段中添加了更多支持的 AI 平台和模型信息 - 补充了软件的 GitHub 发行地址 --- wails.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wails.json b/wails.json index 13d6cc5..c72e1e9 100644 --- a/wails.json +++ b/wails.json @@ -14,6 +14,6 @@ "productName": "go-stock", "productVersion": "1.0.0", "copyright": "Copyright#sparkmemory@163.com", - "comments": "股票行情实时获取,AI赋能分析股票" + "comments": "股票行情实时获取,AI赋能分析股票,支持DeepSeek,OpenAI, Ollama,LMStudio,AnythingLLM,硅基流动,火山方舟,阿里云百炼等平台或模型。软件发行版见GitHub:https://github.com/ArvinLovegood/go-stock" } }