From ea6528b7f327a902953d772f95cac2a69e420c07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=B2=E8=BE=B0=E7=94=9F=E4=BA=A7?= Date: Tue, 14 Apr 2026 16:56:29 +0800 Subject: [PATCH] =?UTF-8?q?v1.2.93=20-=20=E6=88=90=E4=BA=A4=E8=A1=8C?= =?UTF-8?q?=E6=83=85=E5=88=97=E8=A1=A8=E4=BC=98=E5=8C=96=E3=80=81=E8=A1=8C?= =?UTF-8?q?=E6=83=85=E7=BC=96=E5=8F=B7=E6=A0=BC=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- config/VERSION | 2 +- frontend/src/pages/News.jsx | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 19838b2..60e5fb3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.92 +1.2.93 diff --git a/config/VERSION b/config/VERSION index 19838b2..60e5fb3 100644 --- a/config/VERSION +++ b/config/VERSION @@ -1 +1 @@ -1.2.92 +1.2.93 diff --git a/frontend/src/pages/News.jsx b/frontend/src/pages/News.jsx index 5d40d5d..6fc2f88 100644 --- a/frontend/src/pages/News.jsx +++ b/frontend/src/pages/News.jsx @@ -721,12 +721,14 @@ export default function News() {
¥{item.deal_price?.toLocaleString()}
- {/* 第二行:冠字号 | 评级机构 | 分数 */} + {/* 第二行:冠字号 | 评级机构 | 分数 | 平台 */}
{serial} | {gradingCompany && <>{gradingCompany}|} {grade} + | + {platform}
)