|
|
03160da91f
|
个股论坛重做
|
2026-01-06 10:30:08 +08:00 |
|
|
|
d4366b041f
|
个股论坛重做
|
2026-01-06 10:25:12 +08:00 |
|
|
|
e1aa6bce66
|
个股论坛重做
|
2026-01-06 10:18:34 +08:00 |
|
|
|
a990a62fa5
|
个股论坛重做
|
2026-01-06 09:56:00 +08:00 |
|
|
|
12bf4c2f87
|
个股论坛重做
|
2026-01-06 08:13:01 +08:00 |
|
|
|
11db27d58d
|
概念板块重做
|
2026-01-05 19:16:42 +08:00 |
|
|
|
afa8be8112
|
概念板块重做
|
2026-01-05 18:17:35 +08:00 |
|
|
|
f761145a1a
|
概念板块重做
|
2026-01-05 16:47:05 +08:00 |
|
|
|
6fb2eb074a
|
概念板块重做
|
2026-01-05 15:09:20 +08:00 |
|
|
|
37fdfeb33d
|
概念板块重做
|
2026-01-05 15:06:35 +08:00 |
|
|
|
8eec3983dc
|
概念板块重做
|
2026-01-05 15:05:29 +08:00 |
|
|
|
f563422cf7
|
概念板块重做
|
2026-01-05 14:47:32 +08:00 |
|
|
|
c86b75afbd
|
概念板块重做
|
2026-01-05 14:31:09 +08:00 |
|
|
|
4a762b1a22
|
概念板块重做
|
2026-01-05 14:21:51 +08:00 |
|
|
|
2b40a5a598
|
概念板块重做
|
2026-01-05 14:13:30 +08:00 |
|
|
|
e6312981bc
|
概念板块重做
|
2026-01-05 14:11:25 +08:00 |
|
|
|
6864f8de39
|
概念板块重做
|
2026-01-05 13:52:57 +08:00 |
|
|
|
494b825c80
|
横向布局
|
2026-01-05 10:33:16 +08:00 |
|
|
|
1c6bdc31cb
|
横向布局
|
2026-01-05 08:18:48 +08:00 |
|
|
|
22daf4ad39
|
横向布局
|
2026-01-05 08:01:21 +08:00 |
|
|
|
15fea397e4
|
更新交易日
|
2026-01-02 19:29:40 +08:00 |
|
zdl
|
1e4924e34d
|
style(Auth): 登录弹窗改为黑金主题
- AuthModalManager: 使用 Ant Design Modal styles 属性设置黑金背景
- AuthFormContent: 表单组件使用内联样式实现黑金主题
- AuthHeader: 标题使用金色渐变效果
- VerificationCodeInput: 输入框和按钮黑金样式
- WechatRegister: 微信登录区域黑金样式
- AuthModal.less: 添加 placeholder 样式确保深色背景可见
主题色彩:
- 主金色: #D4AF37
- 背景渐变: #1A1A2E → #16213e → #0F0F1A
- 输入框背景: rgba(26, 26, 46, 0.8)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-30 16:46:04 +08:00 |
|
zdl
|
ddace54a9d
|
style: 统一个人中心按钮与投资日历按钮样式
- MenuButton 改为 colorScheme="blue" + variant="solid" + borderRadius="full"
- 移除未使用的 useColorModeValue 和 hoverBg 变量
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-30 15:59:58 +08:00 |
|
zdl
|
cc4ecf4c76
|
fix: 修复一级导航菜单展开时文字颜色消失问题
- 添加 getMenuButtonStyle 函数统一管理 MenuButton 样式
- 为所有 MenuButton 添加 _expanded 状态样式
- 菜单展开时保持浅色主题(背景 gray.100,文字 gray.700)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-30 10:24:47 +08:00 |
|
zdl
|
a929eabc7f
|
fix: 修复导航栏深色模式残留问题
- HomeNavbar: 移除 useColorModeValue,直接使用浅色值
- BrandLogo: 移除 useColorModeValue,品牌文字使用 gray.800
- DesktopNav: 移除 useColorModeValue,菜单按钮使用 gray.700
- DesktopNav: 所有 MenuList 添加白色背景和浅色边框
- DesktopNav: 所有 MenuItem 添加统一的浅色主题样式
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-29 18:53:16 +08:00 |
|
zdl
|
e714dc1dff
|
refactor: 移除深色模式支持,简化主题配置
- theme.js: 添加 config 配置强制使用浅色主题
- AppProviders.js: 移除冗余的 colorModeManager 配置
- 删除未使用的 Configurator 组件
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-29 18:11:41 +08:00 |
|
zdl
|
e9c9f1ba7c
|
feat(FlexScreen): Mock 模式下使用本地 Mock 数据替代 WebSocket
- constants.ts: 添加 IS_MOCK_MODE 常量,Mock 模式下跳过 WebSocket 连接
- useRealtimeQuote.ts: Mock 模式下生成本地行情数据并每 3 秒模拟更新
- 解决 Mock 模式下 WebSocket 连接失败的报错问题
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-29 18:11:41 +08:00 |
|
zdl
|
e75d363ab1
|
chore: 删除未使用的 tableData2.json (第11批)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-29 18:11:41 +08:00 |
|
zdl
|
517ba232c4
|
chore: 删除未使用的 Variables 文件 (第10批)
删除以下未被引用的文件:
- calendar.js / charts.js
- columnsData.js / general.js
- tableData1.json
这些文件仅被已废弃的 Pages 组件引用
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-29 18:11:40 +08:00 |
|
zdl
|
6fed1b40cd
|
chore: 删除未使用的 Hooks/Services/Utils 文件 (第9批)
删除以下未被引用的文件:
- usePostHog.js (已被 usePostHogRedux.js 替代)
- llmService.js
- debugEventService.js / eventBus.js / tradingTimeUtils.js
⚠️ 已恢复误删的 predictionMarketService.js
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-29 18:11:40 +08:00 |
|
zdl
|
8c2260cf44
|
chore: 删除未使用的 Tables 组件和 Hooks (第8批)
删除以下未被引用的文件:
- TablesProjectRow.js / TablesTableRow.js
- useDashboardEvents.js / useEventNotifications.js
- useFirstScreenMetrics.ts
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-29 18:11:40 +08:00 |
|
zdl
|
290e9c2dba
|
chore: 删除未使用的 Subscription 和 Tables 组件 (第7批)
删除以下未被引用的组件:
- SubscriptionModal.js
- BasicTable.js / DashboardTableRow.js
- SearchTable1.js / SearchTable2.js
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-29 18:11:40 +08:00 |
|
zdl
|
6e7d4e0096
|
chore: 删除未使用的组件文件 (第6批)
删除以下未被引用的组件:
- AuthNavbar.js / SettingsBar.js (Navbars)
- PostHogProvider.js
- RTLProvider.js
- Scrollbar.js
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-29 18:11:40 +08:00 |
|
zdl
|
051fb522c2
|
chore: 删除未使用的字体和组件文件 (第5批)
删除以下未被引用的文件:
- nucleo.woff / nucleo.woff2 (字体文件)
- AuthBackground.js / AuthFooter.js (Auth 组件)
- MiniLineChart.js (EventDetailPanel 组件)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-29 18:11:40 +08:00 |
|
zdl
|
1b9980d409
|
chore: 删除未使用的 CSS 和字体文件 (第4批)
删除以下未被引用的文件:
- svg-with-js.min.css
- v5-font-face.css / v5-font-face.min.css
- nucleo.eot / nucleo.ttf
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-29 18:11:40 +08:00 |
|
zdl
|
da97aa1e59
|
chore: 删除未使用的 CSS/SourceMap 文件 (第3批)
删除以下未被引用的文件:
- soft-design-system-pro.css.map
- soft-ui-dashboard.css.map
- solid.css / solid.min.css
- svg-with-js.css
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-29 18:11:39 +08:00 |
|
zdl
|
05af1985a2
|
chore: 删除未使用的 CSS 文件 (第2批)
删除以下未被引用的 CSS 文件:
- fontawesome.min.css
- nucleo-icons.css / nucleo-svg.css
- regular.css / regular.min.css
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-29 18:11:39 +08:00 |
|
zdl
|
0b70b42a38
|
chore: 删除未使用的 FontAwesome CSS 文件 (第1批)
删除以下未被引用的 CSS 文件:
- all.css / all.min.css
- brands.css / brands.min.css
- fontawesome.css
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-29 18:11:39 +08:00 |
|
|
|
d35762401a
|
增加主力数据
|
2025-12-29 17:19:12 +08:00 |
|
|
|
476a741ea5
|
增加主力数据
|
2025-12-29 16:32:21 +08:00 |
|
|
|
1716f9fc8c
|
增加主力数据
|
2025-12-29 16:23:37 +08:00 |
|
|
|
0e58af9f94
|
增加主力数据
|
2025-12-29 16:17:23 +08:00 |
|
zdl
|
a9cb60a12b
|
fix: EPS图例颜色改为绿色 & 公告类型编码格式处理
- ForecastReport/constants.ts: epsAvg 颜色从灰色改为绿色 #10B981
- AnnouncementsPanel.tsx: 添加 formatInfoType 函数处理原始编码格式
- 当 info_type 包含 || 分隔符时显示"公告"而非原始编码
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-29 10:54:58 +08:00 |
|
zdl
|
d9c1dd3658
|
fix(NewsEventsTab): 点击新闻事件在新标签页打开
- 将 navigate() 改为 window.open('_blank')
- 用户可以返回到新闻动态列表继续浏览
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-29 10:54:58 +08:00 |
|
zdl
|
596504d70c
|
fix(PePegChart): PEG 也添加单位"倍"
- Tooltip: PE 和 PEG 都显示单位"倍"
- Y 轴: PEG 轴名称改为 "PEG(倍)"
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-29 10:54:58 +08:00 |
|
zdl
|
8f97efa15d
|
fix(DetailTable): PE 和 PEG 指标添加单位"倍"
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-29 10:54:58 +08:00 |
|
zdl
|
50567229c9
|
fix(ForecastReport): 修复 EPS 和 PE/PEG 图表显示问题
- EpsChart: 将行业平均颜色从深灰改为亮灰色提高对比度
- EpsChart: 在 legend 中明确指定颜色
- PePegChart: 在 legend 中明确指定 PE 和 PEG 的颜色
- PePegChart: 增加右侧间距避免 PEG 轴数字被遮挡
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-29 10:54:58 +08:00 |
|
zdl
|
e5d9cf1f2e
|
fix(ForecastReport): 修复营收与利润趋势图表图例颜色不一致
- 在 legend.data 中明确指定各系列的颜色
- 营业总收入: 金色 (CHART_COLORS.income)
- 归母净利润: 橙金色 (CHART_COLORS.profit)
- 营收增长率: 翠绿色 (CHART_COLORS.growth)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-29 10:54:58 +08:00 |
|
|
|
325ca2b796
|
增加事件的分享功能
|
2025-12-28 22:53:40 +08:00 |
|
|
|
f35a5b4b47
|
修改concept
|
2025-12-28 13:42:57 +08:00 |
|