From 4e0b944cd2bd23733472648f8c7a3fb887147eb6 Mon Sep 17 00:00:00 2001 From: zhontai <361243234@qq.com> Date: Sat, 3 Feb 2024 18:06:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=8B=B1=E6=96=87readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 147 +++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 8 ++- 2 files changed, 153 insertions(+), 2 deletions(-) create mode 100644 README.en.md diff --git a/README.en.md b/README.en.md new file mode 100644 index 00000000..999cae5f --- /dev/null +++ b/README.en.md @@ -0,0 +1,147 @@ +
+

zhontai admin

+

Front-End and Back-End Separated Backend Permission Management System

+

+ + .Net + + + FreeSql + + + Autofac + + + Mapster + + + DotNetCore.CAP + + + license + +

+

+ English | + 中文 +

+

 

+
+ +#### 🌈 Introduction + +Based on technologies such as .NET 8.0, FreeSql full stack, Autofac, CAP, and Mapster, we have developed a front-end and back-end separated backend permission management system. With a development philosophy of anticipating your needs, we aim to reduce workload and help everyone achieve rapid development. Developed using FreeSql ORM, the system supports mainstream databases both domestically and internationally, read-write separation, table and database sharding, distributed transactions TCC/SAGA, and other features. Upon starting the project, the database is automatically generated, and the CodeFirst model supports automatic synchronization of table structures and permission data from entity configurations to the database. The new version of the Swagger interface documentation provides easier interface reading and testing. + +#### ⛱️ Online preview + +- Admin.Core v3 version preview https://admin.zhontai.net + +#### 💒 Code repository + +- Admin.Core v3 version https://github.com/zhontai/Admin.Core + +#### 🚀 Feature introduction + +1. User Management: Configure users, view departmental user lists, supports disabling/enabling, password resets, setting supervisors, users can be assigned multiple roles, departments, and higher-level supervisors. +2. Role Management: Configure roles, supports role grouping, setting role menus and data permissions, bulk adding and removing role members. +3. Department Management: Configure departments, supports tree-view list display. +4. Permission Management: Configure groups, menus, actions, permission points, and permission identifiers, supports tree-view list display. +5. Tenant Packages: Configure tenant packages, supports adding/removing package enterprises. +6. Tenant Management: Configure tenants, initialize department, role, and administrator data when adding new tenants, supports tenant package configuration, disabling/enabling features. +7. Dictionary Management: Configure dictionaries, view dictionary types and dictionary data lists, supports maintenance of dictionary types and dictionary data. +8. Task Scheduling: View task and task log lists, supports adding new tasks, modifying, starting, executing, pausing, copying tasks, and viewing logs. +9. Cache Management: Query cache lists, supports clearing caches based on cache keys. +10. Interface Management: Configure interfaces, supports interface synchronization for adding permission points and selecting interfaces, supports tree-view list display. +11. View Management: Configure views, supports view maintenance for adding menus and selecting views, supports tree-view list display. +12. File Management: Supports file list queries, file uploads/downloads, viewing large images, copying file addresses, and deleting files. +13. Login Logs: Query login log lists, records user successful and failed login attempts. +14. Operation Logs: Query operation log lists, records user normal and abnormal operation logs. + +#### ⚡ Usage instructions + +> Using the latest version of .NET .Net version > 7.0+ + +Create a new project using the source code of an existing project. + +```bash +# Clone a project +git clone https://github.com/zhontai/Admin.Core.git + +# Enter the project +cd Admin.Core + +# Open the project +Open the ZhonTai.sln solution + +# Run the project +Set ZhonTai.Host as the startup project, press Ctrl + F5 to build and run the project directly without debugging +Alternatively, navigate to the ZhonTai.Host directory in Command Prompt (cmd) and enter the dotnet run command to execute the project. + +# Package and Publish +Select ZhonTai.Host, then right-click and choose Publish from the context menu. +``` + +Create a new project using a project template. + +```bash +# Installation template +dotnet new install ZhonTai.Template + +# View help +dotnet new MyApp -h + +# New the project +dotnet new MyApp -n MyCompanyName.MyProjectName + +# Run the project +Set MyCompanyName.MyProjectName.Host as the startup project, press Ctrl + F5 to compile and run the project directly (without debugging) +Alternatively, navigate to the 'MyCompanyName.MyProjectName.Host' directory in Command Prompt (cmd) and enter the 'dotnet run' command to execute the project. + +# Package and Publish +Select MyCompanyName.MyProjectName.Host, then right-click and choose Publish from the context menu. +``` + +#### 📚 Development documentation + +- View development documentation:https://zhontai.net + +#### 💯 Join a QQ group for learning and communication + +> Zhontai Admin development group (2000-member capacity) + +- QQ Group Number:1058693879 + + + Zhontai Admin development group + + +#### 💕 Special thanks + +- FreeSql +- FreeRedis +- FreeSql.Cloud +- FreeScheduler + +#### ❤️ Acknowledgments list + +- .Net +- Autofac +- Mapster +- DotNetCore.CAP +- NLog +- Yitter.IdGenerator +- Newtonsoft.Json +- Swashbuckle.AspNetCore +- FluentValidation.AspNetCore +- AspNetCore.Diagnostics.HealthChecks +- MiniProfiler +- IdentityServer4 +- AspNetCoreRateLimit +- OnceMi.AspNetCore.OSS +- Lazy.SlideCaptcha.Core +- UAParser + +#### 💌 Support the author + +If you think the framework is good, or if you are already using it, we hope you can go to Github or +Gitee Please give me a ⭐ Star, it would be a great encouragement and support to me. diff --git a/README.md b/README.md index 5ba9cb65..e016e8d6 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,10 @@ license

+

+ English | + 中文 +

 

@@ -45,7 +49,7 @@ 5. 租户套餐:配置租户套餐,支持新增/移除套餐企业。 6. 租户管理:配置租户,新增租户时初始化部门、角色和管理员数据,支持租户配置套餐、禁用/启用功能。 7. 字典管理:配置字典,查看字典类型和字典数据列表,支持字典类型和字典数据维护。 -8. 任务调度:查看任务和任务日志列表,支持任务启动、执行、暂停等功能。 +8. 任务调度:查看任务和任务日志列表,支持任务新增、修改启动、执行、暂停、复制、查看日志等功能。 9. 缓存管理:缓存列表查询,支持根据缓存键清除缓存 10. 接口管理:配置接口,支持接口同步功能,用于新增权限点选择接口,支持树形列表展示。 11. 视图管理:配置视图,支持视图维护功能,用于新增菜单选择视图,支持树形列表展示。 @@ -55,7 +59,7 @@ #### ⚡ 使用说明 -> 使用 .Net 最新版本 .Net 版本 > 7.0+ +> 使用 .Net 最新版本 .Net 版本 >= 7.0+ 使用项目源码新建项目