chore: update activation and verification URLs in LicenseManager to new domain

This commit is contained in:
cheng zhen
2025-01-02 08:11:26 +08:00
parent c404d0de31
commit 6403682094

View File

@@ -24,11 +24,8 @@ class LicenseManager:
config_dir = os.path.expanduser("~/.config")
self.license_file = os.path.join(config_dir, "CursorPro", "license.json")
self.activation_url = "http://119.8.35.41:3003/activate"
self.verify_url = "http://119.8.35.41:3003/verify"
# 开发环境
# self.activation_url = "http://127.0.0.1:3000/activate"
# self.verify_url = "http://127.0.0.1:3000/verify"
self.activation_url = "http://cursor.chengazhen.me/activate"
self.verify_url = "http://cursor.chengazhen.me/verify"
self.key = b"Kj8nP9x2Qs5mY7vR4wL1hC3fA6tD0iB8"
self.encryption_key = b"f1e2d3c4b5a6978899aabbccddeeff00112233445566778899aabbccddeeff00" # 与服务器端相同的密钥