fix: 修复HTTPS页面下载HTTP直链的Mixed Content问题

- downloadFile: 检测Mixed Content自动降级到后端代理下载
- getMediaUrl: 媒体预览同样处理Mixed Content
- 当HTTPS页面遇到HTTP直链时,自动使用服务器代理
- 添加Toast提示用户正在使用代理下载

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-27 14:59:09 +08:00
parent 1b7585d54a
commit a4c94b1f68
2 changed files with 37 additions and 6 deletions

View File

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