Adapted for multi-platform compilation

Fixed URL input could only enter numbers
This commit is contained in:
chinosk
2025-03-17 22:26:52 +00:00
parent ade47131f9
commit d83854c755
19 changed files with 291 additions and 856 deletions
@@ -1,6 +1,7 @@
#include <string>
#include "nlohmann/json.hpp"
#include "../Log.h"
#include <thread>
namespace GakumasLocal::Config {
bool isConfigInit = false;
@@ -100,7 +101,6 @@ namespace GakumasLocal::Config {
GetConfigItem(bLimitYy);
GetConfigItem(bLimitZx);
GetConfigItem(bLimitZy);
}
catch (std::exception& e) {
Log::ErrorFmt("LoadConfig error: %s", e.what());