diff --git a/README.md b/README.md index f26a813..65d391c 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,10 @@ Mapstruct Plus 是对 Mapstruct 框架的一个增强,只做增强,不做修 - [Github](https://github.com/linpeilie/mapstruct-plus) - [彻底干掉 BeanUtils,最优雅的 Mapstruct 增强工具全新出炉](https://juejin.cn/post/7204307381688909882) +## 个人主页 + +- [代码笔耕](https://easii.gitee.io/) + ## 其他开源项目 - **EasyRelation**:[GitHub](https://github.com/linpeilie/easy-relation) | [Gitee](https://gitee.com/easii/easy-relation) | [Document](https://easy-relation.easii.cn) @@ -145,6 +149,13 @@ public class QuickStartTest { ## 联系我 +> 个人网站:[代码笔耕](https://easii.gitee.io) + > vx : Clue8a796d01 -联系我 \ No newline at end of file +![Clue8a796d01](https://img-1318183505.cos.ap-nanjing.myqcloud.com/20230609091707.webp) + +> 公众号:**代码笔耕** + +![代码笔耕](https://img-1318183505.cos.ap-nanjing.myqcloud.com/qrcode_for_gh_c207b35e04b8_344.webp) + diff --git a/docs/.vuepress/config.ts b/docs/.vuepress/config.ts index ef66f0e..a275ea5 100644 --- a/docs/.vuepress/config.ts +++ b/docs/.vuepress/config.ts @@ -43,34 +43,34 @@ export default defineUserConfig({ googleAnalyticsPlugin({ id: 'G-SXEZVNR8FZ' }), - componentsPlugin({ - rootComponents: { - notice: [ - { - path: "/", - title: "推荐最新开源项目 EasyRelation", - content: "EasyRelation 是一个简单、高效的自动关联数据框架,可以通过一行代码,自动关联查询并填充需要的数据,对于性能影响极小,且省略了大量冗余代码。", - actions: [ - { - text: "GitHub", - link: "https://github.com/linpeilie/easy-relation", - type: "default", - }, - { - text: "Gitee", - link: "https://gitee.com/easii/easy-relation", - "type": "default" - }, - { - text: "Document", - link: "https://easy-relation.easii.cn", - "type": "primary" - }, - ], - fullscreen: false, - } - ], - }, - }), +// componentsPlugin({ +// rootComponents: { +// notice: [ +// { +// path: "/", +// title: "推荐最新开源项目 EasyRelation", +// content: "EasyRelation 是一个简单、高效的自动关联数据框架,可以通过一行代码,自动关联查询并填充需要的数据,对于性能影响极小,且省略了大量冗余代码。", +// actions: [ +// { +// text: "GitHub", +// link: "https://github.com/linpeilie/easy-relation", +// type: "default", +// }, +// { +// text: "Gitee", +// link: "https://gitee.com/easii/easy-relation", +// "type": "default" +// }, +// { +// text: "Document", +// link: "https://easy-relation.easii.cn", +// "type": "primary" +// }, +// ], +// fullscreen: false, +// } +// ], +// }, +// }), ] }); diff --git a/docs/README.md b/docs/README.md index 1e7b037..5743b69 100644 --- a/docs/README.md +++ b/docs/README.md @@ -97,5 +97,10 @@ implementation group: 'io.github.linpeilie', name: 'mapstruct-plus-spring-boot-s ## 联系我 -![Wechat --- Clue8a796d01](/assets/contact-me.png =346x403) +- 个人网站:[代码笔耕](https://easii.gitee.io) +- vx : **Clue8a796d01** + ![Clue8a796d01](https://img-1318183505.cos.ap-nanjing.myqcloud.com/20230609091707.webp) +- 公众号:**代码笔耕** + ![代码笔耕](https://img-1318183505.cos.ap-nanjing.myqcloud.com/qrcode_for_gh_c207b35e04b8_344.webp) +