添加强制清理功能,添加百度云上传功能,部分逻辑修改

This commit is contained in:
2019-04-29 09:50:26 +08:00
parent 43e161ebb6
commit f1b4a878a5
5 changed files with 56 additions and 28 deletions

View File

@ -20,5 +20,10 @@
<td><span id="inSpeed"></span>/s</td>
<td><span id="outSpeed"></span>/s</td>
</tr>
<tr>
<td class='title'>文件清理时间</td>
<td>@ <span id="doCleanTime"></span></td>
<td>清理超过<span id="fileExpire"></span>天的文件</td>
</tr>
</table>
<script src="/static/device.js"></script>