docs(readme): 更新pprof配置文件中的IP地址

将README.md中pprof配置的IP地址从本地地址更新为实际可访问的服务器地址,
确保开发者能够正确访问性能分析数据。
```
This commit is contained in:
2025-10-27 20:18:23 +08:00
parent f977a59736
commit 96a40b559b

View File

@@ -7,7 +7,7 @@
## seer-project
项目结构:
go tool pprof -http :8081 "http://127.0.0.1:8080/debug/pprof/profile"
go tool pprof -http :8081 "http://125.208.20.223:54612/debug/debug/pprof/profile"
详情查看 [文档](./docs)