mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 17:43:47 +00:00
feat: custom broadcast buttons UI and fix stale mediaType bug
- Add inline custom button editor (no popups): label, type (callback/URL), action value with byte-level validation - Frontend validates callback_data in UTF-8 bytes via TextEncoder - URLs restricted to https:// and tg:// matching backend - Form wrapped in <form> for Enter key submit support - Fix pre-existing stale mediaType bug in file upload handler - Translations added for ru, en, zh, fa locales
This commit is contained in:
@@ -1726,7 +1726,14 @@
|
||||
"enableEmail": "Email",
|
||||
"sendingBoth": "Будет создано 2 рассылки",
|
||||
"bothCreated": "Рассылки созданы",
|
||||
"atLeastOneChannel": "Выберите хотя бы один канал"
|
||||
"atLeastOneChannel": "Выберите хотя бы один канал",
|
||||
"customButtons": "Кастомные кнопки",
|
||||
"addCustomButton": "Добавить кнопку",
|
||||
"customButtonLabelPlaceholder": "Текст кнопки",
|
||||
"customButtonTypeCallback": "Callback",
|
||||
"customButtonTypeUrl": "Ссылка",
|
||||
"customButtonCallbackPlaceholder": "callback_data (например, back_to_menu)",
|
||||
"customButtonUrlPlaceholder": "https://example.com"
|
||||
},
|
||||
"pinnedMessages": {
|
||||
"title": "Закреплённые сообщения",
|
||||
|
||||
Reference in New Issue
Block a user