Add files via upload

This commit is contained in:
zsyg
2025-07-20 13:25:35 +08:00
committed by GitHub
parent a93e4d67f4
commit 104aba01da
5 changed files with 16 additions and 46 deletions

View File

@@ -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 "一个简单的文本转换工具,支持文本转换";
}
};