chore: playground mutilmodel input
This commit is contained in:
@@ -5,6 +5,8 @@ export default {
|
||||
'common.button.editmode': '编辑模式',
|
||||
'common.button.add': '添加',
|
||||
'common.button.login': '登录',
|
||||
'common.button.select': '选择',
|
||||
'common.button.selected': '已选择',
|
||||
'common.button.continue': '继续',
|
||||
'common.button.upload': '上传',
|
||||
'common.button.save': '保存',
|
||||
|
||||
@@ -6,5 +6,6 @@ export default {
|
||||
'menu.apikeys': 'API 密钥',
|
||||
'menu.users': '用户',
|
||||
'menu.profile': '个人信息',
|
||||
'menu.login': '登录'
|
||||
'menu.login': '登录',
|
||||
'menu.usage': '使用量'
|
||||
};
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
export default {
|
||||
'usage.title': '使用量',
|
||||
'usage.filter.user': '按用户查询',
|
||||
'usage.filter.model': '按模型查询'
|
||||
};
|
||||
Reference in New Issue
Block a user