feat: 为访问令牌增加名称
- 支持创建和编辑访问令牌名称 - 在列表首列展示名称并兼容历史数据
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"id": "Id",
|
||||
"name": "Name",
|
||||
"apiKey": "ApiKey",
|
||||
"created": "Created",
|
||||
"status": "Status",
|
||||
@@ -18,5 +19,8 @@
|
||||
"knowledgeImportPermission": "Knowledge Import",
|
||||
"knowledgeMaintenancePermission": "Knowledge Maintenance",
|
||||
"workflowApiPermission": "Workflow API",
|
||||
"addApiKeyNotice": "This operation will generate an API key. Please confirm whether to proceed"
|
||||
"addApiKeyNotice": "Enter an access token name",
|
||||
"namePlaceholder": "Enter a name",
|
||||
"nameRequired": "Name is required",
|
||||
"nameTooLong": "Name cannot exceed 100 characters"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"id": "id",
|
||||
"name": "名称",
|
||||
"apiKey": "apiKey",
|
||||
"created": "创建时间",
|
||||
"status": "数据状态",
|
||||
@@ -18,5 +19,8 @@
|
||||
"knowledgeImportPermission": "知识导入",
|
||||
"knowledgeMaintenancePermission": "知识库维护",
|
||||
"workflowApiPermission": "工作流 API 调用授权",
|
||||
"addApiKeyNotice": "该操作会生成一个apiKey,请确认是否生成"
|
||||
"addApiKeyNotice": "请输入访问令牌名称",
|
||||
"namePlaceholder": "请输入名称",
|
||||
"nameRequired": "名称不能为空",
|
||||
"nameTooLong": "名称不能超过100个字符"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user