feat: enhance file upload functionality to support multiple JSON file uploads with improved validation and notification handling

This commit is contained in:
Supra4E8C
2025-12-06 13:16:09 +08:00
parent 86edc1ee95
commit 69f808e180
2 changed files with 55 additions and 27 deletions

View File

@@ -558,7 +558,7 @@
<i class="fas fa-chevron-right"></i>
</button>
</div>
<input type="file" id="auth-file-input" accept=".json" style="display: none;">
<input type="file" id="auth-file-input" accept=".json" multiple style="display: none;">
</div>
</div>