为 js request 新增 remote ip

This commit is contained in:
ExplodingDragon
2025-11-25 21:22:14 +08:00
parent b89c868e73
commit 2471cbd87b
3 changed files with 3 additions and 4 deletions

View File

@@ -35,6 +35,7 @@ declare global {
rawPath: string;
host: string;
remoteAddr: string;
remoteIP: string;
proto: string;
httpVersion: string;
path: string;