fix: SFTP下载使用新窗口打开直链

- app.js downloadFile: SFTP有直链时用window.open新窗口打开
- share.html downloadFile: 分享页面同样处理
- 本地存储下载保持原有方式不变
- 解决HTTPS页面下载HTTP直链的Mixed Content问题

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-27 15:24:20 +08:00
parent 482a610420
commit d2aa115b5b
3 changed files with 12 additions and 7 deletions

View File

@@ -2541,6 +2541,6 @@
}
</style>
<script src="app.js?v=20251127001"></script>
<script src="app.js?v=20251127003"></script>
</body>
</html>