feat: 添加批量删除、最近活动、界面优化等功能

This commit is contained in:
lulistart
2026-02-18 02:50:40 +08:00
parent 5e3cbb0eca
commit d5288035d4
31 changed files with 5899 additions and 139 deletions

View File

@@ -6,3 +6,13 @@ TOKEN_FILE=./token.json
# 模型列表文件路径
MODELS_FILE=./models.json
# HTTP 代理(可选,用于 token 刷新)
# HTTP_PROXY=http://127.0.0.1:7890
# HTTPS_PROXY=http://127.0.0.1:7890
# 负载均衡策略(可选)
# round-robin: 轮询(默认)
# random: 随机选择
# least-used: 最少使用(选择请求次数最少的账号)
LOAD_BALANCE_STRATEGY=round-robin