Update SyncXboxCloud.js

This commit is contained in:
XXhaos
2026-04-16 12:53:18 +08:00
committed by GitHub
parent 924b1968dc
commit c87f0d50b2

View File

@@ -4,8 +4,8 @@
* 顶部时间戳锁防止 Surge 规则重复触发脚本
*/
const readUrl = 'https://locvps.dragonisheep.com/surge?token=xbox123';
const commitUrl = 'https://locvps.dragonisheep.com/surge/commit?token=xbox123';
const readUrl = 'https://xbox-bot.biubiubiu-lalala.workers.dev/surge?token=xbox123';
const commitUrl = 'https://xbox-bot.biubiubiu-lalala.workers.dev/surge/commit?token=xbox123';
const storeKey = 'XboxProductList';
function escapeHTML(str) {