mirror of
https://github.com/Kakune55/ComiPy.git
synced 2025-09-14 11:19:34 +08:00
修复了上传页逻辑存在的问题
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<h1 class="mb-3">文件上传</h1>
|
||||
<form id="uploadForm">
|
||||
<div class="mb-3">
|
||||
<input type="file" class="form-control" id="fileInput" accept="image/*" multiple>
|
||||
<input type="file" class="form-control" id="fileInput" accept=".zip" multiple>
|
||||
</div>
|
||||
<button type="submit" class="btn btn-primary">上传</button>
|
||||
</form>
|
||||
|
Reference in New Issue
Block a user