aggiornamenti vari. prima di VITE

This commit is contained in:
Surya Paolo
2025-02-25 18:13:01 +01:00
parent f8de205cf6
commit 57679fe649
25 changed files with 1595 additions and 708 deletions

View File

@@ -5041,11 +5041,14 @@ module.exports = {
descrcontent = '';
}
mystr += `${icon} <strong>${title}</strong>`;
if (acapo) {
mystr += `\n`;
} else {
mystr += `: `;
if (title && icon) {
mystr += `${icon} <strong>${title}</strong>`;
if (acapo) {
mystr += `\n`;
} else {
mystr += `: `;
}
}
if (descrcontent) {
mystr += `${descrcontent}\n`;
@@ -5410,7 +5413,7 @@ module.exports = {
out += `<strong>${myrec.descr}</strong>\n\n`;
if (datastr)
out += this.addRowTelegram('', 'Data Evento', datastr, true, true);
out += this.addRowTelegram('', '', datastr, true, true);
if (cat)
out += this.addRowTelegram('⭐️', 'Categoria', cat, true, true);
@@ -5424,7 +5427,7 @@ module.exports = {
// descrcontent = '<span size="3"><b>Prova Pao</b> Ciaooo</span>';
if (descrcontent)
out += this.addRowTelegram('📝', 'Descrizione ' + newdescr, descrcontent, true, true);
out += this.addRowTelegram('', '', '📝 ' + descrcontent, true, true);
const localita = this.getComuniEProvinceByRec(myrec);