Commit Graph

151 Commits

Author SHA1 Message Date
tbphp
92e4a53659 refactor: 调整渠道注册机制 2025-07-05 08:51:37 +08:00
tbphp
40f59524f0 feat: 样式调整 2025-07-05 00:07:24 +08:00
tbphp
78ad1ebb62 refactor: 重构系统设置为ui原生组件 2025-07-04 23:53:28 +08:00
tbphp
3f9439b11f feat: 前端样式调整 2025-07-04 22:46:35 +08:00
hptangxi
c1b9e9d247 remove transition 2025-07-04 21:25:38 +08:00
tbphp
a829edbb50 feat: 删除密钥验证脚本 2025-07-04 21:24:10 +08:00
tbphp
13adf2ef8b feat: 将interface{}替换为any以提高代码一致性 2025-07-04 21:22:25 +08:00
tbphp
01b86f7e30 feat: 密钥管理 2025-07-04 21:19:15 +08:00
tbphp
7c10474d19 feat: key style 2025-07-04 20:29:55 +08:00
tbphp
fd63a9c67d feat: 前端样式修改 2025-07-04 19:51:00 +08:00
tbphp
f2e22a08fa feat: web优化 2025-07-04 18:26:48 +08:00
tbphp
b93cee6a6f feat: 调整key 卡片样式 2025-07-04 17:42:49 +08:00
tbphp
8159ea52c9 feat: 秘钥管理 web v1 2025-07-04 16:48:58 +08:00
tbphp
e504fb98d7 fix: 修改字段名称 2025-07-04 14:24:48 +08:00
tbphp
c940bf5a93 feat: title 2025-07-04 10:57:55 +08:00
tbphp
68f3fd788a fix: navbar style 2025-07-04 09:51:54 +08:00
tbphp
df0d0ff344 feat: style 2025-07-04 09:41:07 +08:00
tbphp
5b0fcc5739 feat: UI美化 2025-07-03 23:23:02 +08:00
tbphp
e06038ddb9 fix: go mod 2025-07-03 23:22:46 +08:00
tbphp
21fe7cca04 feat: 系统设置优化 2025-07-03 22:38:01 +08:00
tbphp
c0594d068e feat: 完善api错误提示 2025-07-03 21:33:16 +08:00
tbphp
745c646530 fix: group api 2025-07-03 21:18:43 +08:00
tbphp
34e7384539 Merge branch 'dev' of github.com:tbphp/gpt-load into dev 2025-07-03 20:32:01 +08:00
tbphp
f07fae50ec fix: 系统配置数据类型增强 2025-07-03 20:31:33 +08:00
hptangxi
365ab0a9c3 setting 2025-07-03 20:30:38 +08:00
tbphp
45337d9b80 feat: 支持数据类型完善 2025-07-03 19:58:39 +08:00
tbphp
0dd1f97f7d feat: 增强系统设置结构体 2025-07-03 19:26:33 +08:00
tbphp
88758643e6 fix: package hide engines 2025-07-03 18:12:54 +08:00
tbphp
7249c3dcbc Merge branch 'dev' of github.com:tbphp/gpt-load into dev 2025-07-03 17:54:08 +08:00
tbphp
0bd6a9289c feat: 配置优化 2025-07-03 17:53:56 +08:00
hptangxi
1463eee67e vite.config.ts add target 2025-07-03 17:53:27 +08:00
tbphp
80662af9de feat: group api 2025-07-03 16:29:12 +08:00
tbphp
a94412353a fix: style 2025-07-03 00:34:36 +08:00
tbphp
1e58c3d504 feat: 配置分离 2025-07-03 00:33:57 +08:00
hptangxi
7b372de6d8 login and auth 2025-07-02 20:44:30 +08:00
tbphp
8e1de8d29f feat: login 2025-07-02 19:14:23 +08:00
tbphp
c7d54db31a fix: API config 2025-07-02 18:09:06 +08:00
tbphp
9c597e6a74 feat: format 2025-07-02 17:24:33 +08:00
tbphp
f15d0dd8da feat: 重构前端 2025-07-02 17:15:10 +08:00
tbphp
6a96c4464b Merge branch 'dev' of github.com:tbphp/gpt-load into dev 2025-07-02 16:51:36 +08:00
hptangxi
d859b64b30 fix tsconfig 2025-07-02 16:18:30 +08:00
tbphp
f15177510c feat: 前端渲染 2025-07-02 15:15:42 +08:00
tbphp
762dfe48e8 feat: 添加基础通道实现和请求处理逻辑 2025-07-02 09:46:08 +08:00
tbphp
5818c3cb1d fix: group api 2025-07-01 23:30:51 +08:00
hptangxi
d48384af80 fe init 2025-07-01 22:53:22 +08:00
tbphp
dcb862b11a test: web 2025-07-01 22:47:25 +08:00
tbphp
c447e3ad0b feat: 前端认证 2025-07-01 12:52:38 +08:00
tbphp
92fdd6d680 feat: 添加登录功能和路由注册 2025-07-01 12:29:16 +08:00
tbphp
d5ebbf10f5 feat: 路由优化 2025-07-01 00:13:01 +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