Skip to content

Commit

Permalink
perf: 根据蓝鲸规范调整文档链接 #3217
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 19641
  • Loading branch information
hLinx committed Sep 27, 2024
1 parent d195445 commit 3b54e4d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
8 changes: 8 additions & 0 deletions src/frontend/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,11 @@
@click="handleLocationFeedback">
{{ $t('问题反馈') }}
</div>
<div
class="item"
@click="handleLocationOpenSource">
{{ $t('开源社区') }}
</div>
</div>
</bk-popover>
<bk-popover
Expand Down Expand Up @@ -283,6 +288,9 @@
}
window.open(this.relatedSystemUrls.BK_FEED_BACK_ROOT_URL);
},
handleLocationOpenSource() {
window.open('https://github.com/TencentBlueKing/bk-job');
},
/**
* @desc 退出登录
*/
Expand Down
3 changes: 2 additions & 1 deletion src/frontend/src/i18n/language/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -553,5 +553,6 @@
"功能开启后,即可以基于配置平台的业务容器拓扑,对容器管理平台纳管的容器实例进行脚本指令执行和文件分发": "After the feature is enabled, you can launch script or transfer files on container instances managed by the container management platform(BCS) based on the container topo. of the configuration platform(CC).",
"如需使用该功能,须具备以下条件:": "To use this feature, the following conditions must be met:",
"1_部署容器管理平台(BCS)并开启容器拓扑同步至配置平台(CC)": "1. Deploy the container management platform (BCS) and enable container topology synchronization to the configuration platform (CC).",
"2_联系作业平台管理员打开容器执行功能": "2. Contact the JOB administrator to enable the container execution feature."
"2_联系作业平台管理员打开容器执行功能": "2. Contact the JOB administrator to enable the container execution feature.",
"开源社区": "Open source"
}
3 changes: 2 additions & 1 deletion src/frontend/src/i18n/language/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -553,5 +553,6 @@
"功能开启后,即可以基于配置平台的业务容器拓扑,对容器管理平台纳管的容器实例进行脚本指令执行和文件分发": "功能开启后,即可以基于配置平台的业务容器拓扑,对容器管理平台纳管的容器实例进行脚本指令执行和文件分发",
"如需使用该功能,须具备以下条件:": "如需使用该功能,须具备以下条件:",
"1_部署容器管理平台(BCS)并开启容器拓扑同步至配置平台(CC)": "1. 部署容器管理平台(BCS)并开启容器拓扑同步至配置平台(CC)",
"2_联系作业平台管理员打开容器执行功能": "2. 联系作业平台1管理员打开容器执行功能"
"2_联系作业平台管理员打开容器执行功能": "2. 联系作业平台1管理员打开容器执行功能",
"开源社区": "开源社区"
}

0 comments on commit 3b54e4d

Please sign in to comment.