From 2841cec6f3239ac81237f0e954bf7e5524f49a64 Mon Sep 17 00:00:00 2001 From: zdl <3489966805@qq.com> Date: Thu, 25 Dec 2025 14:01:46 +0800 Subject: [PATCH] =?UTF-8?q?fix(Concept):=20=E4=BF=AE=E5=A4=8D=E6=9C=AA?= =?UTF-8?q?=E5=AF=BC=E5=85=A5=E7=9A=84=20react-icons=20=E5=9B=BE=E6=A0=87?= =?UTF-8?q?=E5=BC=95=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将 ConceptCenter 中遗留的 react-icons 图标替换为 lucide-react: - FaCube → BoxIcon - FaSitemap → Network - FaList → List - FaArrowUp/FaArrowDown → ArrowUp/ArrowDown - FaLock → Lock - FaHistory → History - FaChartLine → LineChart 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- src/views/Concept/index.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/views/Concept/index.js b/src/views/Concept/index.js index 8c8b1640..a4ff1976 100644 --- a/src/views/Concept/index.js +++ b/src/views/Concept/index.js @@ -983,7 +983,7 @@ const ConceptCenter = () => { animation={Math.abs(changePercent) > 5 ? `${pulseAnimation} 2s infinite` : 'none'} > 0 ? FaArrowUp : changePercent < 0 ? FaArrowDown : null} + as={changePercent > 0 ? ArrowUp : changePercent < 0 ? ArrowDown : null} boxSize={3} /> {formatChangePercent(changePercent)} @@ -1111,7 +1111,7 @@ const ConceptCenter = () => { @@ -1152,7 +1152,7 @@ const ConceptCenter = () => {