From 4f635b7fa12ce0f377d0f2fabd22764c3fcda008 Mon Sep 17 00:00:00 2001 From: linpeilie Date: Wed, 17 Jul 2024 15:55:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=8B=E6=83=85=E9=93=BE?= =?UTF-8?q?=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/components/links.ts | 4 ++ docs/.vuepress/components/links.vue | 95 +++++++++++++++++++++++++++++ docs/README.md | 11 +--- 3 files changed, 101 insertions(+), 9 deletions(-) create mode 100644 docs/.vuepress/components/links.ts create mode 100644 docs/.vuepress/components/links.vue diff --git a/docs/.vuepress/components/links.ts b/docs/.vuepress/components/links.ts new file mode 100644 index 0000000..bd85664 --- /dev/null +++ b/docs/.vuepress/components/links.ts @@ -0,0 +1,4 @@ +export const links = [ + { logo: 'https://plus-doc.dromara.org/static/image/logo.png', title: 'RuoYi-Vue-Plus 多租户权限管理系统', desc: '真正面向企业级的应用框架\n组件化 模块化 轻耦合 高扩展 针对企业痛点 业界一流技术栈', link: 'https://plus-doc.dromara.org/#/' }, + { logo: 'https://demo.orangeforms.com/img/login_logo2.424461a3.png', title: '橙单 —— 最纯粹的代码生成工具', desc: '80% 代码「免费」生成,全部源码交付,永久免费升级', link: 'https://www.orangeforms.com/' } +] \ No newline at end of file diff --git a/docs/.vuepress/components/links.vue b/docs/.vuepress/components/links.vue new file mode 100644 index 0000000..b9a0fe5 --- /dev/null +++ b/docs/.vuepress/components/links.vue @@ -0,0 +1,95 @@ + + + + + \ No newline at end of file diff --git a/docs/README.md b/docs/README.md index 8ebe737..255d777 100644 --- a/docs/README.md +++ b/docs/README.md @@ -46,12 +46,11 @@ footer: startYear: 2023 --- -## 国内站点 +## 友情链接 -- https://easii.gitee.io/mapstruct-plus/ + ## 其他开源项目 - - **EasyRelation**:[GitHub](https://github.com/linpeilie/easy-relation) | [Gitee](https://gitee.com/easii/easy-relation) | [Document](https://easy-relation.easii.cn) ## 最新版本 @@ -127,12 +126,6 @@ implementation group: 'io.github.linpeilie', name: 'mapstruct-plus-spring-boot-s - [mapstruct-plus-深度拷贝一集精通](https://www.bilibili.com/video/BV1KM4y1E7GJ/) -## 友情链接 - -- [RuoYi-Vue-Plus](https://gitee.com/JavaLionLi/RuoYi-Vue-Plus/wikis/pages) -- [RuoYi-Cloud-Plus](https://gitee.com/JavaLionLi/RuoYi-Cloud-Plus/wikis/pages) -- [Stream-Query](http://stream-query.dromara.org/):允许完全摆脱Mapper的mybatis-plus🌽体验!可以使用类似“工具类”🔧这样的静态函数进行数据库操作 - ## 联系我 > 个人网站:[代码笔耕](https://easii.gitee.io)