This commit is contained in:
2023-11-13 14:00:01 +08:00
parent 26aea31550
commit a1b9f7a32d
22 changed files with 28662 additions and 412 deletions

View File

@@ -141,6 +141,8 @@ public:
static void WindowsNotice(char* str, int type = 0x10d, int b = 0x0);
//GM公告
static void GMNotice(char* str, int type, int color);
//替换字符
static std::string ReplaceAllword(const std::string& resources, const std::string& key, const std::string& ReplaceKey);
//获取腾讯文档IP
static std::string GetIP();