From a8f923eb38ed5fd09fe5aa395f5798a730eedf2d Mon Sep 17 00:00:00 2001 From: Ohh <155351881+mufeng889@users.noreply.github.com> Date: Sat, 10 Aug 2024 17:30:06 +0800 Subject: [PATCH] docs(projects): update README (#594) --- README.md | 1 + README.zh_CN.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index e551bd17..abf60513 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,7 @@ pnpm build ## Ecosystem +- [react-soybean-admin](https://github.com/mufeng889/react-soybean-admin): SoybeanAdmin based version of React. - [electron-mock-admin](https://github.com/lixin59/electron-mock-api): A Mock Api management system that helps front-end developers quickly implement interface mocks. - [T-Shell](https://github.com/TheBlindM/T-Shell): A terminal emulator and SSH client with configurable command prompts. - [pea](https://github.com/haitang1894/pea) : Adopting SpringBoot3.2 + JDK21, MyBatis-Plus, SpringSecurity security framework, etc., suitable for the simple permission system developed by [soybean-admin](https://gitee.com/honghuangdc/soybean-admin). diff --git a/README.zh_CN.md b/README.zh_CN.md index 24909c40..7e55e123 100644 --- a/README.zh_CN.md +++ b/README.zh_CN.md @@ -109,6 +109,7 @@ pnpm build ## 周边生态 +- [react-soybean-admin](https://github.com/mufeng889/react-soybean-admin): 基于SoybeanAdmin的React版本. - [electron-mock-admin](https://github.com/lixin59/electron-mock-api): 一个 Mock Api 管理系统,帮助前端开发伙伴快速实现接口的 mock。 - [T-Shell](https://github.com/TheBlindM/T-Shell): 是一个可配置命令提示的终端模拟器和 SSH 客户端。 - [pea](https://github.com/haitang1894/pea) : 采用SpringBoot3.2 + JDK21、MyBatis-Plus、SpringSecurity安全框架等,适配 [soybean-admin](https://gitee.com/honghuangdc/soybean-admin) 开发的简单权限系统。