Skip to content

Commit babf9a8

Browse files
committed
doc: 增加新服务标记
1 parent af3cf7d commit babf9a8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/BootstrapBlazor.Server/Extensions/MenusLocalizerExtensions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1578,6 +1578,7 @@ void AddServices(DemoMenuItem item)
15781578
},
15791579
new()
15801580
{
1581+
IsNew = true,
15811582
Text = Localizer["TcpSocketFactory"],
15821583
Url = "socket-factory"
15831584
},

src/BootstrapBlazor.Server/Locales/zh-CN.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4952,7 +4952,7 @@
49524952
"CardUpload": "卡片上传组件 CardUpload",
49534953
"DropUpload": "拖动上传组件 DropUpload",
49544954
"Vditor": "富文本框 Vditor Markdown",
4955-
"TcpSocketFactory": "TCP Socket 套接字服务 ITcpSocketFactory"
4955+
"TcpSocketFactory": "套接字服务 ITcpSocketFactory"
49564956
},
49574957
"BootstrapBlazor.Server.Components.Samples.Table.TablesHeader": {
49584958
"TablesHeaderTitle": "表头分组功能",

0 commit comments

Comments
 (0)