diff --git a/Scripts/SyncXboxCloud.js b/Scripts/SyncXboxCloud.js index 2e77050..a49e384 100644 --- a/Scripts/SyncXboxCloud.js +++ b/Scripts/SyncXboxCloud.js @@ -4,8 +4,8 @@ * 顶部时间戳锁防止 Surge 规则重复触发脚本 */ -const readUrl = 'https://cc.dragonisheep.com/surge?token=xbox123'; -const commitUrl = 'https://cc.dragonisheep.com/surge/commit?token=xbox123'; +const readUrl = 'https://locvps.dragonisheep.com/surge?token=xbox123'; +const commitUrl = 'https://locvps.dragonisheep.com/surge/commit?token=xbox123'; const storeKey = 'XboxProductList'; function escapeHTML(str) {