feat: add language config
This commit is contained in:
+3
-1
@@ -3,7 +3,9 @@
|
||||
#include <vector>
|
||||
|
||||
struct Config {
|
||||
int version = 1;
|
||||
int version = 2;
|
||||
|
||||
std::string language = "zh_CN";
|
||||
|
||||
struct basic {
|
||||
std::string Command = "cleaner";
|
||||
|
||||
Reference in New Issue
Block a user