Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
chr233 committed Dec 2, 2024
1 parent acad152 commit a025154
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
3 changes: 0 additions & 3 deletions ASFEnhance/ASFEnhance.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ internal sealed class ASFEnhance : IASF, IBotCommand2, IBotFriendRequest, IBotMo
public bool CanUpdate => true;
public string RepositoryName => "chr233/ASFEnhance";

[JsonInclude]
public static PluginConfig Config => Utils.Config;

private Timer? StatisticTimer { get; set; }

private Timer? ClaimItemTimer { get; set; }
Expand Down
4 changes: 2 additions & 2 deletions ASFEnhance/ASFEnhance.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
</ItemGroup>

<ItemGroup>
<EmbeddedResource Update="Localization\Langs.resx" EmitFormatMethods="true" Public="false"/>
<EmbeddedResource Update="Localization\Static.resx" EmitFormatMethods="false" Public="false"/>
<EmbeddedResource Update="Localization\Langs.resx" EmitFormatMethods="true" Public="false" />
<EmbeddedResource Update="Localization\Static.resx" EmitFormatMethods="false" Public="false" />
</ItemGroup>


Expand Down
2 changes: 1 addition & 1 deletion ASFEnhance/IPC/Controllers/ASFEController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ namespace ASFEnhance.IPC.Controllers;
/// <summary>
/// 基础控制器
/// </summary>
[Route("/Api/[controller]/[action]", Name = nameof(ASFEnhance))]
[Route("/Api/[controller]/[action]")]
[SwaggerTag(nameof(ASFEnhance))]
public abstract class ASFEController : ArchiController { }
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>2.3.0.0</Version>
<Version>2.3.0.1</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit a025154

Please sign in to comment.