From ea81c52afabb39bf20aff033d8c7e22780cfeead Mon Sep 17 00:00:00 2001 From: FairyEver <1711467488@qq.com> Date: Sat, 14 Dec 2019 20:25:50 +0800 Subject: [PATCH] update readme --- README.md | 11 ++++++++--- README.zh.md | 11 ++++++++--- package.json | 2 +- 3 files changed, 17 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 388f64bf..21f61a06 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ D2Admin is a fully open source and free enterprise back-end product front-end integration solution, using the latest front-end technology stack, javascript files loading of local first screen less than 60kb, has prepared most of the project preparations, and with a lot of sample code to help the management system agile development. -[中文介绍](https://github.com/d2-projects/d2-admin/blob/master/README.zh.md) | **English** +[中文](https://github.com/d2-projects/d2-admin/blob/master/README.zh.md) | **English** ## Document @@ -38,8 +38,10 @@ D2Admin is a fully open source and free enterprise back-end product front-end in ## Other synchronous repositories -* [gitee](https://gitee.com/fairyever/d2-admin) -* [coding](https://d2-projects.coding.net/p/d2-admin/d/d2-admin/git) +| type | link | +| --- | --- | --- | +| gitee | [https://gitee.com/fairyever/d2-admin](https://gitee.com/fairyever/d2-admin) | +| coding | [https://d2-projects.coding.net/p/d2-admin/d/d2-admin/git](https://d2-projects.coding.net/p/d2-admin/d/d2-admin/git) | ## Features @@ -96,6 +98,9 @@ D2Admin is a fully open source and free enterprise back-end product front-end in * Page loading progress bar `1.4.1 +` * Adaptive top menu bar `1.4.7 +` * Support for merging cells when exporting xslx `1.5.4 +` +* Multiple tabs support drag and drop sorting `1.8.0 +` +* Optimize the construction of production environment, load only local JavaScript code less than 60kb on the homepage `1.8.0 +` +* Built in build file volume checking tool `1.8.0 +` ## Other version diff --git a/README.zh.md b/README.zh.md index 839444f6..a5db2d8b 100644 --- a/README.zh.md +++ b/README.zh.md @@ -17,7 +17,7 @@ [D2Admin](https://github.com/d2-projects/d2-admin) 是一个完全 **开源免费** 的企业中后台产品前端集成方案,使用最新的前端技术栈,小于 60kb 的本地首屏 js 加载,已经做好大部分项目前期准备工作,并且带有大量示例代码,助力管理系统敏捷开发。 -**中文介绍** | [English](https://github.com/d2-projects/d2-admin) +**中文** | [English](https://github.com/d2-projects/d2-admin) ## 文档 @@ -38,8 +38,10 @@ ## 其它同步仓库 -* [码云](https://gitee.com/fairyever/d2-admin) -* [coding](https://d2-projects.coding.net/p/d2-admin/d/d2-admin/git) +| 位置 | 链接 | +| --- | --- | --- | +| 码云 | [https://gitee.com/fairyever/d2-admin](https://gitee.com/fairyever/d2-admin) | +| coding | [https://d2-projects.coding.net/p/d2-admin/d/d2-admin/git](https://d2-projects.coding.net/p/d2-admin/d/d2-admin/git) | > 如果您在 github 仓库下载很慢,可以尝试使用我们的码云仓库克隆代码 @@ -98,6 +100,9 @@ * 页面载入进度条 `1.4.1 +` * 自适应的顶部菜单栏 `1.4.7 +` * 数据导出 xslx 时支持合并单元格 `1.5.4 +` +* 多标签页支持拖拽排序 `1.8.0 +` +* 优化生产环境构建,首页只加载小于 60kb 的本地 js 代码 `1.8.0 +` +* 内置了构建文件体积检查工具 `1.8.0 +` ## 其它版本 diff --git a/package.json b/package.json index 85d3e3a9..6049b2ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "d2-admin", - "version": "1.7.2", + "version": "1.8.0", "scripts": { "serve": "vue-cli-service serve --open", "lint": "vue-cli-service lint --fix",