Skip to content

Commit a025154

Browse files
committed
bugfix
1 parent acad152 commit a025154

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

ASFEnhance/ASFEnhance.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ internal sealed class ASFEnhance : IASF, IBotCommand2, IBotFriendRequest, IBotMo
2121
public bool CanUpdate => true;
2222
public string RepositoryName => "chr233/ASFEnhance";
2323

24-
[JsonInclude]
25-
public static PluginConfig Config => Utils.Config;
26-
2724
private Timer? StatisticTimer { get; set; }
2825

2926
private Timer? ClaimItemTimer { get; set; }

ASFEnhance/ASFEnhance.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
</ItemGroup>
2222

2323
<ItemGroup>
24-
<EmbeddedResource Update="Localization\Langs.resx" EmitFormatMethods="true" Public="false"/>
25-
<EmbeddedResource Update="Localization\Static.resx" EmitFormatMethods="false" Public="false"/>
24+
<EmbeddedResource Update="Localization\Langs.resx" EmitFormatMethods="true" Public="false" />
25+
<EmbeddedResource Update="Localization\Static.resx" EmitFormatMethods="false" Public="false" />
2626
</ItemGroup>
2727

2828

ASFEnhance/IPC/Controllers/ASFEController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ namespace ASFEnhance.IPC.Controllers;
77
/// <summary>
88
/// 基础控制器
99
/// </summary>
10-
[Route("/Api/[controller]/[action]", Name = nameof(ASFEnhance))]
10+
[Route("/Api/[controller]/[action]")]
1111
[SwaggerTag(nameof(ASFEnhance))]
1212
public abstract class ASFEController : ArchiController { }

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>2.3.0.0</Version>
3+
<Version>2.3.0.1</Version>
44
</PropertyGroup>
55

66
<PropertyGroup>

0 commit comments

Comments
 (0)