全局替换旧域名 polyweather-pro.vercel.app → polyweather.top

- payment-host: 移除 vercel 域名,加 www.polyweather.top
- CORS: 移除 vercel,加 www
- bot: 绑定链接 + 市场概览提示
- weather_sources: User-Agent
This commit is contained in:
2569718930@qq.com
2026-05-26 19:53:47 +08:00
parent dd585ac83b
commit 88b80d66e8
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
const DEFAULT_ALLOWED_PAYMENT_HOSTS = [
"polyweather-pro.vercel.app",
"polyweather.top",
"www.polyweather.top",
"localhost",
"127.0.0.1",
];