Skip to content

Commit ee43ab3

Browse files
committed
doc: 更新取色服务文档位置
1 parent e5d5b60 commit ee43ab3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/BootstrapBlazor.Server/Extensions/MenusLocalizerExtensions.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -596,11 +596,6 @@ void AddData(DemoMenuItem item)
596596
Text=Localizer["Empty"],
597597
Url = "empty"
598598
},
599-
new ()
600-
{
601-
Text=Localizer["EyeDropper"],
602-
Url = "eye-dropper"
603-
},
604599
new()
605600
{
606601
Text = Localizer["FileIcon"],
@@ -1431,6 +1426,11 @@ void AddServices(DemoMenuItem item)
14311426
Text = Localizer["FullScreen"],
14321427
Url = "fullscreen"
14331428
},
1429+
new ()
1430+
{
1431+
Text=Localizer["EyeDropper"],
1432+
Url = "eye-dropper"
1433+
},
14341434
new()
14351435
{
14361436
Text = Localizer["Festival"],

0 commit comments

Comments
 (0)