Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit bf53acf

Browse files
committed
fix nickname model
1 parent ab4668e commit bf53acf

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

MiHoMo/Models/Nicknames/Nickname.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public class Nickname
1111
/// 角色昵称表
1212
/// </summary>
1313
[JsonProperty("characters")]
14-
public NicknameCharacterList Characters { get; set; }
14+
public NicknameCharacter Characters { get; set; }
1515

1616
/// <summary>
1717
/// 遗器昵称表

MiHoMo/Models/Nicknames/NicknameCharacterList.cs

-11
This file was deleted.

0 commit comments

Comments
 (0)