添加多语言最基础代码

This commit is contained in:
刘祥超
2023-06-28 09:12:13 +08:00
parent 4853363765
commit bd57d35d63
27 changed files with 850 additions and 9 deletions

View File

@@ -10,5 +10,6 @@ message AdminModuleList {
bool isSuper = 2;
repeated AdminModule Modules = 3;
string fullname = 4;
string theme = 5;
string theme = 5; // 风格模板
string lang = 6; // 界面语言
}