Skip to content

Commit 021e135

Browse files
committed
feat: 增加离线 IP 地理位置定位包
1 parent 06d07f0 commit 021e135

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/BootstrapBlazor.Server/Extensions/ServiceCollectionSharedExtensions.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ public static IServiceCollection AddBootstrapBlazorServices(this IServiceCollect
7979
// 增加 Table Excel 导出服务
8080
services.AddBootstrapBlazorTableExportService();
8181

82+
// 增加离线 IP 定位服务
83+
services.AddBootstrapBlazorIP2RegionfService();
84+
8285
// 增加 PetaPoco ORM 数据服务操作类
8386
// 需要时打开下面代码
8487
//services.AddPetaPoco(option =>

0 commit comments

Comments
 (0)