管理界面可以切换风格

This commit is contained in:
GoEdgeLab
2021-07-12 10:21:45 +08:00
parent 8b36fc3882
commit 6075bff80e
4 changed files with 263 additions and 126 deletions

View File

@@ -10,4 +10,5 @@ message AdminModuleList {
bool isSuper = 2;
repeated AdminModule Modules = 3;
string fullname = 4;
string theme = 5;
}