File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed
src/BootstrapBlazor.Server Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -1484,6 +1484,11 @@ void AddServices(DemoMenuItem item)
14841484 Url = "geolocation"
14851485 } ,
14861486 new ( )
1487+ {
1488+ Text = Localizer [ "Html2Image" ] ,
1489+ Url = "html2image"
1490+ } ,
1491+ new ( )
14871492 {
14881493 Text = Localizer [ "Html2Pdf" ] ,
14891494 Url = "html2pdf"
Original file line number Diff line number Diff line change 47714771 "BaiduOcr": "IBaiduOcr",
47724772 "AzureOpenAI": "AzureOpenAI",
47734773 "HtmlRenderer": "HtmlRenderer",
4774+ "Html2Image": "IHtml2Image",
47744775 "Html2Pdf": "IHtml2Pdf",
47754776 "Mask": "MaskService",
47764777 "ContextMenu": "ContextMenu",
Original file line number Diff line number Diff line change 47714771 "BaiduOcr" : " 文字识别服务 IBaiduOcr" ,
47724772 "AzureOpenAI" : " AI 聊天服务 AzureOpenAI" ,
47734773 "HtmlRenderer" : " Html 转换器 HtmlRenderer" ,
4774+ "Html2Image" : " Html 转 Image IHtml2Image" ,
47744775 "Html2Pdf" : " Html 转 Pdf IHtml2Pdf" ,
47754776 "Mask" : " 遮罩服务 MaskService" ,
47764777 "ContextMenu" : " 右键菜单 ContextMenu" ,
You can’t perform that action at this time.
0 commit comments