mirror of
https://github.com/Kakune55/ComiPy.git
synced 2025-09-15 19:59:39 +08:00
feat:调整页面显示效果 添加隐私保护功能
This commit is contained in:
@@ -20,10 +20,8 @@
|
||||
<div class="container mt-5">
|
||||
<h2 class="text-center text-primary mb-4">文件上传</h2>
|
||||
<div class="row justify-content-center mb-4">
|
||||
<div class="col-md-6">
|
||||
<div class="input-group mb-3">
|
||||
<input type="file" class="form-control" id="avatar" accept=".zip" multiple>
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<button class="btn btn-primary btn-block" onclick="to_upload_file()" id="upload_button">上传</button>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user