From d3cf202c88681c0d7e3f8c5e8f5d242b9ef064c4 Mon Sep 17 00:00:00 2001 From: spark Date: Sun, 26 Jan 2025 11:44:50 +0800 Subject: [PATCH] =?UTF-8?q?feat(frontend):=20=E5=A2=9E=E5=8A=A0=20AI=20?= =?UTF-8?q?=E8=B5=8B=E8=83=BD=E8=82=A1=E7=A5=A8=E5=88=86=E6=9E=90=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 package.json 中添加 AI 赋能股票分析相关关键词 - 更新 settings.vue 中的 openAI 配置项,优化输入框类型和样式 - 在 wails.json 中添加 AI 赋能分析股票的说明 --- frontend/package.json | 2 +- frontend/package.json.md5 | 2 +- frontend/src/components/settings.vue | 6 +++--- wails.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 95e927d..7867005 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -20,6 +20,6 @@ "vfonts": "^0.0.3", "vite": "5.4.6" }, - "keywords": [], + "keywords": ["AI赋能股票分析","go-stock"], "author": "spark" } diff --git a/frontend/package.json.md5 b/frontend/package.json.md5 index 1dc8d82..b297aaa 100644 --- a/frontend/package.json.md5 +++ b/frontend/package.json.md5 @@ -1 +1 @@ -20ff7276b29c676c7bee1a293cbcff2b \ No newline at end of file +21651c02a381710ff84c03c3ee0a8235 \ No newline at end of file diff --git a/frontend/src/components/settings.vue b/frontend/src/components/settings.vue index 6b46267..ef0cf30 100644 --- a/frontend/src/components/settings.vue +++ b/frontend/src/components/settings.vue @@ -142,13 +142,13 @@ function sendTestNotice(){ - + - + - + diff --git a/wails.json b/wails.json index f42d28f..de5f4b4 100644 --- a/wails.json +++ b/wails.json @@ -14,6 +14,6 @@ "productName": "go-stock", "productVersion": "1.0.0", "copyright": "Copyright#sparkmemory@163.com", - "comments": "股票行情实时获取" + "comments": "股票行情实时获取,AI赋能分析股票" } }