Endulzantes: ICO
This commit is contained in:
15
index.html
15
index.html
@@ -1064,26 +1064,41 @@
|
|||||||
value: "Az. Blanco",
|
value: "Az. Blanco",
|
||||||
key: "Endulzante",
|
key: "Endulzante",
|
||||||
className: "btn6",
|
className: "btn6",
|
||||||
|
img: [
|
||||||
|
"static/ico/azucar-blanco.jpg",
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
value: "Az. Moreno",
|
value: "Az. Moreno",
|
||||||
key: "Endulzante",
|
key: "Endulzante",
|
||||||
className: "btn6",
|
className: "btn6",
|
||||||
|
img: [
|
||||||
|
"static/ico/azucar-moreno.png",
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
value: "Sacarina",
|
value: "Sacarina",
|
||||||
key: "Endulzante",
|
key: "Endulzante",
|
||||||
className: "btn6",
|
className: "btn6",
|
||||||
|
img: [
|
||||||
|
"static/ico/sacarina.jpg",
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
value: "Stevia (Pastillas)",
|
value: "Stevia (Pastillas)",
|
||||||
key: "Endulzante",
|
key: "Endulzante",
|
||||||
className: "btn6",
|
className: "btn6",
|
||||||
|
img: [
|
||||||
|
"static/ico/stevia.jpg",
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
value: "Stevia (Gotas)",
|
value: "Stevia (Gotas)",
|
||||||
key: "Endulzante",
|
key: "Endulzante",
|
||||||
className: "btn6",
|
className: "btn6",
|
||||||
|
img: [
|
||||||
|
"static/ico/stevia-gotas.webp",
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
value: "Sin",
|
value: "Sin",
|
||||||
|
|||||||
BIN
static/ico/azucar-blanco.jpg
Normal file
BIN
static/ico/azucar-blanco.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 19 KiB |
BIN
static/ico/azucar-moreno.png
Normal file
BIN
static/ico/azucar-moreno.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 28 KiB |
BIN
static/ico/sacarina.jpg
Normal file
BIN
static/ico/sacarina.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.0 KiB |
BIN
static/ico/stevia-gotas.webp
Normal file
BIN
static/ico/stevia-gotas.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.2 KiB |
BIN
static/ico/stevia.jpg
Normal file
BIN
static/ico/stevia.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 31 KiB |
7
sw.js
7
sw.js
@@ -1,4 +1,4 @@
|
|||||||
var cacheName = 'telesec_2025-05-30_2';
|
var cacheName = 'telesec_2025-06-03_1';
|
||||||
|
|
||||||
self.addEventListener('install', event => {
|
self.addEventListener('install', event => {
|
||||||
event.waitUntil(
|
event.waitUntil(
|
||||||
@@ -30,6 +30,11 @@ self.addEventListener('install', event => {
|
|||||||
"static/webrtc.js",
|
"static/webrtc.js",
|
||||||
"static/yson.js",
|
"static/yson.js",
|
||||||
"static/ico/add.png",
|
"static/ico/add.png",
|
||||||
|
"static/ico/azucar-moreno.png",
|
||||||
|
"static/ico/azucar-blanco.jpg",
|
||||||
|
"static/ico/stevia.jpg",
|
||||||
|
"static/ico/stevia-gotas.webp",
|
||||||
|
"static/ico/sacarina.jpg",
|
||||||
"static/ico/arrow_down_blue.png",
|
"static/ico/arrow_down_blue.png",
|
||||||
"static/ico/arrow_left_green.png",
|
"static/ico/arrow_left_green.png",
|
||||||
"static/ico/arrow_up_red.png",
|
"static/ico/arrow_up_red.png",
|
||||||
|
|||||||
Reference in New Issue
Block a user