mirror of
https://github.com/zs-yg/kortapp-z.git
synced 2025-12-06 16:10:42 +08:00
Add files via upload
This commit is contained in:
@@ -9,7 +9,7 @@ public:
|
||||
static std::string getVersion() { return "1.0.0"; }
|
||||
static std::string getAuthor() { return "zsyg"; }
|
||||
static std::string getDescription() {
|
||||
return "一个简单的文本转换工具,支持文本转换";
|
||||
return "一个简单的文本转换工具,支持文本转换";
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -5,18 +5,6 @@
|
||||
#include "Converter.hpp"
|
||||
#include "BinaryConverter.hpp"
|
||||
#include "HexConverter.hpp"
|
||||
#include "ROT13Converter.hpp"
|
||||
#include "MD5Converter.hpp"
|
||||
#include "SHA1Converter.hpp"
|
||||
#include "SHA256Converter.hpp"
|
||||
#include "SHA224Converter.hpp"
|
||||
#include "SHA384Converter.hpp"
|
||||
#include "SHA512Converter.hpp"
|
||||
#include "SHA3Converter.hpp"
|
||||
#include "Base64Converter.hpp"
|
||||
#include "Base32Converter.hpp"
|
||||
#include "Ascii85Converter.hpp"
|
||||
#include "CRC32Converter.hpp"
|
||||
|
||||
class Utils {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user