Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
poc-fe
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
poc
poc-fe
Commits
7d9d7423
Commit
7d9d7423
authored
Jan 24, 2025
by
nick zheng
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'beta' into 'master'
chore: 更换复制Id文案 See merge request
!154
parents
f6ac7468
52913474
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
1 deletion
+5
-1
en.yaml
src/locales/langs/en.yaml
+1
-0
zh-cn.yaml
src/locales/langs/zh-cn.yaml
+1
-0
zh-hk.yaml
src/locales/langs/zh-hk.yaml
+1
-0
api-call-drawer.vue
...g/components/agent-publish/components/api-call-drawer.vue
+1
-1
locales.d.ts
types/locales.d.ts
+1
-0
No files found.
src/locales/langs/en.yaml
View file @
7d9d7423
...
...
@@ -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'
...
...
src/locales/langs/zh-cn.yaml
View file @
7d9d7423
...
...
@@ -402,6 +402,7 @@ personal_space_module:
interface_document
:
'
接口文档'
click_to_generate
:
'
点击生成'
agentId
:
'
应用ID'
copy_id
:
'
复制ID'
api_call_details
:
'
API调用明细'
api_call_datetime
:
'
调用时间'
...
...
src/locales/langs/zh-hk.yaml
View file @
7d9d7423
...
...
@@ -402,6 +402,7 @@ personal_space_module:
interface_document
:
'
接口文檔'
click_to_generate
:
'
點擊生成'
agentId
:
'
應用ID'
copy_id
:
'
複製ID'
api_call_details
:
'
API調用明細'
api_call_datetime
:
'
調用時間'
...
...
src/views/personal-space/personal-app-setting/components/agent-publish/components/api-call-drawer.vue
View file @
7d9d7423
...
...
@@ -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>
...
...
types/locales.d.ts
View file @
7d9d7423
...
...
@@ -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
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment