Dateien nach "/" hochladen

Release v0.42.0 Modern UI
This commit is contained in:
2026-06-30 09:57:21 +00:00
parent 2c24b4d71d
commit 1b4c99c08d
3 changed files with 461 additions and 180 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
const APP_VERSION = 'v0.41.1';
const APP_VERSION = 'v0.42.0';
const fileInput = document.getElementById('csvFile');
const dropZone = document.getElementById('dropZone');