1、【新增】添加IM
2、【新增】添加项目页面 2、【新增/修改】将日志写入到ArangoDb(原来MongoDb)
This commit is contained in:
@@ -3,11 +3,23 @@
|
||||
#set(title=bean.title)
|
||||
#set(keywords=bean.title)
|
||||
#set(description=bean.title)
|
||||
#set(
|
||||
project=["redbbs","redtimer", "ExcelUtil","jfly"]
|
||||
)
|
||||
|
||||
#@layout()
|
||||
#define css()
|
||||
<style>
|
||||
.fly-panel{margin-right: 15px}
|
||||
.layui-col-md4{padding-top: 20px;}
|
||||
.detail-box{min-height: 300px}
|
||||
|
||||
.pro_name a{color: #4183c4;}
|
||||
.osc_git_title{background-color: #fff;}
|
||||
.osc_git_box{background-color: #fff;}
|
||||
.osc_git_box{border-color: #E3E9ED;}
|
||||
.osc_git_info{color: #666;}
|
||||
.osc_git_main a{color: #9B9B9B;}
|
||||
</style>
|
||||
#end
|
||||
|
||||
@@ -15,6 +27,16 @@
|
||||
<div class="layui-container">
|
||||
|
||||
<div class="layui-row">
|
||||
#for(x : project)
|
||||
<div class="layui-col-md4">
|
||||
<div class="fly-panel detail-box">
|
||||
<script src='https://gitee.com/tc608/#(x)/widget_preview'></script>
|
||||
</div>
|
||||
</div>
|
||||
#end
|
||||
|
||||
|
||||
#define xx()
|
||||
<div class="layui-col-md8" style="padding-top: 20px;">
|
||||
<!--内容-->
|
||||
<div class="fly-panel detail-box">
|
||||
@@ -221,8 +243,8 @@
|
||||
</div>
|
||||
</div>-->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
#end
|
||||
</div>
|
||||
|
||||
#end
|
||||
|
Reference in New Issue
Block a user