2025-10-07 12:08:58 -05:00
|
|
|
<% const pageTitle = `${appName} | Guía Completa`; %>
|
|
|
|
|
<% const head = null; %>
|
|
|
|
|
<% const scripts = null; %>
|
|
|
|
|
<% const title = pageTitle; %>
|
|
|
|
|
<% layout('layouts/layout', { title, head, scripts, appName, version, djsVersion, currentDateHuman }); %>
|
|
|
|
|
|
2025-10-09 21:28:37 -05:00
|
|
|
<header class="relative overflow-hidden py-20 sm:py-28">
|
feat: Add comprehensive sections for basic examples, enchantments, statistics, FAQs, smelting, AI, inventory, achievements, mini-games, missions, first steps, daily streaks, reminders, game system, shop, and tips in EJS format
2025-10-09 21:14:12 -05:00
|
|
|
<div class="container mx-auto px-4 sm:px-6 lg:px-8 relative">
|
|
|
|
|
<div class="max-w-5xl mx-auto text-center space-y-12">
|
2025-10-09 21:47:18 -05:00
|
|
|
<!-- Badge Pixel Art con decoración de Halloween -->
|
2025-10-09 21:28:37 -05:00
|
|
|
<div class="inline-block relative">
|
2025-10-09 21:47:18 -05:00
|
|
|
<span class="pixel-pumpkin absolute -left-12 top-0"></span>
|
feat: Add comprehensive sections for basic examples, enchantments, statistics, FAQs, smelting, AI, inventory, achievements, mini-games, missions, first steps, daily streaks, reminders, game system, shop, and tips in EJS format
2025-10-09 21:14:12 -05:00
|
|
|
<div class="pixel-badge">
|
2025-10-07 12:08:58 -05:00
|
|
|
<%= appName %> • v<%= version %>
|
feat: Add comprehensive sections for basic examples, enchantments, statistics, FAQs, smelting, AI, inventory, achievements, mini-games, missions, first steps, daily streaks, reminders, game system, shop, and tips in EJS format
2025-10-09 21:14:12 -05:00
|
|
|
</div>
|
2025-10-09 21:47:18 -05:00
|
|
|
<span class="pixel-ghost absolute -right-12 top-0" style="animation-delay: 1s;"></span>
|
2025-10-07 12:08:58 -05:00
|
|
|
</div>
|
|
|
|
|
|
feat: Add comprehensive sections for basic examples, enchantments, statistics, FAQs, smelting, AI, inventory, achievements, mini-games, missions, first steps, daily streaks, reminders, game system, shop, and tips in EJS format
2025-10-09 21:14:12 -05:00
|
|
|
<!-- Título Principal -->
|
|
|
|
|
<div class="space-y-4">
|
|
|
|
|
<h1 class="text-5xl sm:text-6xl md:text-7xl lg:text-8xl leading-tight">
|
2025-10-07 12:08:58 -05:00
|
|
|
Guía Completa
|
feat: Add comprehensive sections for basic examples, enchantments, statistics, FAQs, smelting, AI, inventory, achievements, mini-games, missions, first steps, daily streaks, reminders, game system, shop, and tips in EJS format
2025-10-09 21:14:12 -05:00
|
|
|
</h1>
|
|
|
|
|
<h2 class="text-4xl sm:text-5xl md:text-6xl">
|
2025-10-07 12:08:58 -05:00
|
|
|
<%= appName %>
|
feat: Add comprehensive sections for basic examples, enchantments, statistics, FAQs, smelting, AI, inventory, achievements, mini-games, missions, first steps, daily streaks, reminders, game system, shop, and tips in EJS format
2025-10-09 21:14:12 -05:00
|
|
|
</h2>
|
|
|
|
|
</div>
|
|
|
|
|
|
2025-10-09 21:47:18 -05:00
|
|
|
<!-- Decoración de Halloween con murciélagos y estrellas -->
|
|
|
|
|
<div class="flex justify-center gap-8 items-center">
|
|
|
|
|
<span class="pixel-bat"></span>
|
|
|
|
|
<span class="pixel-star-halloween">✦</span>
|
|
|
|
|
<span class="pixel-pumpkin" style="animation-delay: 0.5s;"></span>
|
|
|
|
|
<span class="pixel-star-halloween" style="animation-delay: 0.8s;">✦</span>
|
|
|
|
|
<span class="pixel-ghost" style="animation-delay: 1s;"></span>
|
feat: Add comprehensive sections for basic examples, enchantments, statistics, FAQs, smelting, AI, inventory, achievements, mini-games, missions, first steps, daily streaks, reminders, game system, shop, and tips in EJS format
2025-10-09 21:14:12 -05:00
|
|
|
</div>
|
2025-10-07 12:08:58 -05:00
|
|
|
|
feat: Add comprehensive sections for basic examples, enchantments, statistics, FAQs, smelting, AI, inventory, achievements, mini-games, missions, first steps, daily streaks, reminders, game system, shop, and tips in EJS format
2025-10-09 21:14:12 -05:00
|
|
|
<!-- Descripción -->
|
|
|
|
|
<div class="pixel-box max-w-3xl mx-auto">
|
|
|
|
|
<p class="text-xl sm:text-2xl leading-relaxed">
|
|
|
|
|
Sistema completo de
|
2025-10-09 21:28:37 -05:00
|
|
|
<span style="color: var(--pixel-accent-1); font-weight: bold;">economía</span>,
|
|
|
|
|
<span style="color: var(--pixel-accent-3); font-weight: bold;">minijuegos</span>,
|
|
|
|
|
<span style="color: var(--pixel-accent-5); font-weight: bold;">misiones</span> y
|
|
|
|
|
<span style="color: var(--pixel-accent-2); font-weight: bold;">IA</span>
|
feat: Add comprehensive sections for basic examples, enchantments, statistics, FAQs, smelting, AI, inventory, achievements, mini-games, missions, first steps, daily streaks, reminders, game system, shop, and tips in EJS format
2025-10-09 21:14:12 -05:00
|
|
|
para Discord
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
2025-10-07 12:08:58 -05:00
|
|
|
|
feat: Add comprehensive sections for basic examples, enchantments, statistics, FAQs, smelting, AI, inventory, achievements, mini-games, missions, first steps, daily streaks, reminders, game system, shop, and tips in EJS format
2025-10-09 21:14:12 -05:00
|
|
|
<!-- Botones de Acción -->
|
|
|
|
|
<div class="flex flex-col sm:flex-row gap-6 justify-center items-center pt-4">
|
2025-10-09 21:33:32 -05:00
|
|
|
<a href="#primeros-pasos" class="block hover:scale-105 transition-transform duration-300">
|
|
|
|
|
<img src="/assets/images/boton_entrar.svg" alt="Comenzar ahora" class="w-full h-auto" style="max-width: 350px; filter: drop-shadow(0 4px 12px rgba(255, 179, 71, 0.3));">
|
2025-10-07 12:08:58 -05:00
|
|
|
</a>
|
|
|
|
|
|
2025-10-09 21:33:32 -05:00
|
|
|
<button id="toggle-nav" class="pixel-btn pixel-btn-secondary flex items-center gap-2">
|
|
|
|
|
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
|
|
|
<rect x="3" y="5" width="18" height="2" fill="currentColor" rx="1"/>
|
|
|
|
|
<rect x="3" y="11" width="18" height="2" fill="currentColor" rx="1"/>
|
|
|
|
|
<rect x="3" y="17" width="18" height="2" fill="currentColor" rx="1"/>
|
|
|
|
|
</svg>
|
|
|
|
|
<span>Ver comandos</span>
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
2025-10-07 12:08:58 -05:00
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
|
2025-10-09 21:28:37 -05:00
|
|
|
<!-- Stats Footer con decoración -->
|
feat: Add comprehensive sections for basic examples, enchantments, statistics, FAQs, smelting, AI, inventory, achievements, mini-games, missions, first steps, daily streaks, reminders, game system, shop, and tips in EJS format
2025-10-09 21:14:12 -05:00
|
|
|
<div class="flex flex-wrap justify-center gap-4 pt-8">
|
2025-10-09 21:28:37 -05:00
|
|
|
<div class="pixel-box py-3 px-6 text-sm flex items-center gap-2">
|
|
|
|
|
<span class="pixel-leaf"></span>
|
|
|
|
|
<span><span class="pixel-text-dim">Discord.js</span> <%= djsVersion %></span>
|
feat: Add comprehensive sections for basic examples, enchantments, statistics, FAQs, smelting, AI, inventory, achievements, mini-games, missions, first steps, daily streaks, reminders, game system, shop, and tips in EJS format
2025-10-09 21:14:12 -05:00
|
|
|
</div>
|
2025-10-09 21:28:37 -05:00
|
|
|
<div class="pixel-box py-3 px-6 text-sm flex items-center gap-2">
|
|
|
|
|
<span>✦</span>
|
|
|
|
|
<span><span class="pixel-text-dim">Actualizado:</span> <%= currentDateHuman %></span>
|
feat: Add comprehensive sections for basic examples, enchantments, statistics, FAQs, smelting, AI, inventory, achievements, mini-games, missions, first steps, daily streaks, reminders, game system, shop, and tips in EJS format
2025-10-09 21:14:12 -05:00
|
|
|
</div>
|
2025-10-09 21:28:37 -05:00
|
|
|
<div class="pixel-box py-3 px-6 text-sm">
|
|
|
|
|
<span style="color: var(--pixel-accent-3); font-weight: bold;">23 Secciones</span> • Creación de Contenido
|
feat: Add comprehensive sections for basic examples, enchantments, statistics, FAQs, smelting, AI, inventory, achievements, mini-games, missions, first steps, daily streaks, reminders, game system, shop, and tips in EJS format
2025-10-09 21:14:12 -05:00
|
|
|
</div>
|
2025-10-07 12:08:58 -05:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</header>
|
|
|
|
|
|
|
|
|
|
<div class="container mx-auto px-4 sm:px-6 lg:px-8 py-12 lg:py-16">
|
|
|
|
|
<div class="flex min-h-screen flex-col">
|
|
|
|
|
|
|
|
|
|
<div class="mx-auto flex w-full max-w-6xl flex-1 flex-col gap-10 px-6 pb-16 lg:flex-row lg:px-10">
|
|
|
|
|
<%- include('partials/toc') %>
|
|
|
|
|
|
|
|
|
|
<main class="flex-1">
|
|
|
|
|
<div class="mx-auto flex w-full max-w-3xl flex-col gap-8">
|
|
|
|
|
<%- include('partials/sections/primeros-pasos') %>
|
|
|
|
|
<%- include('partials/sections/comandos-basicos') %>
|
|
|
|
|
<%- include('partials/sections/sistema-juego') %>
|
|
|
|
|
<%- include('partials/sections/minijuegos') %>
|
|
|
|
|
<%- include('partials/sections/inventario-equipo') %>
|
|
|
|
|
<%- include('partials/sections/economia') %>
|
|
|
|
|
<%- include('partials/sections/tienda') %>
|
|
|
|
|
<%- include('partials/sections/crafteo') %>
|
|
|
|
|
<%- include('partials/sections/logros') %>
|
|
|
|
|
<%- include('partials/sections/misiones') %>
|
|
|
|
|
<%- include('partials/sections/racha') %>
|
|
|
|
|
<%- include('partials/sections/consumibles') %>
|
|
|
|
|
<%- include('partials/sections/cofres') %>
|
|
|
|
|
<%- include('partials/sections/encantamientos') %>
|
|
|
|
|
<%- include('partials/sections/fundicion') %>
|
|
|
|
|
<%- include('partials/sections/ia') %>
|
|
|
|
|
<%- include('partials/sections/recordatorios') %>
|
|
|
|
|
<%- include('partials/sections/alianzas') %>
|
|
|
|
|
<%- include('partials/sections/admin') %>
|
|
|
|
|
<%- include('partials/sections/creacion-contenido') %>
|
|
|
|
|
<%- include('partials/sections/configuracion') %>
|
|
|
|
|
<%- include('partials/sections/estadisticas') %>
|
|
|
|
|
<%- include('partials/sections/tips') %>
|
|
|
|
|
<%- include('partials/sections/faq') %>
|
|
|
|
|
</div>
|
|
|
|
|
</main>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|