We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d0baab commit 858d5cfCopy full SHA for 858d5cf
2 files changed
src/components/BootstrapBlazor.Region/Data/CityItem.cs
@@ -8,5 +8,5 @@ readonly record struct CityItem
8
{
9
public string Name { get; init; }
10
11
- public string PinYin { get; init; }
+ public HashSet<string> PinYin { get; init; }
12
}
src/components/BootstrapBlazor.Region/Data/ProvinceItem.cs
@@ -8,7 +8,7 @@ readonly record struct ProvinceItem
13
public HashSet<CityItem> Cities { get; init; }
14
0 commit comments