mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-30 02:23:47 +00:00
fix: add news link to admin panel, prevent empty news section flash
- Add News item to marketing group in AdminPanel with NewspaperIcon - Add news nav/panel translations for all 4 locales (ru, en, zh, fa) - Don't render NewsSection until query confirms articles exist - Remove skeleton that caused brief flash when news list is empty
This commit is contained in:
@@ -944,7 +944,8 @@
|
||||
"auditLog": "审计日志",
|
||||
"salesStats": "销售统计",
|
||||
"landings": "落地页",
|
||||
"referralNetwork": "推荐网络"
|
||||
"referralNetwork": "推荐网络",
|
||||
"news": "新闻"
|
||||
},
|
||||
"panel": {
|
||||
"title": "管理面板",
|
||||
@@ -979,7 +980,8 @@
|
||||
"auditLogDesc": "查看系统活动和访问历史",
|
||||
"salesStatsDesc": "销售分析与趋势",
|
||||
"landingsDesc": "快速购买落地页",
|
||||
"referralNetworkDesc": "推荐图表和广告活动可视化"
|
||||
"referralNetworkDesc": "推荐图表和广告活动可视化",
|
||||
"newsDesc": "管理新闻文章和出版物"
|
||||
},
|
||||
"salesStats": {
|
||||
"title": "销售统计",
|
||||
|
||||
Reference in New Issue
Block a user