fix(proxy): 更换代理服务为 allorigins.win 并更新处理逻辑

更新代理配置从自定义代理服务改为使用 allorigins.win 服务,并相应修改代理请求处理逻辑。当代理请求失败时,自动回退到直接请求方式。同时移除了未使用的 Google AdSense 脚本。
This commit is contained in:
2025-10-08 17:37:25 +08:00
parent 54a3ee6e9d
commit ebf6833e70
3 changed files with 40 additions and 18 deletions

View File

@@ -27,11 +27,11 @@
content="%VITE_GOOGLE_SEARCH_CONSOLE_VERIFICATION%"
/>
<!-- Google AdSense -->
<script
<!-- <script
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=%VITE_ADSENSE_PUB_ID%"
crossorigin="anonymous"
></script>
></script> -->
<!-- jQuery -->
<!-- <script src="https://unpkg.com/jquery@3.7.1/dist/jquery.js"></script> -->
</head>