feat: batch download
This commit is contained in:
@@ -35,7 +35,14 @@
|
||||
<div class="card">
|
||||
<div class="files-header">
|
||||
<h2>文件列表</h2>
|
||||
<span class="meta" id="filesMeta">加载中...</span>
|
||||
<div class="files-header-right">
|
||||
<label class="check-all-wrap" id="checkAllWrap" style="display:none">
|
||||
<input type="checkbox" id="checkAll" />
|
||||
<span>全选</span>
|
||||
</label>
|
||||
<span class="meta" id="filesMeta">加载中...</span>
|
||||
<button class="btn ghost batch-btn" id="batchBtn" style="display:none">批量下载 (<span id="batchCount">0</span>)</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="quota-wrap" id="quotaWrap" style="display:none">
|
||||
<div class="quota-row">
|
||||
|
||||
Reference in New Issue
Block a user