mirror of https://github.com/langgenius/dify.git
chore: tiny css and i18n
This commit is contained in:
parent
169eb32662
commit
9c4e809799
|
|
@ -99,7 +99,7 @@ const List = ({
|
|||
target='_blank'
|
||||
className='shrink-0 flex items-center h-4 system-sm-medium text-text-accent-light-mode-only'
|
||||
>
|
||||
<RiSearchLine className='w-3 h-3' />
|
||||
<RiSearchLine className='mr-0.5 w-3 h-3' />
|
||||
<span>{t('plugin.searchInMarketplace')}</span>
|
||||
</Link>
|
||||
<div className="w-[90px] h-[2px] bg-gradient-to-l from-[rgba(255,255,255,0.01)] to-[rgba(16,24,40,0.08)]"></div>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
const translation = {
|
||||
from: '来自',
|
||||
findMoreInMarketplace: '在 Marketplace 中查找更多',
|
||||
searchInMarketplace: '在 Marketplace 中搜索',
|
||||
fromMarketplace: '来自市场',
|
||||
endpointsEnabled: '{{num}} 组端点已启用',
|
||||
detailPanel: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue