Commit 7d9d7423 authored by nick zheng's avatar nick zheng

Merge branch 'beta' into 'master'

chore: 更换复制Id文案

See merge request !154
parents f6ac7468 52913474
......@@ -404,6 +404,7 @@ personal_space_module:
interface_document: 'Interface document'
click_to_generate: 'Click to generate'
agentId: 'AgentId'
copy_id: 'Copy Id'
api_call_details: 'API call details'
api_call_datetime: 'Call datetime'
......
......@@ -402,6 +402,7 @@ personal_space_module:
interface_document: '接口文档'
click_to_generate: '点击生成'
agentId: '应用ID'
copy_id: '复制ID'
api_call_details: 'API调用明细'
api_call_datetime: '调用时间'
......
......@@ -402,6 +402,7 @@ personal_space_module:
interface_document: '接口文檔'
click_to_generate: '點擊生成'
agentId: '應用ID'
copy_id: '複製ID'
api_call_details: 'API調用明細'
api_call_datetime: '調用時間'
......
......@@ -270,7 +270,7 @@ async function handleExportAPIChannelPointUsageData() {
class="text-theme-color border-inactive-border-color cursor-pointer border-l pl-3 hover:opacity-80"
@click="handleCopyText(personalAppConfigStore.baseInfo.agentId)"
>
{{ t('common_module.copy_link') }}
{{ t('personal_space_module.agent_module.agent_setting_module.agent_publish_module.copy_id') }}
</span>
</div>
</div>
......
......@@ -406,6 +406,7 @@ declare namespace I18n {
interface_document: string
click_to_generate: string
agentId: string
copy_id: string
api_call_details: string
api_call_datetime: string
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment