feat(blotter): replace board stats with changelog-backed blotter

Add static blotter snapshot, route /blotter, compact board blotter (Hide/Show All).
Include yarn blotter tooling and AGENTS rules so every changelog version has a
release line. 4chan-style table UI, subplebbit→board and plebchan→5chan in messages.
This commit is contained in:
plebeius
2026-02-22 19:37:49 +08:00
parent a13c72f888
commit 0cb7b1a970
54 changed files with 1180 additions and 430 deletions
+7 -8
View File
@@ -11,14 +11,7 @@
"whitepaper": "白皮书",
"token": "代币",
"start_new_thread": "开始新主题",
"show_stats": "显示统计",
"hide": "隐藏",
"board_stats_hour": "在过去的一小时内,<1>{{userCount}}</1> 用户发布了<1>{{postCount}}</1>个帖子",
"board_stats_day": "在过去的一天内,<1>{{userCount}}</1> 用户发布了<1>{{postCount}}</1>个帖子",
"board_stats_week": "在过去的一周内,<1>{{userCount}}</1> 用户发布了<1>{{postCount}}</1>个帖子",
"board_stats_month": "在过去的一个月内,<1>{{userCount}}</1> 用户发布了<1>{{postCount}}</1>个帖子",
"board_stats_all": "从那时起,<1>{{userCount}}</1> 用户发布了<1>{{postCount}}</1>个帖子",
"board_created": "论坛已创建",
"settings": "设置",
"home": "首页",
"subscribe": "订阅",
@@ -280,5 +273,11 @@
"prev": "上一页",
"next": "下一步",
"bottom": "底部",
"enable_infinite_scroll_tip": "不适用于多板视图,后者始终使用无限滚动。"
"enable_infinite_scroll_tip": "不适用于多板视图,后者始终使用无限滚动。",
"blotter": "公告",
"date": "日期",
"hide_blotter": "隐藏 Blotter",
"message": "消息",
"show_all": "显示全部",
"show_blotter": "显示公告"
}