|
3809 | 3809 | "BasicUsageP2": "1. The <code>UseBootstrapBlazor</code> middleware in the <b>Startup.cs</b> file that client information collection is performed.", |
3810 | 3810 | "BasicUsageTips": "<code>app.UseBootstrapBlazor</code> Middleware is located assembly <code>BootstrapBlazor.Middleware</code>, please refer to this package yourself for proper use", |
3811 | 3811 | "BasicUsageP3": "2. The component uses the injection service <code>WebClientService</code> to call the <code>GetClientInfo</code> method.", |
| 3812 | + "BasicUsageP4": "3. Turn on IP geolocation", |
| 3813 | + "LocatorsProviderOptions": "<code>BootstrapBlazorOptions</code> section <code>WebClientOptions</code> By default it is <code>false</code>, which means the IP address location function is not enabled. Please change it to <code>true</code> in the configuration file or code.", |
| 3814 | + "LocatorsProviderDesc1": "Update the <code>appsetting.json</code> project configuration file", |
| 3815 | + "LocatorsProviderDesc2": "Or use the code to open", |
| 3816 | + "LocatorsProviderDesc3": "Or enable this function through configuration", |
3812 | 3817 | "GroupBoxTitle": "Connection information", |
3813 | 3818 | "IpLocatorFactoryDesc": "This service has built-in IP geolocation function. For detailed configuration and documentation, please refer to", |
3814 | 3819 | "Id": "Connection ID", |
|
4103 | 4108 | "LocatorsNormalInputText": "IpAddress", |
4104 | 4109 | "LocatorsNormalDisplayText": "Geographical location", |
4105 | 4110 | "LocatorsNormalButtonText": "Locating", |
4106 | | - "LocatorsProviderDesc": "<p>The component library has two built-in free online geolocation locators, <code>BaiduIpLocatorProvider</code> <code>BaiduIpLocatorProviderV2</code><p><p>The component library has a built-in paid online geolocation locator <code>BootstrapBlazor.JuHeIpLocatorProvider</code> <a href=\"https://www.nuget.org/packages/BootstrapBlazor.JuHeIpLocatorProvider\" target=\"_blank\">Nuget package</a> <a href=\"https://juhe.cn\" target=\"_blank\">Official website address</a></p><p>The component library has a built-in free offline geolocation locator <code>BootstrapBlazor.IP2Region</code> <a href=\"https://www.nuget.org/packages/BootstrapBlazor.IP2Region\" target=\"_blank\">Nuget package</a></p>", |
4107 | | - "LocatorsProviderOptions": "<code>BootstrapBlazorOptions</code> section <code>WebClientOptions</code> By default it is <code>false</code>, which means the IP address location function is not enabled. Please change it to <code>true</code> in the configuration file or code." |
| 4111 | + "LocatorsProviderDesc": "<p>The component library has two built-in free online geolocation locators, <code>BaiduIpLocatorProvider</code> <code>BaiduIpLocatorProviderV2</code><p><p>The component library has a built-in paid online geolocation locator <code>BootstrapBlazor.JuHeIpLocatorProvider</code> <a href=\"https://www.nuget.org/packages/BootstrapBlazor.JuHeIpLocatorProvider\" target=\"_blank\">Nuget package</a> <a href=\"https://juhe.cn\" target=\"_blank\">Official website address</a></p><p>The component library has a built-in free offline geolocation locator <code>BootstrapBlazor.IP2Region</code> <a href=\"https://www.nuget.org/packages/BootstrapBlazor.IP2Region\" target=\"_blank\">Nuget package</a></p>" |
4108 | 4112 | }, |
4109 | 4113 | "BootstrapBlazor.Server.Components.Samples.Print": { |
4110 | 4114 | "PrintsTitle": "Print", |
|
0 commit comments