Commit Graph

5 Commits

Author SHA1 Message Date
tbphp
13adf2ef8b feat: 将interface{}替换为any以提高代码一致性 2025-07-04 21:22:25 +08:00
tbphp
e504fb98d7 fix: 修改字段名称 2025-07-04 14:24:48 +08:00
tbphp
745c646530 fix: group api 2025-07-03 21:18:43 +08:00
tbphp
b9a833ceab Refactor configuration and key management
- Removed key management configuration from .env.example and related code.
- Updated Makefile to load environment variables for HOST and PORT.
- Modified main.go to handle request logging with a wait group for graceful shutdown.
- Simplified dashboard statistics handler to focus on key counts and request metrics.
- Removed key manager implementation and related interfaces.
- Updated proxy server to use atomic counters for round-robin key selection.
- Cleaned up unused types and configurations in types.go.
- Added package-lock.json for frontend dependencies.
2025-06-30 22:09:16 +08:00
tbphp
731315144e feat: 前端搭建-未完成 2025-06-29 21:59:32 +08:00