From b2b30cc54e0c8526992f59c2ef70365c9dfaa2ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BE=99=E5=A4=A7?= Date: Mon, 6 Apr 2026 16:21:47 +0800 Subject: [PATCH] =?UTF-8?q?v1.2.41=20=E4=BF=AE=E5=A4=8D=E4=B8=80=E5=B0=98?= =?UTF-8?q?=E7=9C=8B=E6=9D=BF=E6=98=BE=E7=A4=BA=E7=9C=9F=E5=AE=9E=E5=8F=91?= =?UTF-8?q?=E5=B8=83=E8=80=85=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- config/VERSION | 2 +- frontend/index.html | 2 +- frontend/src/pages/News.jsx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 50e400b..1ce7217 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.41 +VERSION=1.2.41 diff --git a/config/VERSION b/config/VERSION index a4f8462..1ce7217 100644 --- a/config/VERSION +++ b/config/VERSION @@ -1 +1 @@ -v1.2.41 +VERSION=1.2.41 diff --git a/frontend/index.html b/frontend/index.html index 0e59670..bf5cc5a 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -4,7 +4,7 @@ - 甲辰收藏 v0.0.0 + 甲辰收藏 v1.2.41 diff --git a/frontend/src/pages/News.jsx b/frontend/src/pages/News.jsx index 651c20d..402147d 100644 --- a/frontend/src/pages/News.jsx +++ b/frontend/src/pages/News.jsx @@ -473,7 +473,7 @@ export default function News() { {/* 创建日期 + 用户名 */}
- 📅 {formatDate(item.created_at)}  |  👤 {item.user_name || '匿名用户'} + 📅 {formatDate(item.created_at)}  |  👤 {(item.content && item.content.match(/发布者: (.+)/)?.[1]) || item.user_name || '匿名用户'}
{/* 号码特征 */} {features && (