mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-08 14:19:00 +08:00
NEW: Add Makerworld CN domain
JIRA: none Change-Id: I1325d1113f337f6915833fde9d772166984b1e4c
This commit is contained in:
parent
e3fc46f121
commit
8434ba0c76
@ -1472,7 +1472,7 @@ std::string GUI_App::get_model_http_url(std::string country_code)
|
|||||||
url = "https://makerworld.com/";
|
url = "https://makerworld.com/";
|
||||||
}
|
}
|
||||||
else if (country_code == "CN") {
|
else if (country_code == "CN") {
|
||||||
url = "https://makerworld.com/";
|
url = "https://makerworld.com.cn/";
|
||||||
}
|
}
|
||||||
else if (country_code == "ENV_CN_DEV") {
|
else if (country_code == "ENV_CN_DEV") {
|
||||||
url = "https://makerhub-dev.bambu-lab.com/";
|
url = "https://makerhub-dev.bambu-lab.com/";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user