From d53549dfce4fd718d8ac8dc71947d2a7e4b7444b Mon Sep 17 00:00:00 2001 From: 628764bf70b7ea73fee6c4ca <628764bf70b7ea73fee6c4ca@devide> Date: Tue, 25 Oct 2022 05:38:04 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9B=BE=E7=89=87=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 50 +++++++++++++++++++------------------------------- docs/README.md | 4 ++-- 2 files changed, 21 insertions(+), 33 deletions(-) diff --git a/README.md b/README.md index dd2f3290..9db3995a 100644 --- a/README.md +++ b/README.md @@ -1,43 +1,31 @@ ---- -home: true -lang: zh-CN -name: 首页 -heroText: EasyDataBaseExport -heroImage: /images/logo.png -actions: - - text: 开始 → - link: /index/ -features: - - title: 界面 - details: 熟悉的UI,不同的实现:左侧树,中间结构,右侧信息 - - title: 多数据库支持 - details: MySQL、Oracle、SqlServer、PostgreSQL、达梦、人大金仓、DB2等 - - title: 拥抱开源 - details: 源码完整开源,遵循MIT开源协议 -footerHtml: true -footer: Copyright © 2022-present 像风一样 ---- +

star fork

-## ⚡️未来... +## 快速上手 -1.支持更多数据库([欢迎提issues](https://gitee.com/lzy549876/EasyDataBaseExport/issues))✊ -2.支持更多导出格式([欢迎提issues](https://gitee.com/lzy549876/EasyDataBaseExport/issues)):muscle: -...... +```bash +# clone the project +git clone https://github.com/Zhuoyuan1/vuepress-next -## :pushpin: Jetbrains插件 +# enter the project directory +cd vuepress-next -该插件功能同本工具,并基于Database Tool开发,所有Database Tool支持的数据库都是支持的。 +# install dependency +npm install # or yarn install - +# develop +npm run docs:dev # or yarn docs:dev +``` -直接安装? +## ⚡️未来... - +1.支持更多数据库([欢迎提issues](https://gitee.com/lzy549876/EasyDataBaseExport/issues))✊ +2.支持更多导出格式([欢迎提issues](https://gitee.com/lzy549876/EasyDataBaseExport/issues)):muscle: +...... ## :sparkling_heart: 支持这个项目 @@ -51,7 +39,7 @@ footer: Copyright © 2022-present 像风一样 | 微信赞赏 | 微信 | 支付宝 | | :---: | :---: | :---: | -| 赞赏码 | Wechat QRcode| Alipay QRcode | +| 赞赏码 | Wechat QRcode| Alipay QRcode | ## :email: 联系 @@ -60,6 +48,6 @@ footer: Copyright © 2022-present 像风一样 - **GitHub**: ## 致谢 -:heart:感谢支持这个项目的朋友 +:heart: 感谢支持这个项目的朋友 -:heart:感谢为这个项目贡献代码的朋友 → [Contributors](https://gitee.com/lzy549876/EasyDataBaseExport/contributors) +:heart: 感谢为这个项目贡献代码的朋友 → [Contributors](https://gitee.com/lzy549876/EasyDataBaseExport/contributors) diff --git a/docs/README.md b/docs/README.md index 6c8ba8bf..af9f298b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -58,6 +58,6 @@ footer: Copyright © 2022-present 像风一样 - **GitHub**: ## 致谢 -:heart:感谢支持这个项目的朋友 +:heart: 感谢支持这个项目的朋友 -:heart:感谢为这个项目贡献代码的朋友 → [Contributors](https://gitee.com/lzy549876/EasyDataBaseExport/contributors) +:heart: 感谢为这个项目贡献代码的朋友 → [Contributors](https://gitee.com/lzy549876/EasyDataBaseExport/contributors) -- GitLab