Commit 4d344e9e authored by Maofei94's avatar Maofei94

perf: 版本记录

parent 8ca2d5c6
......@@ -30,6 +30,42 @@ const ColConen = () => {
};
const arr = [
{
key: '4',
label: 'v6.0.20210108 ',
content: (
<div className={styles.hr}>
<div className={styles.topBox}>
<div className={styles.topl}>v6.0.20210108</div>
<div className={styles.topr}>2021-01-08</div>
</div>
<hr />
<h3>图片管理</h3>
<ul>
<li>【优化】 筛选展示图片的类型</li>
</ul>
<h3>用户管理</h3>
<ul>
<li>【优化】 优化了table展示图标</li>
</ul>
<h3>站点管理</h3>
<ul>
<li>【新增】 新增搜索过滤功能</li>
<li>【修改】 修改了页面展示形式</li>
</ul>
<h3>Web配置</h3>
<ul>
<li>【新增】 产品配置模块</li>
<li>【优化】 优化菜单描述</li>
</ul>
<h3>移动应用配置</h3>
<ul>
<li>【优化】 增加展示应用类别</li>
<li>【优化】 优化菜单描述</li>
</ul>
</div>
),
},
{
key: '3',
label: 'v5.0.20201231 ',
......
......@@ -13,7 +13,7 @@ const Colophon = props => {
};
return (
<div className={styles.desc} onClick={handleClick}>
<div>版本v5.0.20201231</div>
<div>版本v6.0.20210108</div>
<div onClick={e => e.stopPropagation()}>
<Modal
width={1200}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment