Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hyzx86 committed Feb 28, 2023
2 parents e1289a8 + 2a109cb commit ecd68ad
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 82 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,31 @@ QQ 群:877196442 或者点击这里


## [EasyOC.ActionReplace](src/Modules/EasyOC.ReplaceAction)
[![NuGet](https://img.shields.io/nuget/v/EasyOC.Users.svg)](https://www.nuget.org/packages/EasyOC.Users)
[![NuGet Badge](https://buildstats.info/nuget/EasyOC.ReplaceAction?includePreReleases=true)](https://www.nuget.org/packages/EasyOC.ReplaceAction)

Replace the implementation of the specified controller action in OrchardCore

## [EasyOC.Users](src/Modules/EasyOC.Users)
[![NuGet](https://img.shields.io/nuget/v/EasyOC.Users.svg)](https://www.nuget.org/packages/EasyOC.Users)
[![NuGet Badge](https://buildstats.info/nuget/EasyOC.Users?includePreReleases=true)](https://www.nuget.org/packages/EasyOC.Users)

This module implements some controller action replacement with the help of `EasyOC.ReplaceAction`.

## [EasyOC.SwaggerUI](src/Modules/EasyOC.SwaggerUI)
[![NuGet](https://img.shields.io/nuget/v/EasyOC.SwaggerUI.svg)](https://www.nuget.org/packages/EasyOC.SwaggerUI)
[![NuGet Badge](https://buildstats.info/nuget/EasyOC.SwaggerUI?includePreReleases=true)](https://www.nuget.org/packages/EasyOC.SwaggerUI)


- Adding Swagger UI support to OrchardCore
- Integration OpenId code flow authentication

## [EasyOC.Workflows](src/Modules/EasyOC.Workflows)
[![NuGet](https://img.shields.io/nuget/v/EasyOC.Workflows.svg)](https://www.nuget.org/packages/EasyOC.Workflows)
[![NuGet Badge](https://buildstats.info/nuget/EasyOC.Workflows?includePreReleases=true)](https://www.nuget.org/packages/EasyOC.Workflows)

### EasyOC.Workflows.Timers
Make the Timer Workflow Activty support site time zone.


## [EasyOC.Deployment](src/Modules/EasyOC.Deployment)
[![NuGet](https://img.shields.io/nuget/v/EasyOC.Deployment.svg)](https://www.nuget.org/packages/EasyOC.Deployment)
[![NuGet Badge](https://buildstats.info/nuget/EasyOC.Deployment?includePreReleases=true)](https://www.nuget.org/packages/EasyOC.Deployment)

Improve the OC `Deployment` feature

Expand Down
2 changes: 1 addition & 1 deletion src/Modules/EasyOC.Deployment/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Improve the OC `Deployment` feature, including

## Nuget

[![NuGet](https://img.shields.io/nuget/v/EasyOC.Deployment.svg)](https://www.nuget.org/packages/EasyOC.Deployment)
[![NuGet Badge](https://buildstats.info/nuget/EasyOC.Deployment?includePreReleases=true)](https://www.nuget.org/packages/EasyOC.Deployment)

## Orchard Core Reference

Expand Down
2 changes: 1 addition & 1 deletion src/Modules/EasyOC.ReplaceAction/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Replace the implementation of the specified controller action in OrchardCore

## Nuget

[![NuGet](https://img.shields.io/nuget/v/EasyOC.ReplaceAction.svg)](https://www.nuget.org/packages/EasyOC.ReplaceAction)
[![NuGet Badge](https://buildstats.info/nuget/EasyOC.ReplaceAction?includePreReleases=true)](https://www.nuget.org/packages/EasyOC.ReplaceAction)

## Orchard Core Reference

Expand Down
2 changes: 1 addition & 1 deletion src/Modules/EasyOC.SwaggerUI/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## [EasyOC.SwaggerUI](src/Modules/EasyOC.SwaggerUI)
[![NuGet](https://img.shields.io/nuget/v/EasyOC.SwaggerUI.svg)](https://www.nuget.org/packages/EasyOC.SwaggerUI)
[![NuGet Badge](https://buildstats.info/nuget/EasyOC.SwaggerUI?includePreReleases=true)](https://www.nuget.org/packages/EasyOC.SwaggerUI)

- Adding Swagger UI support to OrchardCore
- Integration OpenId code flow authentication
Expand Down
17 changes: 0 additions & 17 deletions src/Modules/EasyOC.TestModule/Controllers/HomeController.cs

This file was deleted.

21 changes: 0 additions & 21 deletions src/Modules/EasyOC.TestModule/EasyOC.TestModule.csproj

This file was deleted.

10 changes: 0 additions & 10 deletions src/Modules/EasyOC.TestModule/Manifest.cs

This file was deleted.

24 changes: 0 additions & 24 deletions src/Modules/EasyOC.TestModule/Startup.cs

This file was deleted.

1 change: 0 additions & 1 deletion src/Modules/EasyOC.TestModule/Views/Home/Index.cshtml

This file was deleted.

3 changes: 2 additions & 1 deletion src/Modules/EasyOC.Users/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ The UserLogin Script in OrchardCore now supports the following features

## Nuget

[![NuGet](https://img.shields.io/nuget/v/EasyOC.Users.svg)](https://www.nuget.org/packages/EasyOC.Users)
[![NuGet Badge](https://buildstats.info/nuget/EasyOC.Users?includePreReleases=true)](https://www.nuget.org/packages/EasyOC.Users)


## Orchard Core Reference

Expand Down
3 changes: 3 additions & 0 deletions src/Modules/EasyOC.Workflows/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## EasyOC.Workflows.Timers

[![NuGet Badge](https://buildstats.info/nuget/Users.Timers?includePreReleases=true)](https://www.nuget.org/packages/EasyOC.Timers)


Make the `Timer Workflow Activty` support site time zone.

![image](https://user-images.githubusercontent.com/15613121/221368439-b5528e1e-44cc-43c1-abea-7428d7c98f2a.png)

0 comments on commit ecd68ad

Please sign in to comment.