修复徽章镶嵌

This commit is contained in:
小疯
2022-09-12 13:35:16 +08:00
parent f77da28439
commit 2ccdac8561
16 changed files with 1484 additions and 1190 deletions

View File

@@ -8,7 +8,7 @@
#define SET_TEXTA(X) #X
namespace Util
namespace Utils
{
/**
* @brief 到16进制Hex文本
@@ -50,7 +50,7 @@ namespace Util
}
#define LOG(format,...) Util::_Log(format,##__VA_ARGS__)
#define LOG(format,...) Utils::_Log(format,##__VA_ARGS__)
#endif // utils_h__