From 3f024faf820153a6ae2931e7d2d1396453105b7e Mon Sep 17 00:00:00 2001 From: spark Date: Wed, 22 Jan 2025 12:21:43 +0800 Subject: [PATCH] =?UTF-8?q?feat(frontend):=20=E6=B7=BB=E5=8A=A0=20AI=20?= =?UTF-8?q?=E5=88=86=E6=9E=90=E5=BC=80=E5=85=B3=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在全局配置中获取 openAiEnable 状态 - 根据 openAiEnable 状态控制 AI 分析按钮的显示- 优化了组件的初始化逻辑,确保配置信息及时加载 --- frontend/src/components/stock.vue | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/stock.vue b/frontend/src/components/stock.vue index f508c83..a1be1a7 100644 --- a/frontend/src/components/stock.vue +++ b/frontend/src/components/stock.vue @@ -1,7 +1,7 @@