Skip to content

Commit

Permalink
fix: 非“执行失败”的任务,不显示AI小鲸入口 #3257
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 22491
  • Loading branch information
hLinx committed Oct 31, 2024
1 parent a53b685 commit 8b5ea3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"keywords": [],
"license": "ISC",
"dependencies": {
"@blueking/ai-blueking": "0.2.7",
"@blueking/ai-blueking": "0.2.11",
"@blueking/ip-selector": "0.3.0-beta.39",
"@blueking/login-modal": "1.0.5",
"@blueking/notice-component-vue2": "2.0.0-beta.2",
Expand All @@ -39,6 +39,8 @@
"js-base64": "3.7.7",
"js-cookie": "3.0.5",
"lodash": "4.17.21",
"markdown-it": "14.1.0",
"markdown-it-code-copy": "0.2.1",
"marked": "5.1.1",
"marked-gfm-heading-id": "3.1.3",
"marked-mangle": "1.1.9",
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/src/components/app-select/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
import pinyin from 'bk-magic-vue/lib/utils/pinyin';
import Tippy from 'bk-magic-vue/lib/utils/tippy';
import _ from 'lodash';
import { computed, defineProps, nextTick, onBeforeUnmount, onMounted, ref, shallowRef } from 'vue';
import { computed, nextTick, onBeforeUnmount, onMounted, ref, shallowRef } from 'vue';
import { useRoute, useRouter } from '@router';
Expand Down

0 comments on commit 8b5ea3c

Please sign in to comment.