Reorder generators: dice 2nd, wheel 3rd (priority trio)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
emil
2026-05-09 19:19:54 +03:00
co-authored by Claude Sonnet 4.6
parent 7c5f67eab8
commit 2168b88407
+26 -26
View File
@@ -26,6 +26,32 @@ export const generators: Generator[] = [
ruSeoTitle: 'Генератор случайных чисел | Randify',
ruSeoDescription: 'Генерируйте случайное число в любом диапазоне мгновенно. Идеально для розыгрышей, игр и принятия решений.',
},
{
slug: 'dice',
title: 'Dice',
description: 'Roll one or more dice with any number of sides.',
icon: 'dice-6',
status: 'live',
seoTitle: 'Dice Roller — d4 d6 d8 d10 d12 d20 | D&D Dice | Randify',
seoDescription: 'Free online dice roller for D&D and tabletop RPGs. Supports any XdY+Z notation, advantage/disadvantage, roll history, and quick presets for attacks, damage, and stat rolls.',
ruTitle: 'Кубик',
ruDescription: 'Бросьте один или несколько кубиков с любым числом граней.',
ruSeoTitle: 'Бросить кубик онлайн — d4 d6 d8 d10 d12 d20 | D&D | Randify',
ruSeoDescription: 'Бесплатный онлайн-бросок кубиков для D&D и настольных RPG. Поддерживает нотацию XdY+Z, преимущество/помеху, историю бросков и быстрые пресеты.',
},
{
slug: 'wheel',
title: 'Spin the Wheel',
description: 'Add your items, spin the wheel, and let chance decide.',
icon: 'pie-chart',
status: 'live',
seoTitle: 'Spin the Wheel — Random Picker | Randify',
seoDescription: 'Spin a customizable wheel of fortune to pick a random winner, choice, or option. Add your own items and let the wheel decide.',
ruTitle: 'Колесо фортуны',
ruDescription: 'Добавьте элементы, крутите колесо и пусть случай решит.',
ruSeoTitle: 'Колесо фортуны онлайн — случайный выбор | Randify',
ruSeoDescription: 'Крутите колесо фортуны онлайн. Добавьте свои варианты и пусть случай решит победителя.',
},
{
slug: 'colors',
title: 'Color',
@@ -65,19 +91,6 @@ export const generators: Generator[] = [
ruSeoTitle: 'Генератор лотерейных номеров | Randify',
ruSeoDescription: 'Тяните уникальные случайные числа для лотереи, розыгрыша или жеребьёвки. Бесплатный онлайн-генератор лотерейных номеров.',
},
{
slug: 'dice',
title: 'Dice',
description: 'Roll one or more dice with any number of sides.',
icon: 'dice-6',
status: 'live',
seoTitle: 'Dice Roller — d4 d6 d8 d10 d12 d20 | D&D Dice | Randify',
seoDescription: 'Free online dice roller for D&D and tabletop RPGs. Supports any XdY+Z notation, advantage/disadvantage, roll history, and quick presets for attacks, damage, and stat rolls.',
ruTitle: 'Кубик',
ruDescription: 'Бросьте один или несколько кубиков с любым числом граней.',
ruSeoTitle: 'Бросить кубик онлайн — d4 d6 d8 d10 d12 d20 | D&D | Randify',
ruSeoDescription: 'Бесплатный онлайн-бросок кубиков для D&D и настольных RPG. Поддерживает нотацию XdY+Z, преимущество/помеху, историю бросков и быстрые пресеты.',
},
{
slug: 'cards',
title: 'Card',
@@ -130,17 +143,4 @@ export const generators: Generator[] = [
ruSeoTitle: 'Генератор UUID и токенов | Randify',
ruSeoDescription: 'Генерируйте UUID v4, hex-токены и Base64-строки онлайн. Криптографически безопасно, работает в браузере.',
},
{
slug: 'wheel',
title: 'Spin the Wheel',
description: 'Add your items, spin the wheel, and let chance decide.',
icon: 'pie-chart',
status: 'live',
seoTitle: 'Spin the Wheel — Random Picker | Randify',
seoDescription: 'Spin a customizable wheel of fortune to pick a random winner, choice, or option. Add your own items and let the wheel decide.',
ruTitle: 'Колесо фортуны',
ruDescription: 'Добавьте элементы, крутите колесо и пусть случай решит.',
ruSeoTitle: 'Колесо фортуны онлайн — случайный выбор | Randify',
ruSeoDescription: 'Крутите колесо фортуны онлайн. Добавьте свои варианты и пусть случай решит победителя.',
},
];