xmin-c3 share MCP tool and sleep mode can be disabled (#1054)

This commit is contained in:
Xiaoxia
2025-08-09 03:08:42 +08:00
committed by GitHub
parent 2a02dd65be
commit 593b495139
9 changed files with 149 additions and 109 deletions

View File

@@ -13,6 +13,8 @@ public:
void SetString(const std::string& key, const std::string& value);
int32_t GetInt(const std::string& key, int32_t default_value = 0);
void SetInt(const std::string& key, int32_t value);
bool GetBool(const std::string& key, bool default_value = false);
void SetBool(const std::string& key, bool value);
void EraseKey(const std::string& key);
void EraseAll();