diff --git a/src/main/resources/msg/zh_CN/MessageResources.properties b/src/main/resources/msg/zh_CN/MessageResources.properties index ab42122..c4b7b1a 100644 --- a/src/main/resources/msg/zh_CN/MessageResources.properties +++ b/src/main/resources/msg/zh_CN/MessageResources.properties @@ -118,10 +118,6 @@ top.frame.query=查询 top.frame.game=游戏 left.date.now=时间 left.gameConfig.sysLetter=系统邮件 -top.frame.gmlog.guid=强制引导存留 -top.frame.gmlog.useItem=使用道具 -top.frame.gmlog.coinstat=金币统计 -top.frame.gmlog.roleRelate=角色信息 top.frame.gmlog.reg=注册用户 top.frame.gmlog.newUserStatics=新用户综合统计 top.frame.gmlog.userStatics=付费存留回收 @@ -201,3 +197,5 @@ common.error.login.account=账号或密码错误 global.refresh=刷新 system.log.isopen=是否开启日志 path.home=首页 +system.delete=删除 +system.add=添加 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/template/admin/project/config.ftl b/src/main/webapp/WEB-INF/template/admin/project/config.ftl index 6452b4b..2434107 100644 --- a/src/main/webapp/WEB-INF/template/admin/project/config.ftl +++ b/src/main/webapp/WEB-INF/template/admin/project/config.ftl @@ -15,6 +15,34 @@ <@p.hidden id="conf.id" name="conf.id" value='${obj.id}' /> <@p.text width="30" label="仓库路径" id="conf.repositoryPath" name="conf.repositoryPath" value="${obj.repositoryPath}" maxlength="100" class="required" required="true"/><@p.tr/> <@p.text width="30" label="访问url" id="conf.domainPath" name="conf.domainPath" value="${obj.domainPath}" maxlength="100" class="required" required="true"/><@p.tr/> +<@p.td label="默认开启的文件夹" colspan="6"> +
+ | 默认开启的文件夹 | +|
<@s.m "system.delete"/> | ++ |