diff --git a/components/aigc/generation/CGTaskCard.client.vue b/components/aigc/generation/CGTaskCard.client.vue index a9c7783..d03db70 100644 --- a/components/aigc/generation/CGTaskCard.client.vue +++ b/components/aigc/generation/CGTaskCard.client.vue @@ -161,7 +161,7 @@ const onCombination = () => { diff --git a/pages/aigc/navigation.vue b/pages/aigc/navigation.vue index 0c589ad..028c8cf 100644 --- a/pages/aigc/navigation.vue +++ b/pages/aigc/navigation.vue @@ -19,6 +19,13 @@ const toolCats = ref([ category: 'LLM 对话', icon: 'tabler:message-circle', links: [ + { + id: 'deepseek', + label: 'DeepSeek', + description: + '深度求索人工智能基础技术研究有限公司(简称“深度求索”或“DeepSeek”),成立于2023年,是一家专注于实现AGI的中国公司。', + url: 'https://chat.deepseek.com/', + }, { id: 'doubao', label: '豆包', diff --git a/public/logo/deepseek.png b/public/logo/deepseek.png new file mode 100644 index 0000000..b3b351d Binary files /dev/null and b/public/logo/deepseek.png differ