chore: added footer and missing html messages

This commit is contained in:
2025-09-26 13:48:54 +02:00
parent 14f730f8ca
commit 9118c186cf
5 changed files with 98 additions and 14 deletions
+6
View File
@@ -292,6 +292,12 @@ export const useStore = defineStore('store', {
inputFields: {},
optionalFieldNames: []
}
},
footer: {
V: '',
W: '',
Y: '',
Z: ''
}
},