feat: update translation files and improve segment index tag component

This commit is contained in:
twwu
2024-12-11 18:15:30 +08:00
parent 4017c65c1f
commit 51f6a87aef
18 changed files with 147 additions and 85 deletions

View File

@ -2,7 +2,7 @@
import type { FC } from 'react'
import React from 'react'
import { useTranslation } from 'react-i18next'
import { SegmentIndexTag } from '../../documents/detail/completed'
import { SegmentIndexTag } from '../../documents/detail/completed/common/segment-index-tag'
import type { HitTesting } from '@/models/datasets'
import cn from '@/utils/classnames'
type Props = {

View File

@ -1,7 +1,7 @@
import type { FC } from 'react'
import React from 'react'
import { useTranslation } from 'react-i18next'
import { SegmentIndexTag } from '../documents/detail/completed'
import { SegmentIndexTag } from '../documents/detail/completed/common/segment-index-tag'
import s from '../documents/detail/completed/style.module.css'
import cn from '@/utils/classnames'
import type { SegmentDetailModel } from '@/models/datasets'