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 #3235

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 @@ -293,6 +298,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 @@ -560,5 +560,6 @@
"脚本检查": "Script check",
"其它": "AI more",
"注意!为了回答更准确,大模型可能将你提供的信息作为训练材料,如果内容带有敏感信息,请酌情使用!": "Attention! The AI model may use the information you provide as training material. If the content contains sensitive information, please use it cautiously!",
"小鲸": "AI-assistant"
"小鲸": "AI-assistant",
"开源社区": "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 @@ -560,5 +560,6 @@
"其它": "其它",
"在这里输入你的问题,试试我是否可以帮助到你...": "在这里输入你的问题,试试我是否可以帮助到你...",
"注意!为了回答更准确,大模型可能将你提供的信息作为训练材料,如果内容带有敏感信息,请酌情使用!": "注意!为了回答更准确,大模型可能将你提供的信息作为训练材料,如果内容带有敏感信息,请酌情使用!",
"小鲸": "小鲸"
"小鲸": "小鲸",
"开源社区": "开源社区"
}
Loading