diff --git a/docs/.vuepress/config/htmlModules.js b/docs/.vuepress/config/htmlModules.js index 82c3026..f5c5ddd 100644 --- a/docs/.vuepress/config/htmlModules.js +++ b/docs/.vuepress/config/htmlModules.js @@ -21,8 +21,8 @@ module.exports = { sidebarT: ` - - + + `, // 万维广告 diff --git a/docs/.vuepress/config/nav.js b/docs/.vuepress/config/nav.js index f27c890..b8173d4 100644 --- a/docs/.vuepress/config/nav.js +++ b/docs/.vuepress/config/nav.js @@ -4,6 +4,11 @@ module.exports = [ { text: '💖支持', link: '/pages/fb599d/' }, { text: '更新记录', link: '/pages/88c2d1/'}, { text: '加入群聊', link: '/pages/73c2c3/' }, + { text: '推荐', items: [ + { text: 'LiteFlow - 轻量,快速,稳定可编排的组件式规则引擎', link: 'https://liteflow.cc/'}, + { text: 'frSimple - 中后台脚手架/小程序商城', link: 'https://frsimple.cn/'}, + ] + }, { text: 'Gitee', link: 'https://gitee.com/dromara/TLog' }, { text: 'Github', link: 'https://github.com/dromara/TLog' }, ]; \ No newline at end of file diff --git a/docs/.vuepress/public/img/donate/frsimple.png b/docs/.vuepress/public/img/donate/frsimple.png new file mode 100644 index 0000000..540a863 Binary files /dev/null and b/docs/.vuepress/public/img/donate/frsimple.png differ diff --git a/docs/.vuepress/public/img/donate/yinmai-banner.png b/docs/.vuepress/public/img/donate/yinmai-banner.png new file mode 100644 index 0000000..78c6f48 Binary files /dev/null and b/docs/.vuepress/public/img/donate/yinmai-banner.png differ diff --git a/docs/.vuepress/public/img/donate/yinmai.png b/docs/.vuepress/public/img/donate/yinmai.png new file mode 100644 index 0000000..ac1e625 Binary files /dev/null and b/docs/.vuepress/public/img/donate/yinmai.png differ diff --git a/docs/index.md b/docs/index.md index 3d595bb..5620b36 100644 --- a/docs/index.md +++ b/docs/index.md @@ -25,12 +25,19 @@ postList: none ::: cardList ```yaml -- name: PostCat - desc: 开源 API 管理工具,接口文档、接口测试、Mock... - avatar: /img/donate/postcat-logo.png - link: https://datayi.cn/w/a9By33no +- name: Frsimple + desc: 一个纯净的中后台脚手架,无封装,支持springboot2.7.x和3.x双分支版本 + avatar: /img/donate/frsimple.png + link: https://frsimple.cn/blogs/other/money.html bgColor: '#102863' textColor: '#FFFFFF' +- name: JNPF低代码开发平台 + desc: 技术双引擎系统,无限制业务场景,永久使用权,全源码交付 + avatar: /img/donate/yinmai.png + link: https://www.jnpfsoft.com/index.html?from=liteflow + bgColor: '#aaccff' + textColor: '#000000' + expired: '2025-04-12' ``` :::