fix: update version number in package.json and index.html to 2.0.1-dev

This commit is contained in:
2025-10-06 00:15:13 -05:00
parent f512dd7af9
commit d168d7f40c
2 changed files with 6 additions and 49 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "amayo", "name": "amayo",
"version": "0.11.20", "version": "2.0.1",
"description": "", "description": "",
"main": "src/main.ts", "main": "src/main.ts",
"scripts": { "scripts": {

View File

@@ -46,7 +46,7 @@
<div class="relative z-10"> <div class="relative z-10">
<!-- Hero Ultra Moderno --> <!-- Hero Ultra Moderno -->
<header class="relative overflow-hidden border-b border-white/5"> <header class="relative overflow-hidden ">
<div class="absolute inset-0 bg-gradient-to-b from-indigo-500/5 via-purple-500/5 to-transparent"></div> <div class="absolute inset-0 bg-gradient-to-b from-indigo-500/5 via-purple-500/5 to-transparent"></div>
<div class="container mx-auto px-4 sm:px-6 lg:px-8 py-20 sm:py-28 relative"> <div class="container mx-auto px-4 sm:px-6 lg:px-8 py-20 sm:py-28 relative">
@@ -58,7 +58,7 @@
<span class="relative inline-flex rounded-full h-2.5 w-2.5 bg-gradient-to-r from-indigo-400 to-purple-400"></span> <span class="relative inline-flex rounded-full h-2.5 w-2.5 bg-gradient-to-r from-indigo-400 to-purple-400"></span>
</span> </span>
<span class="text-sm font-bold tracking-wider uppercase bg-clip-text text-transparent bg-gradient-to-r from-indigo-200 to-purple-200"> <span class="text-sm font-bold tracking-wider uppercase bg-clip-text text-transparent bg-gradient-to-r from-indigo-200 to-purple-200">
Amayo Bot • v0.11.20 Amayo Bot • v2.0.1-dev
</span> </span>
</div> </div>
@@ -120,59 +120,16 @@
<div class="container mx-auto px-4 sm:px-6 lg:px-8 py-12 lg:py-16"> <div class="container mx-auto px-4 sm:px-6 lg:px-8 py-12 lg:py-16">
<body class="min-h-screen bg-gradient-to-b from-slate-950 via-slate-950 to-slate-900 text-slate-100 antialiased"> <body class="min-h-screen bg-gradient-to-b from-slate-950 via-slate-950 to-slate-900 text-slate-100 antialiased">
<div class="flex min-h-screen flex-col"> <div class="flex min-h-screen flex-col">
<header class="relative overflow-hidden">
<div class="pointer-events-none absolute inset-0">
<div class="absolute -top-32 left-1/2 h-96 w-96 -translate-x-1/2 rounded-full bg-indigo-600/40 blur-3xl"></div>
<div class="absolute top-16 -left-28 h-72 w-72 rounded-full bg-sky-500/25 blur-3xl"></div>
<div class="absolute bottom-0 right-0 h-80 w-80 translate-y-1/3 rounded-full bg-fuchsia-500/20 blur-3xl"></div>
</div>
<div class="relative mx-auto flex max-w-5xl flex-col items-center px-6 pb-20 pt-16 text-center lg:px-8">
<p class="inline-flex items-center gap-2 rounded-full border border-white/10 bg-white/5 px-4 py-1 text-xs font-semibold uppercase tracking-[0.35em] text-slate-200">
Amayo Bot • Guía Completa
</p>
<h1 class="mt-6 text-4xl font-bold text-white sm:text-5xl md:text-6xl">
Guía Completa de Amayo Bot
</h1>
<p class="mt-4 max-w-2xl text-base text-slate-200 sm:text-lg">
Aprende a usar todos los comandos y funcionalidades de Amayo Bot en tu servidor de Discord. Sistema de economía, minijuegos, misiones, logros, IA conversacional y mucho más.
</p>
<div class="mt-8 flex flex-wrap items-center justify-center gap-3">
<a
class="inline-flex items-center justify-center rounded-full bg-gradient-to-r from-indigo-500 to-fuchsia-500 px-6 py-3 text-sm font-semibold text-white shadow-xl shadow-indigo-500/30 transition hover:-translate-y-0.5 hover:shadow-indigo-500/40"
href="#primeros-pasos"
>
Comenzar
</a>
<button
class="inline-flex items-center justify-center rounded-full border border-white/10 bg-white/5 px-6 py-3 text-sm font-semibold text-slate-100 transition hover:border-indigo-400/70 hover:text-white"
id="toggle-nav"
>
Ver índice completo
</button>
</div>
<div class="mt-6 flex flex-wrap items-center justify-center gap-3 text-xs text-slate-300">
<span class="inline-flex items-center rounded-full border border-white/10 bg-white/5 px-3 py-1">
Versión 0.11.20
</span>
<span class="inline-flex items-center rounded-full border border-white/10 bg-white/5 px-3 py-1">
Actualizado: Enero 2025
</span>
<span class="inline-flex items-center rounded-full border border-white/10 bg-white/5 px-3 py-1">
Discord.js 15.0.0-dev
</span>
</div>
</div>
</header>
<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"> <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">
<nav <nav
id="toc" id="toc"
class="hidden w-full max-w-xs rounded-3xl border border-white/10 bg-slate-900/80 p-6 text-left shadow-2xl shadow-indigo-500/20 backdrop-blur lg:sticky lg:top-24 lg:block lg:max-h-[calc(100vh-6rem)] lg:w-72 lg:overflow-y-auto" class="w-full max-w-xs rounded-3xl border border-white/10 bg-slate-900/80 text-left shadow-2xl shadow-indigo-500/20 lg:sticky lg:top-24 lg:block lg:max-h-[calc(100vh-6rem)] lg:w-74 lg:overflow-y-auto"
> >
<div class="text-xs font-semibold uppercase tracking-[0.3em] text-slate-400"> <div class="text-xs p-6 font-semibold uppercase tracking-[0.3em] text-slate-400">
Índice de Contenidos Índice de Contenidos
</div> </div>
<ul class="mt-4 space-y-2 text-sm"> <ul class="ps-8 mt-4 space-y-4 text-sm">
<li><a class="text-slate-200 transition hover:text-indigo-300" href="#primeros-pasos">🚀 Primeros Pasos</a></li> <li><a class="text-slate-200 transition hover:text-indigo-300" href="#primeros-pasos">🚀 Primeros Pasos</a></li>
<li><a class="text-slate-200 transition hover:text-indigo-300" href="#comandos-basicos">⚡ Comandos Básicos</a></li> <li><a class="text-slate-200 transition hover:text-indigo-300" href="#comandos-basicos">⚡ Comandos Básicos</a></li>
<li><a class="text-slate-200 transition hover:text-indigo-300" href="#sistema-juego">🎮 Sistema de Juego</a></li> <li><a class="text-slate-200 transition hover:text-indigo-300" href="#sistema-juego">🎮 Sistema de Juego</a></li>