mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 09:20:22 +08:00
refactor: 优化仪表盘权限和 UI 样式
- 普通用户仪表盘隐藏提供商统计相关信息 - 为普通用户新增每日使用趋势折线图 - 登录对话框 UI 样式优化(Logo 放大、圆角统一) - 输入框组件样式微调 - 将项目名称从 "API Gateway" 改为 "AI Gateway"
This commit is contained in:
@@ -1955,7 +1955,7 @@ registerDynamicRoute('GET', '/api/admin/usage/:requestId', async (_config, param
|
||||
messages: [
|
||||
{
|
||||
role: 'user',
|
||||
content: 'Hello! Can you help me understand how API gateways work?'
|
||||
content: 'Hello! Can you help me understand how AI gateways work?'
|
||||
}
|
||||
],
|
||||
stream: record.is_stream
|
||||
@@ -1973,7 +1973,7 @@ registerDynamicRoute('GET', '/api/admin/usage/:requestId', async (_config, param
|
||||
content: [
|
||||
{
|
||||
type: 'text',
|
||||
text: 'API gateways are middleware services that sit between clients and backend services. They handle routing, authentication, rate limiting, and more...'
|
||||
text: 'AI gateways are middleware services that sit between clients and backend services. They handle routing, authentication, rate limiting, and more...'
|
||||
}
|
||||
],
|
||||
model: record.model,
|
||||
|
||||
Reference in New Issue
Block a user