diff --git a/conf/application.xml b/conf/application.xml index 44dad23..06e877d 100644 --- a/conf/application.xml +++ b/conf/application.xml @@ -5,9 +5,9 @@ - + diff --git a/lib/redkale.jar b/lib/redkale.jar index 89073bb..9e2dccd 100644 Binary files a/lib/redkale.jar and b/lib/redkale.jar differ diff --git a/libs/redbbs.jar b/libs/redbbs.jar index 28279e5..9167d96 100644 Binary files a/libs/redbbs.jar and b/libs/redbbs.jar differ diff --git a/root/_t/layout.html b/root/_t/layout.html index 9c7caa2..84d1d11 100644 --- a/root/_t/layout.html +++ b/root/_t/layout.html @@ -1,4 +1,9 @@ +#define columned(e) + #if(e == column??"") layui-this + #end +#end + #define layout() @@ -33,13 +38,17 @@ #(mine.nickname) + + VIP3 + --> 基本设置 - + 我的主页 退出 @@ -68,12 +77,12 @@ - 首页 - 求助 - 分享 - 建议 - 公告 - 动态 + 首页 + 求助 + 分享 + 建议 + 公告 + 动态 diff --git a/root/index.html b/root/index.html index a0c14c7..68d7f65 100644 --- a/root/index.html +++ b/root/index.html @@ -23,15 +23,15 @@ #(x.nickname) - - VIP3 + #(x.createTime) - 60 + 已结 - 66 + #(x.replyNum??0) @@ -48,13 +48,13 @@ - 综合 + 综合 - 未结 + 未结 - 已结 + 已结 - 精华 + 精华 按最新 @@ -65,11 +65,11 @@ #for(x : contents.rows??) - + - 动态 + #(x.typeName) #(x.title) @@ -82,10 +82,12 @@ #(x.createTime) + + 已结 + --> - 66 + #(x.replyNum??0) @@ -96,7 +98,7 @@ - 更多求解 + 更多求解 @@ -131,7 +133,7 @@ #end - + #define xx() 签到 @@ -152,6 +154,7 @@ --> + #end diff --git a/root/jie/add.html b/root/jie/add.html index a52a8b5..6a84ec9 100644 --- a/root/jie/add.html +++ b/root/jie/add.html @@ -19,11 +19,11 @@ - 求助 - 分享 - 建议 - 公告 - 动态 + 求助 + 分享 + 建议 + 公告 + 动态 diff --git a/root/jie/detail.html b/root/jie/detail.html index f27c672..ed0b906 100644 --- a/root/jie/detail.html +++ b/root/jie/detail.html @@ -26,15 +26,15 @@ 删除 #if(bean.top == 1) - 取消置顶 + 取消置顶 #else - 置顶 + 置顶 #end #if(bean.wonderful == 1) - 取消加精 + 取消加精 #else - 加精 + 加精 #end #end @@ -75,7 +75,7 @@ #for(x : comments.rows??) - + diff --git a/root/jie/index.html b/root/jie/index.html index 344b4a8..9ccf394 100644 --- a/root/jie/index.html +++ b/root/jie/index.html @@ -1,19 +1,26 @@ #@layout() +#define checked(e) + #if(e == "wj" && solved == 0) class="layui-this" + #elseif(e == "yj" && solved == 1) class="layui-this" + #elseif(e == "jh" && wonderful == 1) class="layui-this" + #elseif(e == "zh" && solved == -1 && wonderful == -1) class="layui-this" + #end +#end + #define main() - - 综合 + 综合 - 未结 + 未结 - 已结 + 已结 - 精华 + 精华 按最新 @@ -25,11 +32,11 @@ #for(x : contents.rows) - + - 分享 + #(x.typeName) #(x.title) @@ -42,8 +49,10 @@ #(x.createTime) + + 已结 + --> #(x.replyNum??0) @@ -63,12 +72,7 @@ - 12345…尾页下一页 - + @@ -86,6 +90,7 @@ #end + #define x() 这里可作为广告区域 @@ -95,7 +100,6 @@ - #define x() 友情链接 @@ -118,12 +122,9 @@ #define js()