Skip to content

Commit

Permalink
v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lxxgd committed Apr 4, 2024
1 parent 5e45243 commit 914619f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CBTool/DataInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ internal class DataInfo

public static void LoadFile()
{
if (!Directory.Exists("data"))
GenData();
string jsonString = File.ReadAllText("data/scene_numbering.json");
Dictionary<string, string> scene_numbering = JsonConvert.DeserializeObject<Dictionary<string, string>>(jsonString);
string jsonString2 = File.ReadAllText("data/category_numbering.json");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project>
<PropertyGroup>
<History>True|2024-04-04T03:04:10.1864294Z;True|2024-04-04T11:03:46.1612541+08:00;True|2024-04-02T21:09:06.2134141+08:00;True|2024-04-02T20:35:47.2538037+08:00;True|2024-04-02T20:32:43.1723438+08:00;False|2024-04-02T20:31:42.2534478+08:00;</History>
<History>True|2024-04-04T06:28:19.1654326Z;True|2024-04-04T14:27:07.1217805+08:00;True|2024-04-04T11:04:10.1864294+08:00;True|2024-04-04T11:03:46.1612541+08:00;True|2024-04-02T21:09:06.2134141+08:00;True|2024-04-02T20:35:47.2538037+08:00;True|2024-04-02T20:32:43.1723438+08:00;False|2024-04-02T20:31:42.2534478+08:00;</History>
<LastFailureDetails />
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion CBTool/obj/Debug/net8.0-windows/CBTool.AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
[assembly: System.Reflection.AssemblyCompanyAttribute("CBTool")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.3")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+382e27994cb7549ee96ab152bd5fbfba7f16a76c")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+5e4524385db9e02d04b235f9c9300e8c9aff80c7")]
[assembly: System.Reflection.AssemblyProductAttribute("CBTool")]
[assembly: System.Reflection.AssemblyTitleAttribute("CBTool")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.3")]
Expand Down

0 comments on commit 914619f

Please sign in to comment.