mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-11-13 20:03:44 +08:00
fix: Rename limit to cost and allow for 0 limit
- Rename `额度` column to `费用` - Allow for a quota to be 0. - If the quota is 0, return 'free'
This commit is contained in:
@@ -13,7 +13,7 @@ const LogTableHead = ({ userIsAdmin }) => {
|
||||
<TableCell>模型</TableCell>
|
||||
<TableCell>提示</TableCell>
|
||||
<TableCell>补全</TableCell>
|
||||
<TableCell>额度</TableCell>
|
||||
<TableCell>费用</TableCell>
|
||||
<TableCell>详情</TableCell>
|
||||
</TableRow>
|
||||
</TableHead>
|
||||
|
||||
Reference in New Issue
Block a user