feat: information pages — admin editor with TipTap, public viewer

Admin panel:
- New section "Информационные страницы" in admin nav
- Admin list: slug, title, active toggle, edit/delete, sort order
- Admin editor: full TipTap (bold, italic, headings, lists, links,
  image/video upload, alignment, highlight, code blocks)
  with locale tabs (RU/EN/ZH/FA) for title and content
- Create/edit via URL params, slug auto-generation

Public:
- /info/:slug route with DOMPurify sanitized content
- Locale fallback, Telegram safe area, loading skeleton, 404

i18n: all 4 locales
This commit is contained in:
Fringg
2026-04-24 08:11:20 +03:00
parent d43638b34e
commit 7d6d0ba344
10 changed files with 1748 additions and 4 deletions

View File

@@ -949,7 +949,8 @@
"salesStats": "销售统计",
"landings": "落地页",
"referralNetwork": "推荐网络",
"news": "新闻"
"news": "新闻",
"infoPages": "信息页面"
},
"panel": {
"title": "管理面板",
@@ -3365,6 +3366,37 @@
"periodDaySuffix": "天",
"localeTab": "语言",
"localeHint": "切换语言以编辑该语言的文本"
},
"infoPages": {
"title": "信息页面",
"subtitle": "管理静态信息页面",
"create": "创建页面",
"edit": "编辑",
"save": "保存",
"saving": "保存中...",
"saved": "页面已保存",
"delete": "删除",
"confirmDelete": "确定删除此页面?",
"saveError": "保存页面失败,请重试。",
"noPages": "暂无信息页面",
"notFound": "页面未找到",
"active": "已激活",
"inactive": "未激活",
"localeLabel": "内容语言",
"fields": {
"slug": "URL标识",
"title": "标题",
"content": "内容",
"isActive": "已激活",
"sortOrder": "排序",
"icon": "图标(表情)"
},
"locales": {
"ru": "俄语",
"en": "英语",
"zh": "中文",
"fa": "波斯语"
}
}
},
"adminUpdates": {