From 2168b88407195b55ae3a8be148599c86d1d4ed81 Mon Sep 17 00:00:00 2001 From: emil Date: Sat, 9 May 2026 19:19:54 +0300 Subject: [PATCH] Reorder generators: dice 2nd, wheel 3rd (priority trio) Co-Authored-By: Claude Sonnet 4.6 --- src/data/generators.ts | 52 +++++++++++++++++++++--------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/src/data/generators.ts b/src/data/generators.ts index f919094..79e4841 100644 --- a/src/data/generators.ts +++ b/src/data/generators.ts @@ -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: 'Крутите колесо фортуны онлайн. Добавьте свои варианты и пусть случай решит победителя.', - }, ];