mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-23 19:20:24 +08:00
添加多语言最基础代码
This commit is contained in:
@@ -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; // 界面语言
|
||||
}
|
||||
Reference in New Issue
Block a user