Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
chr233 committed Jun 26, 2024
1 parent 6e6b920 commit f806d08
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<PackageVersion Include="SkiaSharp.NativeAssets.macOS" Version="2.88.8" />
<PackageVersion Include="SkiaSharp.NativeAssets.Win32" Version="2.88.8" />
<PackageVersion Include="SqlSugar.IOC" Version="2.0.0" />
<PackageVersion Include="SqlSugarCore" Version="5.1.4.158" />
<PackageVersion Include="SqlSugarCore" Version="5.1.4.159" />
<PackageVersion Include="Swashbuckle.AspNetCore" Version="6.6.2" />
<PackageVersion Include="Swashbuckle.AspNetCore.Annotations" Version="6.6.2" />
<PackageVersion Include="System.Text.Json" Version="8.0.1" />
Expand Down
5 changes: 4 additions & 1 deletion XinjingdailyBot.Infrastructure/Configs/ChannelOption.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ public sealed record ChannelOption : IXjbConfig
public string ReviewGroup { get; set; } = "";



/// <summary>
/// 投稿频道列表
/// </summary>
public List<string> PostChannels { get; set; } = [];


/// <summary>
Expand Down
1 change: 0 additions & 1 deletion XinjingdailyBot.WebAPI/IPC/Controllers/XjbController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@ namespace XinjingdailyBot.WebAPI.IPC.Controllers;
[SwaggerResponse((int)HttpStatusCode.ServiceUnavailable, "内部错误", typeof(GenericResponse))]
public abstract class XjbController : ControllerBase
{

}

0 comments on commit f806d08

Please sign in to comment.