mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 00:48:04 +08:00
fix: skills coming soon
This commit is contained in:
@ -18,10 +18,12 @@ import {
|
||||
import { parseAsString, useQueryState } from 'nuqs'
|
||||
import { useCallback, useEffect, useMemo, useRef, useState } from 'react'
|
||||
import { useTranslation } from 'react-i18next'
|
||||
import Button from '@/app/components/base/button'
|
||||
import Input from '@/app/components/base/input'
|
||||
import TabSliderNew from '@/app/components/base/tab-slider-new'
|
||||
import TagFilter from '@/app/components/base/tag-management/filter'
|
||||
import { useStore as useTagStore } from '@/app/components/base/tag-management/store'
|
||||
import Tooltip from '@/app/components/base/tooltip'
|
||||
import CheckboxWithLabel from '@/app/components/datasets/create/website/base/checkbox-with-label'
|
||||
import { NEED_REFRESH_APP_LIST_KEY } from '@/config'
|
||||
import { useAppContext } from '@/context/app-context'
|
||||
@ -271,6 +273,14 @@ const List: FC<Props> = ({
|
||||
onChange={e => handleKeywordsChange(e.target.value)}
|
||||
onClear={() => handleKeywordsChange('')}
|
||||
/>
|
||||
<Tooltip
|
||||
popupContent={t('skills.comingSoon', { ns: 'app' })}
|
||||
>
|
||||
<Button className="cursor-not-allowed">
|
||||
<span className="i-ri-folder-6-line mr-1 h-[14px] w-[14px]" />
|
||||
Skills
|
||||
</Button>
|
||||
</Tooltip>
|
||||
</div>
|
||||
</div>
|
||||
<div className={cn(
|
||||
|
||||
@ -219,6 +219,7 @@
|
||||
"removeOriginal": "Delete the original app",
|
||||
"roadmap": "See our roadmap",
|
||||
"showMyCreatedAppsOnly": "Created by me",
|
||||
"skills.comingSoon": "Workspace skills coming soon. Stay tuned.",
|
||||
"structOutput.LLMResponse": "LLM Response",
|
||||
"structOutput.configure": "Configure",
|
||||
"structOutput.disabledByComputerUse": "Structured Output is disabled when Agent Mode is enabled.",
|
||||
|
||||
@ -219,6 +219,7 @@
|
||||
"removeOriginal": "删除原应用",
|
||||
"roadmap": "产品路线图",
|
||||
"showMyCreatedAppsOnly": "我创建的",
|
||||
"skills.comingSoon": "工作区 skills 即将推出。敬请期待。",
|
||||
"structOutput.LLMResponse": "LLM 的响应",
|
||||
"structOutput.configure": "配置",
|
||||
"structOutput.disabledByComputerUse": "启用 Agent 模式时,将禁用结构化输出。",
|
||||
|
||||
Reference in New Issue
Block a user