mirror of
https://ghfast.top/https://github.com/aeroxw/tick-stock-panel.git
synced 2026-09-12 21:24:16 +08:00
根因:配置弹窗 <AnimatePresence> 在主 return 内,而无数据的早期 return 分支没有渲染弹窗,导致新用户点按钮 showConfig=true 无组件响应。 - ConceptAnalysis: 早期 return 分支补上弹窗渲染 - IndustryAnalysis: 早期 return 分支补上配置按钮(原来缺失)+弹窗渲染 修复后新用户在两个页面点配置按钮均可正常弹出。