diff --git a/docs/plugins/flash-sales/README.md b/docs/plugins/flash-sales/README.md index 7e970ea8..f29c46e7 100644 --- a/docs/plugins/flash-sales/README.md +++ b/docs/plugins/flash-sales/README.md @@ -1,8 +1,8 @@ # EShop.Plugins.FlashSales [![ABP version](https://img.shields.io/badge/dynamic/xml?style=flat-square&color=yellow&label=abp&query=%2F%2FProject%2FPropertyGroup%2FAbpVersion&url=https%3A%2F%2Fraw.githubusercontent.com%2FEasyAbp%2FEShop%2Fmaster%2FDirectory.Build.props)](https://abp.io) -[![NuGet](https://img.shields.io/nuget/v/EasyAbp.EShop.Plugins.FlashSales.Domain.svg?style=flat-square)](https://www.nuget.org/packages/EasyAbp.EShop.Plugins.FlashSales.Domain) -[![NuGet Download](https://img.shields.io/nuget/dt/EasyAbp.EShop.Plugins.FlashSales.Domain.svg?style=flat-square)](https://www.nuget.org/packages/EasyAbp.EShop.Plugins.FlashSales.Domain) +[![NuGet](https://img.shields.io/nuget/v/EasyAbp.EShop.Plugins.FlashSales.Domain.Shared.svg?style=flat-square)](https://www.nuget.org/packages/EasyAbp.EShop.Plugins.FlashSales.Domain.Shared) +[![NuGet Download](https://img.shields.io/nuget/dt/EasyAbp.EShop.Plugins.FlashSales.Domain.Shared.svg?style=flat-square)](https://www.nuget.org/packages/EasyAbp.EShop.Plugins.FlashSales.Domain.Shared) [![Discord online](https://badgen.net/discord/online-members/S6QaezrCRq?label=Discord)](https://discord.gg/S6QaezrCRq) [![GitHub stars](https://img.shields.io/github/stars/EasyAbp/EShop?style=social)](https://www.github.com/EasyAbp/EShop) @@ -12,20 +12,20 @@ A flash-sales plugin for EShop. 1. Install the following NuGet packages. ([see how](https://github.com/EasyAbp/EasyAbpGuide/blob/master/docs/How-To.md#add-nuget-packages)) - * EasyAbp.EShop.Orders.Plugins.FlashSales.Application (install at EasyAbp.EShop.Orders.Application location) - * EasyAbp.EShop.Products.Plugins.FlashSales.Application (install at EasyAbp.EShop.Products.Application location) - * EasyAbp.EShop.Plugins.FlashSales.Application - * EasyAbp.EShop.Plugins.FlashSales.Application.Contracts - * EasyAbp.EShop.Plugins.FlashSales.Domain - * EasyAbp.EShop.Plugins.FlashSales.Domain.Shared - * EasyAbp.EShop.Plugins.FlashSales.EntityFrameworkCore - * EasyAbp.EShop.Plugins.FlashSales.HttpApi - * EasyAbp.EShop.Plugins.FlashSales.HttpApi.Client - * (Optional) EasyAbp.EShop.Plugins.FlashSales.MongoDB - * (Optional) EasyAbp.EShop.Plugins.FlashSales.Web - * (Optional) EasyAbp.EShop.Products.Plugins.FlashSales.Application.Contracts (install at EasyAbp.EShop.Products.Application.Contracts location) - * (Optional) EasyAbp.EShop.Products.Plugins.FlashSales.HttpApi (install at EasyAbp.EShop.Products.HttpApi location) - * (Optional) EasyAbp.EShop.Products.Plugins.FlashSales.HttpApi.Client (install at EasyAbp.EShop.Products.HttpApi.Client location) + - EasyAbp.EShop.Orders.Plugins.FlashSales.Application (install at EasyAbp.EShop.Orders.Application location) + - EasyAbp.EShop.Products.Plugins.FlashSales.Application (install at EasyAbp.EShop.Products.Application location) + - EasyAbp.EShop.Plugins.FlashSales.Application + - EasyAbp.EShop.Plugins.FlashSales.Application.Contracts + - EasyAbp.EShop.Plugins.FlashSales.Domain + - EasyAbp.EShop.Plugins.FlashSales.Domain.Shared + - EasyAbp.EShop.Plugins.FlashSales.EntityFrameworkCore + - EasyAbp.EShop.Plugins.FlashSales.HttpApi + - EasyAbp.EShop.Plugins.FlashSales.HttpApi.Client + - (Optional) EasyAbp.EShop.Plugins.FlashSales.MongoDB + - (Optional) EasyAbp.EShop.Plugins.FlashSales.Web + - (Optional) EasyAbp.EShop.Products.Plugins.FlashSales.Application.Contracts (install at EasyAbp.EShop.Products.Application.Contracts location) + - (Optional) EasyAbp.EShop.Products.Plugins.FlashSales.HttpApi (install at EasyAbp.EShop.Products.HttpApi location) + - (Optional) EasyAbp.EShop.Products.Plugins.FlashSales.HttpApi.Client (install at EasyAbp.EShop.Products.HttpApi.Client location) 2. Add `DependsOn(typeof(EShopXxxModule))` attribute to configure the module dependencies. ([see how](https://github.com/EasyAbp/EasyAbpGuide/blob/master/docs/How-To.md#add-module-dependencies))