😎升级依赖
This commit is contained in:
parent
cd789ad983
commit
236c984fc2
@ -11,13 +11,13 @@
|
||||
{
|
||||
"Id": "0",
|
||||
"SignName": "AdminNET 平台",
|
||||
"TemplateCode": "SMS_291005708",
|
||||
"TemplateCode": "SMS_xxx",
|
||||
"Content": "您的验证码为:${code},请勿泄露于他人!"
|
||||
},
|
||||
{
|
||||
"Id": "1",
|
||||
"SignName": "AdminNET 平台",
|
||||
"TemplateCode": "SMS_462801755",
|
||||
"TemplateCode": "SMS_xxx",
|
||||
"Content": "注册成功,感谢您的注册,请妥善保管您的账户信息"
|
||||
}
|
||||
]
|
||||
|
||||
@ -17,10 +17,10 @@
|
||||
<PackageReference Include="AngleSharp" Version="1.1.2" />
|
||||
<PackageReference Include="AspectCore.Extensions.Reflection" Version="2.4.0" />
|
||||
<PackageReference Include="AspNetCoreRateLimit" Version="5.0.0" />
|
||||
<PackageReference Include="Elastic.Clients.Elasticsearch" Version="8.15.9" />
|
||||
<PackageReference Include="Furion.Extras.Authentication.JwtBearer" Version="4.9.5.15" />
|
||||
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.9.5.15" />
|
||||
<PackageReference Include="Furion.Pure" Version="4.9.5.15" />
|
||||
<PackageReference Include="Elastic.Clients.Elasticsearch" Version="8.15.10" />
|
||||
<PackageReference Include="Furion.Extras.Authentication.JwtBearer" Version="4.9.5.16" />
|
||||
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.9.5.16" />
|
||||
<PackageReference Include="Furion.Pure" Version="4.9.5.16" />
|
||||
<PackageReference Include="Hardware.Info" Version="101.0.0" />
|
||||
<PackageReference Include="Hashids.net" Version="1.7.0" />
|
||||
<PackageReference Include="IPTools.China" Version="1.6.0" />
|
||||
@ -42,7 +42,7 @@
|
||||
<PackageReference Include="SqlSugarCore" Version="5.1.4.169" />
|
||||
<PackageReference Include="SSH.NET" Version="2024.1.0" />
|
||||
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.4.6" />
|
||||
<PackageReference Include="TencentCloudSDK.Sms" Version="3.0.1104" />
|
||||
<PackageReference Include="TencentCloudSDK.Sms" Version="3.0.1106" />
|
||||
<PackageReference Include="UAParser" Version="3.1.47" />
|
||||
<PackageReference Include="Yitter.IdGenerator" Version="1.0.14" />
|
||||
</ItemGroup>
|
||||
|
||||
@ -1,4 +1,10 @@
|
||||
namespace Admin.NET.Core.Service;
|
||||
// Admin.NET 项目的版权、商标、专利和其他相关权利均受相应法律法规的保护。使用本项目应遵守相关法律法规和许可证的要求。
|
||||
//
|
||||
// 本项目主要遵循 MIT 许可证和 Apache 许可证(版本 2.0)进行分发和使用。许可证位于源代码树根目录中的 LICENSE-MIT 和 LICENSE-APACHE 文件。
|
||||
//
|
||||
// 不得利用本项目从事危害国家安全、扰乱社会秩序、侵犯他人合法权益等法律法规禁止的活动!任何基于本项目二次开发而产生的一切法律纠纷和责任,我们不承担任何责任!
|
||||
|
||||
namespace Admin.NET.Core.Service;
|
||||
|
||||
/// <summary>
|
||||
/// 验证规则选项
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
{
|
||||
"$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json",
|
||||
|
||||
"[openapi:GoView]": {
|
||||
"Group": "GoView",
|
||||
"Title": "GoView",
|
||||
"[openapi:GoView 大屏可视化]": {
|
||||
"Group": "GoView 大屏可视化",
|
||||
"Title": "GoView 大屏可视化",
|
||||
"Description": "GoView 是一个高效的拖拽式低代码数据可视化开发平台,将图表或页面元素封装为基础组件,无需编写代码即可制作数据大屏,减少心智负担。",
|
||||
"Version": "2.2.8",
|
||||
"Order": 95
|
||||
|
||||
@ -15,5 +15,5 @@ public class GoViewConst
|
||||
/// <summary>
|
||||
/// API分组名称
|
||||
/// </summary>
|
||||
public const string GroupName = "GoView 大屏设计";
|
||||
public const string GroupName = "GoView 大屏可视化";
|
||||
}
|
||||
@ -8,6 +8,7 @@
|
||||
<GenerateDocumentationFile>True</GenerateDocumentationFile>
|
||||
<Copyright>Admin.NET</Copyright>
|
||||
<Description>Admin.NET 通用权限开发平台</Description>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user