SHA256
- Эмодзи-пикер: js/components/emoji-picker.js + каталог telegram-emoji-*.js (smileys/people/animals_nature/food_drink/travel_places/activity/objects/ symbols/flags) + 631 ассет в assets/emoji (7.2 МБ). - Интеграция пикера: chat-view.js, app.js, index.html, styles/components.css. - Дев-скрипты генерации превью + THIRD_PARTY_NOTICES. - Работа НЕ завершена (WIP), сохранено как чекпоинт. С origin (+56) пока НЕ мержится — большой мерж будет после завершения, отдельным шагом. - VERSION: client 1.2.263. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
77 lines
1.6 KiB
JavaScript
77 lines
1.6 KiB
JavaScript
export const TELEGRAM_EMOJI_GROUP_TRAVEL_PLACES = {
|
|
"id": "travel-and-places",
|
|
"label": "Путешествия",
|
|
"icon": "✈️",
|
|
"items": [
|
|
{
|
|
"file": "Travel and Places/Airplane.webp",
|
|
"emoji": "✈️"
|
|
},
|
|
{
|
|
"file": "Travel and Places/Ambulance.webp",
|
|
"emoji": "🚑"
|
|
},
|
|
{
|
|
"file": "Travel and Places/Automobile.webp",
|
|
"emoji": "🚗"
|
|
},
|
|
{
|
|
"file": "Travel and Places/Beach With Umbrella.webp",
|
|
"emoji": "🏖️"
|
|
},
|
|
{
|
|
"file": "Travel and Places/Camping.webp",
|
|
"emoji": "🏕️"
|
|
},
|
|
{
|
|
"file": "Travel and Places/Classical Building.webp",
|
|
"emoji": "🏛️"
|
|
},
|
|
{
|
|
"file": "Travel and Places/Compass.webp",
|
|
"emoji": "🧭"
|
|
},
|
|
{
|
|
"file": "Travel and Places/Desert Island.webp",
|
|
"emoji": "🏝️"
|
|
},
|
|
{
|
|
"file": "Travel and Places/Hot Springs.webp",
|
|
"emoji": "♨️"
|
|
},
|
|
{
|
|
"file": "Travel and Places/House.webp",
|
|
"emoji": "🏠"
|
|
},
|
|
{
|
|
"file": "Travel and Places/Locomotive.webp",
|
|
"emoji": "🚂"
|
|
},
|
|
{
|
|
"file": "Travel and Places/Moai.webp",
|
|
"emoji": "🗿"
|
|
},
|
|
{
|
|
"file": "Travel and Places/Motor Boat.webp",
|
|
"emoji": "🛥️"
|
|
},
|
|
{
|
|
"file": "Travel and Places/Police Car.webp",
|
|
"emoji": "🚓"
|
|
},
|
|
{
|
|
"file": "Travel and Places/Rocket.webp",
|
|
"emoji": "🚀"
|
|
},
|
|
{
|
|
"file": "Travel and Places/Roller Coaster.webp",
|
|
"emoji": "🎢"
|
|
},
|
|
{
|
|
"file": "Travel and Places/Taxi.webp",
|
|
"emoji": "🚕"
|
|
}
|
|
]
|
|
};
|
|
|