mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-16 00:42:44 +00:00
2.2.0 dev lxy 1217 (#68)
* Modification: Migrate login interface * Change 'China' to 'Chinese Mainland' * Add: wcp_networktestdialog * Optimization: Main process freezing when connecting devices * Add: wcp_gettimelapseinstance & wcp_defectdetactionconfig
This commit is contained in:
@@ -47,8 +47,8 @@ SMUserLogin::SMUserLogin(bool isLogout) : wxDialog((wxWindow *) (wxGetApp().main
|
||||
TargetUrl = "https://id.snapmaker.com?from=orca";
|
||||
LogoutUrl = "https://id.snapmaker.com/logout?from=orca";
|
||||
m_hostUrl = "https://id.snapmaker.com";
|
||||
m_accountUrl = "https://account.snapmaker.com";
|
||||
m_userInfoUrl = "https://account.snapmaker.com/api/common/accounts/current";
|
||||
m_accountUrl = "https://id.snapmaker.com";
|
||||
m_userInfoUrl = "https://id.snapmaker.com/api/common/accounts/current";
|
||||
m_home_url = "https://www.snapmaker.com/";
|
||||
} else {
|
||||
TargetUrl = "https://id.snapmaker.cn?from=orca";
|
||||
|
||||
Reference in New Issue
Block a user