Endulzantes: ICO

This commit is contained in:
Naiel
2025-06-03 13:31:51 +02:00
committed by GitHub
parent f07b740d37
commit 39b58ac459
7 changed files with 21 additions and 1 deletions

View File

@@ -1064,26 +1064,41 @@
value: "Az. Blanco",
key: "Endulzante",
className: "btn6",
img: [
"static/ico/azucar-blanco.jpg",
],
},
{
value: "Az. Moreno",
key: "Endulzante",
className: "btn6",
img: [
"static/ico/azucar-moreno.png",
],
},
{
value: "Sacarina",
key: "Endulzante",
className: "btn6",
img: [
"static/ico/sacarina.jpg",
],
},
{
value: "Stevia (Pastillas)",
key: "Endulzante",
className: "btn6",
img: [
"static/ico/stevia.jpg",
],
},
{
value: "Stevia (Gotas)",
key: "Endulzante",
className: "btn6",
img: [
"static/ico/stevia-gotas.webp",
],
},
{
value: "Sin",

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

BIN
static/ico/sacarina.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

BIN
static/ico/stevia.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

7
sw.js
View File

@@ -1,4 +1,4 @@
var cacheName = 'telesec_2025-05-30_2';
var cacheName = 'telesec_2025-06-03_1';
self.addEventListener('install', event => {
event.waitUntil(
@@ -30,6 +30,11 @@ self.addEventListener('install', event => {
"static/webrtc.js",
"static/yson.js",
"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_left_green.png",
"static/ico/arrow_up_red.png",