refactor: remove project settings panel
This commit is contained in:
+2
-8
@@ -3,18 +3,13 @@ package com.agileboot.common.enums.common;
|
||||
import com.agileboot.common.enums.BasicEnum;
|
||||
|
||||
/**
|
||||
* 系统配置
|
||||
* 系统配置,对应 sys_config 表的 config_key 字段。
|
||||
*
|
||||
* @author valarchie
|
||||
* 对应 sys_config表的config_key字段
|
||||
*/
|
||||
public enum ConfigKeyEnum implements BasicEnum<String> {
|
||||
|
||||
/**
|
||||
* 菜单类型
|
||||
*/
|
||||
SKIN_THEME("sys.index.skinName", "系统皮肤主题"),
|
||||
INIT_PASSWORD("sys.user.initPassword", "初始密码"),
|
||||
SIDE_BAR_THEME("sys.index.sideTheme", "侧边栏开关"),
|
||||
CAPTCHA("sys.account.captchaOnOff", "验证码开关"),
|
||||
REGISTER("sys.account.registerUser", "注册开放功能");
|
||||
|
||||
@@ -36,5 +31,4 @@ public enum ConfigKeyEnum implements BasicEnum<String> {
|
||||
return description;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user