Mise à jour de 'index.html'

wallify-manager-code
Mathis CHIRAT 7 months ago
parent 9bc044c22b
commit 928484ba65

@ -144,7 +144,7 @@
</div>
<div
style="position: fixed; bottom: 0; width: 100%; background: var(--background-color); border-top: 1px solid var(--primary-color); text-align: center; padding: 10px; color: var(--text-color);">
© 2024 PerrierBottle (Mathis CHIRAT). All rights reserved. | Version v1.0.3
© 2024 PerrierBottle (Mathis CHIRAT). All rights reserved. | Version v1.0.5
</div>
<script src="https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js"></script>
<script>
@ -313,7 +313,7 @@
banner.style.fontSize = '16px';
banner.style.textAlign = 'center';
banner.style.cursor = 'pointer';
banner.textContent = path.basename(wallpaperFile, path.extname(wallpaperFile));
banner.textContent = path.basename(wallpaperFile, path.extname(wallpaperFile)).replace("PREVIEW","");
// Append the banner to the preview item
wallpaperItem.appendChild(banner);

Loading…
Cancel
Save