Commit Graph

7 Commits

Author SHA1 Message Date
tbphp
4dc17c12d5 feat: 并发池功能 2025-07-06 02:00:21 +08:00
tbphp
9b252bbd3e feat: 增加内存存储 2025-07-05 15:42:20 +08:00
tbphp
0bd6a9289c feat: 配置优化 2025-07-03 17:53:56 +08:00
tbphp
1e58c3d504 feat: 配置分离 2025-07-03 00:33:57 +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
tbphp
ab95af0bbe refactor: 重构types 2025-06-29 20:14:13 +08:00