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}
)