From 338e37119059a82b6789475c81b7f7f9feb8fa88 Mon Sep 17 00:00:00 2001 From: ArvinLovegood Date: Fri, 13 Jun 2025 15:48:01 +0800 Subject: [PATCH] =?UTF-8?q?feat(frontend):=E6=B7=BB=E5=8A=A0=E4=B8=AA?= =?UTF-8?q?=E8=82=A1=E7=A0=94=E6=8A=A5=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在前端新增 StockResearchReportList 组件,用于显示个股研报列表 - 在后端新增 StockResearchReport 接口和实现,获取个股研报数据- 在 App.d.ts 和 App.js 中添加相关函数声明和实现- 在 market.vue 中集成新增的个股研报功能 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0fe138e..be66232 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ | 不再强制依赖Chrome浏览器 | ✅ | 默认使用edge浏览器抓取新闻资讯 | ## 👀 更新日志 +### 2025.06.13 添加个股研报功能 ### 2025.06.12 添加龙虎榜功能,新增行业排名分类 ### 2025.05.30 优化股票分时图显示 ### 2025.05.20 修复财联社电报获取问题