update docs

This commit is contained in:
linpeilie 2023-06-09 09:20:32 +08:00
parent 5ca5e1d152
commit 7fed98badc
3 changed files with 47 additions and 31 deletions

View File

@ -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
<img src="https://raw.githubusercontent.com/linpeilie/mapstruct-plus/main/assets/contact-me.jpeg" alt="联系我" width="364" height="497" />
![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)

View File

@ -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,
// }
// ],
// },
// }),
]
});

View File

@ -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)