This commit is contained in:
2022-04-21 12:56:05 +08:00
parent d2fb2a75d2
commit 064b8c309f
3 changed files with 90 additions and 9 deletions

View File

@@ -83,7 +83,7 @@ public:
static void WindowsNotice(char* str, int type = 0x10d, int b = 0x0);
//GM公告
static void GMNotice(char* str, int type, int color);
//获取IP
//获取腾讯文档IP
static std::string GetIP();
};