Skip to content

Commit

Permalink
添加多盘支持
Browse files Browse the repository at this point in the history
  • Loading branch information
yanzai committed Mar 4, 2020
1 parent 89a8a98 commit 4ff5d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function html(current_drive_order = 0) {
window.drive_names = JSON.parse('${JSON.stringify(authConfig.roots.map(it => it.name))}');
window.current_drive_order = ${current_drive_order};
</script>
<script src="//cdn.jsdelivr.net/combine/gh/jquery/[email protected]/dist/jquery.min.js,gh/yanzai/goindex@${authConfig.version}/themes/${authConfig.theme}/app.js"></script>
<script src="//cdn.jsdelivr.net/combine/gh/jquery/[email protected]/dist/jquery.min.js,gh/yanzai/goindex/themes/${authConfig.theme}/app.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/mdui/0.4.3/js/mdui.min.js"></script>
</head>
<body>
Expand Down

0 comments on commit 4ff5d91

Please sign in to comment.