- Le immagini uploadate non vengono visualizzate subito... cache... aggiungere la versione dell'immagine: vers_img

- Aggiunto il Server TESTRISO e TEST_PCB.
This commit is contained in:
Surya Paolo
2024-09-17 17:38:57 +02:00
parent 0872afbb39
commit b9a5c54071
86 changed files with 2154 additions and 1532 deletions

View File

@@ -149,6 +149,7 @@ export interface IMyElem {
active?: boolean
class?: string
image?: string
vers_img?: number
class2?: string
class3?: string
class4?: string
@@ -639,6 +640,7 @@ export interface ITimeLineMain {
export interface IImgGallery {
_id?: string
imagefile: string
vers_img: number
// order?: number
alt?: string
description?: string
@@ -647,6 +649,7 @@ export interface IImgGallery {
export interface IMyCard {
_id?: string
imagefile?: string
vers_img?: number
alt?: string
description?: string
style?: string