fix: update import paths and enhance error handling in IP fetching

This commit is contained in:
2026-04-11 03:33:02 +08:00
parent 02b29014d8
commit 3581d8cf96
4 changed files with 42 additions and 18 deletions

View File

@@ -7,8 +7,9 @@
"sourceMap": false,
"allowJs": true,
"newLine": "LF",
"baseUrl": "./",
"strict": false,
"typeRoots": [
"node",
"node_modules/@types",
],
"declaration": false,
@@ -20,10 +21,10 @@
"esModuleInterop": true,
"paths": {
"@/*": [
"src/*"
"./src/*"
],
"@agent/*": [
"agent/*"
"./agent/*"
],
}
},