Skip to content

Commit f976ce2

Browse files
committed
up fix
1 parent 5f236e7 commit f976ce2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/Plugins/ColorDesktop.BmPlugin/BmApi.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public static class BmApi
1313

1414
return JsonSerializer.Deserialize(data, JsonGen.Default.ListBmObj);
1515
}
16-
catch
16+
catch(Exception e)
1717
{
1818

1919
}

src/Plugins/ColorDesktop.BmPlugin/BmObj.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public record WeekDayObj
1313
[JsonPropertyName("ja")]
1414
public string Ja { get; set; }
1515
[JsonPropertyName("id")]
16-
public string Id { get; set; }
16+
public int Id { get; set; }
1717
}
1818
public record ItemObj
1919
{

src/Plugins/ColorDesktop.BmPlugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
],
2323
"Permission": true,
2424
"Reload": true,
25-
"Version": "1.6.4",
25+
"Version": "1.6.5",
2626
"ApiVersion": "6"
2727
}

0 commit comments

Comments
 (0)