add version check

This commit is contained in:
SoftFever
2022-12-29 20:35:14 +08:00
parent 2928a36c85
commit 6485187435
6 changed files with 111 additions and 6 deletions

View File

@ -38,7 +38,7 @@ using namespace nlohmann;
namespace Slic3r {
static const std::string VERSION_CHECK_URL = "";
static const std::string VERSION_CHECK_URL = "https://api.github.com/repos/softfever/bambustudio-softfever/releases";
static const std::string MODELS_STR = "models";
const std::string AppConfig::SECTION_FILAMENTS = "filaments";