Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf: 根据蓝鲸规范调整文档链接 #3217 #3233

Merged
merged 1 commit into from
Sep 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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管理员打开容器执行功能",
"开源社区": "开源社区"
}
Loading