管理界面可以切换风格

This commit is contained in:
刘祥超
2021-07-12 10:21:45 +08:00
parent aa150a1ae1
commit 499ec2306c
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;
}