NEW: Add Makerworld CN domain

JIRA: none
Change-Id: I1325d1113f337f6915833fde9d772166984b1e4c
This commit is contained in:
zorro.zhang 2024-04-02 17:34:03 +08:00 committed by Lane.Wei
parent e3fc46f121
commit 8434ba0c76
1 changed files with 1 additions and 1 deletions

View File

@ -1472,7 +1472,7 @@ std::string GUI_App::get_model_http_url(std::string country_code)
url = "https://makerworld.com/";
}
else if (country_code == "CN") {
url = "https://makerworld.com/";
url = "https://makerworld.com.cn/";
}
else if (country_code == "ENV_CN_DEV") {
url = "https://makerhub-dev.bambu-lab.com/";