diff --git a/Data/MusicAttribute.cs b/Data/MusicAttribute.cs index 354979e..7e99b5e 100644 --- a/Data/MusicAttribute.cs +++ b/Data/MusicAttribute.cs @@ -31,14 +31,14 @@ namespace TaikoSoundEditor.Data [JsonPropertyName("danceFeverBg")] public string DanceFeverBg { get; set; } = ""; [JsonPropertyName("rendaEffect")] public string RendaEffect { get; set; } = ""; [JsonPropertyName("fever")] public string Fever { get; set; } = ""; - [JsonPropertyName("donBg1p1")] public string DonBg1p1 { get; set; } - [JsonPropertyName("donBg2p1")] public string DonBg2p1 { get; set; } - [JsonPropertyName("dancerDai1")] public string DancerDai1 { get; set; } - [JsonPropertyName("dancer1")] public string Dancer1 { get; set; } - [JsonPropertyName("danceNormalBg1")] public string DanceNormalBg1 { get; set; } - [JsonPropertyName("danceFeverBg1")] public string DanceFeverBg1 { get; set; } - [JsonPropertyName("rendaEffect1")] public string RendaEffect1 { get; set; } - [JsonPropertyName("fever1")] public string Fever1 { get; set; } + [JsonPropertyName("donBg1p1")] public string DonBg1p1 { get; set; } = ""; + [JsonPropertyName("donBg2p1")] public string DonBg2p1 { get; set; } = ""; + [JsonPropertyName("dancerDai1")] public string DancerDai1 { get; set; } = ""; + [JsonPropertyName("dancer1")] public string Dancer1 { get; set; } = ""; + [JsonPropertyName("danceNormalBg1")] public string DanceNormalBg1 { get; set; } = ""; + [JsonPropertyName("danceFeverBg1")] public string DanceFeverBg1 { get; set; } = ""; + [JsonPropertyName("rendaEffect1")] public string RendaEffect1 { get; set; } = ""; + [JsonPropertyName("fever1")] public string Fever1 { get; set; } = ""; public MusicAttribute Clone() { diff --git a/MainForm.Designer.cs b/MainForm.Designer.cs index e39c75d..be08609 100644 --- a/MainForm.Designer.cs +++ b/MainForm.Designer.cs @@ -322,6 +322,7 @@ // // RemoveSongButton // + this.RemoveSongButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.RemoveSongButton.Location = new System.Drawing.Point(220, 343); this.RemoveSongButton.Name = "RemoveSongButton"; this.RemoveSongButton.Size = new System.Drawing.Size(75, 23); diff --git a/MainForm.cs b/MainForm.cs index 3d136c6..9bdbe85 100644 --- a/MainForm.cs +++ b/MainForm.cs @@ -459,6 +459,9 @@ namespace TaikoSoundEditor private string JsonFix(string json) { return json + .Replace("\u0022 ", "\\\"") + .Replace("\u0026 ", "\\&") + .Replace("\r\n ", "\r\n\t\t") .Replace("\r\n ", "\r\n\t\t") .Replace("{\r\n \"items\": [", "{\"items\":[") .Replace(" }", "\t}") diff --git a/Properties/PublishProfiles/FolderProfile.pubxml.user b/Properties/PublishProfiles/FolderProfile.pubxml.user index 5d9ccc0..3b1ff9d 100644 --- a/Properties/PublishProfiles/FolderProfile.pubxml.user +++ b/Properties/PublishProfiles/FolderProfile.pubxml.user @@ -4,7 +4,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. --> - True|2023-07-19T09:08:17.2430335Z;True|2023-07-18T09:38:50.7615921+03:00;True|2023-07-18T09:25:23.0403589+03:00;True|2023-07-17T17:57:08.1469738+03:00;True|2023-07-17T11:28:41.9554245+03:00;True|2023-07-17T11:15:26.2194507+03:00; + True|2023-07-19T10:08:33.4726289Z;True|2023-07-19T12:08:17.2430335+03:00;True|2023-07-18T09:38:50.7615921+03:00;True|2023-07-18T09:25:23.0403589+03:00;True|2023-07-17T17:57:08.1469738+03:00;True|2023-07-17T11:28:41.9554245+03:00;True|2023-07-17T11:15:26.2194507+03:00; \ No newline at end of file