feat: add IP Query tool

- Introduced a new tool for querying IP information, including location and risk assessment.
- Updated the tool index to include the new IP Query component and its corresponding icon.
- Added IPQuery component with functionality to validate and fetch IP data from external APIs.
This commit is contained in:
typist
2025-10-29 06:36:20 +08:00
parent ae0f9447ea
commit edf87370d9
3 changed files with 322 additions and 2 deletions

View File

@@ -2,4 +2,5 @@ export { default as DNS } from './dns';
export { default as Ping } from './ping';
export { default as TCPing } from './tcping';
export { default as SpeedTest } from './speedtest';
export { default as IPQuery } from './ipquery';