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 && (