Update NewAddToCart_Web.js

This commit is contained in:
XXhaos
2026-04-04 01:59:46 +08:00
committed by GitHub
parent c34c80999e
commit 1dff8cb53c

View File

@@ -16,8 +16,8 @@ const LOCALE = "en-ng";
const FRIENDLY_NAME = `cart-${MARKET}`;
const CLIENT_CONTEXT = { client: "UniversalWebStore.Cart", deviceType: "Pc" };
const REMOTE_READ_URL = 'https://cc.dragonisheep.com/surge?token=xbox123';
const REMOTE_COMMIT_URL = 'https://cc.dragonisheep.com/surge/commit?token=xbox123';
const REMOTE_READ_URL = 'https://locvps.dragonisheep.com/surge?token=xbox123';
const REMOTE_COMMIT_URL = 'https://locvps.dragonisheep.com/surge/commit?token=xbox123';
const LOCAL_KEY = 'XboxProductList';
const MUID = $persistentStore.read("cart-x-authorization-muid");