feat:完善模块化+缩略图模块

This commit is contained in:
橙子
2023-04-02 19:29:44 +08:00
parent b90962943a
commit 9c921adc5b
144 changed files with 208 additions and 462 deletions

View File

@@ -4,11 +4,13 @@ using StartupModules;
using Yi.Framework.Core.Attributes;
using Yi.Framework.Core;
using Yi.Framework.Ddd;
using Yi.Framework.ImageSharp;
namespace Yi.Framework.FileManager
{
[DependsOn(
typeof(YiFrameworkDddModule)
typeof(YiFrameworkDddModule),
typeof(YiFrameworkImageSharpModule)
)]
public class YiFrameworkFileManagerModule : IStartupModule
{