这是基于vue-vben-admin 模板适用于abp Vnext的前端管理项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
colin 5d0d676537 feat(oss-management): extract OSS stream processing to the basic module 1 year ago
..
LINGYUN/Abp/OssManagement/Tencent feat(oss-management): extract OSS stream processing to the basic module 1 year ago
FodyWeavers.xml feat(cloud): add support tencent cloud 4 years ago
FodyWeavers.xsd fix(cors): fix cors request not returned custom headers 4 years ago
LINGYUN.Abp.OssManagement.Tencent.csproj upgrade abp framework to 8.2.0 1 year ago
README.md feat(cloud): add support tencent cloud 4 years ago

README.md

LINGYUN.Abp.OssManagement.Tencent

腾讯云oss容器接口

配置使用

模块按需引用

[DependsOn(typeof(AbpOssManagementTencentCloudModule))]
public class YouProjectModule : AbpModule
{
  // other
}