From c87f0d50b21bf741f302f3cd9d695d55db1cf0e4 Mon Sep 17 00:00:00 2001 From: XXhaos Date: Thu, 16 Apr 2026 12:53:18 +0800 Subject: [PATCH] Update SyncXboxCloud.js --- Scripts/SyncXboxCloud.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/SyncXboxCloud.js b/Scripts/SyncXboxCloud.js index 059e370..9cfc398 100644 --- a/Scripts/SyncXboxCloud.js +++ b/Scripts/SyncXboxCloud.js @@ -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) {