From bd86fd70ed27fe9e38638e9305022ddb3f27f54c Mon Sep 17 00:00:00 2001 From: FairyEver <1711467488@qq.com> Date: Tue, 12 May 2020 15:37:07 +0800 Subject: [PATCH] docs: add FlaskPermission --- README.md | 1 + README.zh.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index acd05d6d..183e4558 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,7 @@ The following access addresses are built and deployed by the latest master branc | Name | technology | HomePage | Preview | Introduction | | --- | --- | --- | --- | --- | +| **FlaskPermission** | Flask | [Github](https://github.com/huguodong/flask-permission) | [preview](http://47.97.218.139:9999) | Permission management based on Flask | | **CareyShop** | ThinkPHP5 | [Github](https://github.com/dnyz520/careyshop-admin) | [preview](https://demo.careyshop.cn/admin/#/index) | High Performance Mall Framework System for CareyShop | | **jiiiiiin-security** | Spring Boot | [Github](https://github.com/Jiiiiiin/jiiiiiin-security) | [preview](https://github.com/Jiiiiiin/jiiiiiin-security) | Separate front-end and back-end content management infrastructure projects, focusing on user rights management functions | | **Taroco** | Spring Cloud | [Github](https://github.com/liuht777/Taroco) | [preview](http://111.231.192.110/) | Complete microservice enterprise solution | diff --git a/README.zh.md b/README.zh.md index b54983f7..b995e13b 100644 --- a/README.zh.md +++ b/README.zh.md @@ -139,6 +139,7 @@ | 名称 | 技术 | Github / 主页 | 预览 | 介绍 | | --- | --- | --- | --- | --- | +| FlaskPermission | Flask | [Github](https://github.com/huguodong/flask-permission) | [预览](http://47.97.218.139:9999) | 基于 Python Flask 的权限管理 | | CareyShop | ThinkPHP5 | [Github](https://github.com/dnyz520/careyshop-admin) | [预览](https://demo.careyshop.cn/admin/#/index) | 适用于 CareyShop 的高性能商城框架系统 | | jiiiiiin-security | Spring Boot | [Github](https://github.com/Jiiiiiin/jiiiiiin-security) | [预览](https://github.com/Jiiiiiin/jiiiiiin-security) | 前后端分离的内容管理基础项目,注重用户权限管理功能 | | Taroco | Spring Cloud | [Github](https://github.com/liuht777/Taroco) | [预览](http://111.231.192.110/) | 整套微服务企业级解决方案 |