-
-
Notifications
You must be signed in to change notification settings - Fork 320
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(IP2Region): add IP2Region package (#5402)
* feat: 增加 enableIpLocator 参数控制 * feat: 增加禁止调用 ip.axd 逻辑 * refactor: 增加 EnableIpLocator 参数 * chore: bump version 9.3.1-beta23 * refactor: 代码重构 * refactor: 移除不使用的命名空间 * feat: 增加离线 IP 地理位置定位包 * chore: 增加 IP2Region 包引用 * doc: 更新文档
- Loading branch information
Showing
6 changed files
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ | |
// Maintainer: Argo Zhang([email protected]) Website: https://www.blazor.zone | ||
|
||
using BootstrapBlazor.Server.Components; | ||
using BootstrapBlazor.Server.Components.Layout; | ||
using Microsoft.AspNetCore.HttpOverrides; | ||
using Microsoft.Extensions.Options; | ||
using System.Text; | ||
|