fix(api): finalize frontend contract integration

This commit is contained in:
2026-07-22 15:25:22 +08:00
parent 217f82c57c
commit 17dd9de401
5 changed files with 59 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
import { useEffect, useState } from 'react'
import { Button, Dropdown, Input, Layout, List, Space, Typography } from '@arco-design/web-react'
import { IconApps, IconMoon, IconSearch, IconSun } from '@arco-design/web-react/icon'
import { IconMoon, IconSearch, IconSun } from '@arco-design/web-react/icon'
import type { SearchResultDTO } from '../../api/search'
import type { Theme } from './project-types'