优化: 统一成功提示弹窗样式,优化会员状态检查

This commit is contained in:
ruisu
2025-02-19 19:16:29 +08:00
parent 8bff4ebdf7
commit 21f85ca6c1
3 changed files with 393 additions and 40 deletions

View File

@@ -399,7 +399,7 @@ def reset_auth_with_password(password: str = None) -> tuple[bool, str]:
auth_manager = CursorAuthManager()
if auth_manager.update_auth(email, access_token, refresh_token):
logging.info("认证信息更新成功")
# 重置机器码
logging.info("正在重置机器码...")