Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
BeardedManZhao committed Apr 12, 2024
1 parent fb48a57 commit 76561d0
Show file tree
Hide file tree
Showing 4 changed files with 664 additions and 3 deletions.
4 changes: 2 additions & 2 deletions web/FileExplorer.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<div id="show_area" style="text-align: center">diskMirror-front 1.0.2</div>
<div class="button_list1">
<button class="item_Button" onclick="window.open('index.html')">新界面</button>
<button class="item_Button" onclick="showTransferDeposit_fileList_table(this);"
<button class="item_Button" id="showTransferDeposit_fileList_table_button" onclick="showTransferDeposit_fileList_table(this);"
title="查看当前正在转存的任务"> 转存表
</button>
<button class="item_Button" onclick="transferDeposit()" title="您可以将某个链接中的数据保存到您的盘镜中">
Expand Down Expand Up @@ -81,11 +81,11 @@
</html>
<script src="https://www.lingyuzhao.top/js/lib/axios.min.js"></script>
<script src="https://www.lingyuzhao.top/js/lib/jsZip/jszip.min.js"></script>
<script src="https://www.lingyuzhao.top/js/diskMirror.js" type="application/javascript"></script>
<script src="https://www.lingyuzhao.top/js/lib/joker_box_pop_up/js/joker_box_pop_up.js"
type="application/javascript"></script>
<script src="https://www.lingyuzhao.top/LS-WebFront/js/utils_io.js"></script>
<script src="https://www.lingyuzhao.top/LS-WebFront/js/progressBar.js"></script>
<script src="js/diskMirror.min.js" type="application/javascript"></script>
<script src="js/conf/indexConfig.js"></script>
<script src="js/DiskMirrorFront.js" type="application/javascript"></script>
<script src="js/FileExplorer.js" type="application/javascript"></script>
Expand Down
Loading

0 comments on commit 76561d0

Please sign in to comment.