Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "amayo",
|
"name": "amayo",
|
||||||
"version": "2.0.15",
|
"version": "2.0.17",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "src/main.ts",
|
"main": "src/main.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
8
src/server/public/assets/images/snap.svg
Normal file
8
src/server/public/assets/images/snap.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 568 KiB |
@@ -36,18 +36,55 @@
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Stats Footer con decoración -->
|
<!-- Stats Footer con decoración y SVG background -->
|
||||||
<div class="flex flex-wrap justify-center gap-4 pt-8">
|
<div class="flex flex-wrap justify-center gap-4 pt-8">
|
||||||
<div class="pixel-box py-3 px-6 text-sm flex items-center gap-2">
|
<!-- Discord.js Version -->
|
||||||
|
<div class="relative overflow-hidden py-3 px-6 text-sm flex items-center gap-2"
|
||||||
|
style="background-image: url('/assets/images/snap.svg');
|
||||||
|
background-size: cover;
|
||||||
|
background-position: center;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
min-width: 180px;
|
||||||
|
border-radius: 12px;
|
||||||
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);">
|
||||||
|
<div class="absolute inset-0 bg-black/40 backdrop-blur-sm rounded-xl"></div>
|
||||||
|
<div class="relative z-10 flex items-center gap-2 flex-wrap justify-center">
|
||||||
<span class="pixel-leaf"></span>
|
<span class="pixel-leaf"></span>
|
||||||
<span><span class="pixel-text-dim">Discord.js</span> <%= djsVersion %></span>
|
<span class="whitespace-nowrap"><span class="pixel-text-dim">Discord.js</span> <%= djsVersion %></span>
|
||||||
</div>
|
</div>
|
||||||
<div class="pixel-box py-3 px-6 text-sm flex items-center gap-2">
|
</div>
|
||||||
|
|
||||||
|
<!-- Fecha de actualización -->
|
||||||
|
<div class="relative overflow-hidden py-3 px-6 text-sm flex items-center gap-2"
|
||||||
|
style="background-image: url('/assets/images/snap.svg');
|
||||||
|
background-size: cover;
|
||||||
|
background-position: center;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
min-width: 200px;
|
||||||
|
border-radius: 12px;
|
||||||
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);">
|
||||||
|
<div class="absolute inset-0 bg-black/40 backdrop-blur-sm rounded-xl"></div>
|
||||||
|
<div class="relative z-10 flex items-center gap-2 flex-wrap justify-center">
|
||||||
<span>✦</span>
|
<span>✦</span>
|
||||||
<span><span class="pixel-text-dim">Actualizado:</span> <%= currentDateHuman %></span>
|
<span class="whitespace-nowrap"><span class="pixel-text-dim">Actualizado:</span> <%= currentDateHuman %></span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Secciones -->
|
||||||
|
<div class="relative overflow-hidden py-3 px-6 text-sm"
|
||||||
|
style="background-image: url('/assets/images/snap.svg');
|
||||||
|
background-size: cover;
|
||||||
|
background-position: center;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
min-width: 220px;
|
||||||
|
border-radius: 12px;
|
||||||
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);">
|
||||||
|
<div class="absolute inset-0 bg-black/40 backdrop-blur-sm rounded-xl"></div>
|
||||||
|
<div class="relative z-10 flex items-center justify-center gap-2 flex-wrap">
|
||||||
|
<span style="color: var(--pixel-accent-3); font-weight: bold;">23 Secciones</span>
|
||||||
|
<span>•</span>
|
||||||
|
<span class="whitespace-nowrap">Creación de Contenido</span>
|
||||||
</div>
|
</div>
|
||||||
<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
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user