Update index.html

This commit is contained in:
Naiel
2025-06-12 10:32:53 +02:00
committed by GitHub
parent 042bfdbaa6
commit ea89c95d39

View File

@@ -904,6 +904,59 @@
"static/ico/cookies.png",
};
const SC_actions = {
Selección: [
{
value: "Solo Leche",
key: "Selección",
className: "btn4",
img: [
"static/ico/milk.png",
],
},
{
value: "Solo café (sin leche)",
key: "Selección",
className: "btn4",
img: [
"static/ico/coffee_bean.png",
],
},
{
value: "Café con leche",
key: "Selección",
className: "btn4",
img: [
"static/ico/coffee_bean.png",
"static/ico/milk.png",
],
},
{
value: "ColaCao con leche",
key: "Selección",
className: "btn4",
img: [
"static/ico/colacao.jpg",
"static/ico/milk.png",
],
},
{
value: "Leche con cereales",
key: "Selección",
className: "btn4",
img: [
"static/ico/cereales.png",
"static/ico/milk.png",
],
},
{
value: "Infusión",
key: "Selección",
className: "btn4",
img: [
"static/ico/tea_bag.png",
],
},
],
Tamaño: [
{
value: "Grande",
@@ -990,59 +1043,6 @@
],
},
],
Selección: [
{
value: "Solo Leche",
key: "Selección",
className: "btn4",
img: [
"static/ico/milk.png",
],
},
{
value: "Solo café (sin leche)",
key: "Selección",
className: "btn4",
img: [
"static/ico/coffee_bean.png",
],
},
{
value: "Café con leche",
key: "Selección",
className: "btn4",
img: [
"static/ico/coffee_bean.png",
"static/ico/milk.png",
],
},
{
value: "ColaCao con leche",
key: "Selección",
className: "btn4",
img: [
"static/ico/colacao.jpg",
"static/ico/milk.png",
],
},
{
value: "Leche con cereales",
key: "Selección",
className: "btn4",
img: [
"static/ico/cereales.png",
"static/ico/milk.png",
],
},
{
value: "Infusión",
key: "Selección",
className: "btn4",
img: [
"static/ico/tea_bag.png",
],
},
],
Cafeina: [
{
value: "Con",