This commit is contained in:
2025-12-04 19:12:34 +08:00
parent 8f63741d8c
commit 64887054e0
18 changed files with 331 additions and 50 deletions

View File

@@ -11,7 +11,7 @@
//
return @{
// id -> characterId
@"characterId": @"id",
@"ID": @"id",
// characterName title
@"characterName": @[@"characterName", @"title"],
};