添加缩略图同步功能

This commit is contained in:
橙子
2022-10-17 01:10:31 +08:00
parent 50d43a2fc5
commit 16d25fb60d
23 changed files with 568 additions and 136 deletions

View File

@@ -37,7 +37,7 @@ namespace Yi.Framework.OcelotGateway.Builder
public HttpContext? Context { get; set; }
public CacheClientDB? DB { get; set; }
public CacheInvoker? DB { get; set; }
}
}