Skip to content

Commit 9a9237f

Browse files
committed
doc: 增加菜单
1 parent 8c1edfe commit 9a9237f

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

src/BootstrapBlazor.Server/Extensions/MenusLocalizerExtensions.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1549,6 +1549,12 @@ void AddServices(DemoMenuItem item)
15491549
Url = "title"
15501550
},
15511551
new()
1552+
{
1553+
IsNew = true,
1554+
Text = Localizer["VideoDevices"],
1555+
Url = "video-device"
1556+
},
1557+
new()
15521558
{
15531559
Text = Localizer["WebSerial"],
15541560
Url = "web-serial"

src/BootstrapBlazor.Server/Locales/en-US.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4920,7 +4920,8 @@
49204920
"UniverSheet": "UniverSheet",
49214921
"ShieldBadge": "ShieldBadge",
49224922
"OtpInput": "OtpInput",
4923-
"TotpService": "ITotpService"
4923+
"TotpService": "ITotpService",
4924+
"VideoDevices": "IVideoDevice"
49244925
},
49254926
"BootstrapBlazor.Server.Components.Samples.Table.TablesHeader": {
49264927
"TablesHeaderTitle": "Header grouping function",

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4920,7 +4920,8 @@
49204920
"UniverSheet": "表格组件 UniverSheet",
49214921
"ShieldBadge": "徽章组件 ShieldBadge",
49224922
"OtpInput": "验证码输入框 OtpInput",
4923-
"TotpService": "时间密码验证服务 ITotpService"
4923+
"TotpService": "时间密码验证服务 ITotpService",
4924+
"VideoDevices": "视频设备服务 IVideoDevice"
49244925
},
49254926
"BootstrapBlazor.Server.Components.Samples.Table.TablesHeader": {
49264927
"TablesHeaderTitle": "表头分组功能",

0 commit comments

Comments
 (0)