Update index.html
This commit is contained in:
106
index.html
106
index.html
@@ -904,6 +904,59 @@
|
|||||||
"static/ico/cookies.png",
|
"static/ico/cookies.png",
|
||||||
};
|
};
|
||||||
const SC_actions = {
|
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: [
|
Tamaño: [
|
||||||
{
|
{
|
||||||
value: "Grande",
|
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: [
|
Cafeina: [
|
||||||
{
|
{
|
||||||
value: "Con",
|
value: "Con",
|
||||||
|
|||||||
Reference in New Issue
Block a user