소스 검색

修改后台 错别字:智谱

Ryuiso 4 달 전
부모
커밋
740bd1ccc4
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/pages/layout/components/Header.tsx
  2. 1 1
      src/pages/layout/components/NavDeepSeek.tsx

+ 1 - 1
src/pages/layout/components/Header.tsx

@@ -45,7 +45,7 @@ const Header: React.FC<Props> = (props: Props) => {
 
     const fruits = [
         { id: 1, name: 'DeepSeek' },
-        { id: 2, name: '智' },
+        { id: 2, name: '智' },
     ];
     const [open, setOpen] = React.useState(false); // 控制下拉框展开状态
     const onDropdownVisibleChange = (visible: boolean) => {

+ 1 - 1
src/pages/layout/components/NavDeepSeek.tsx

@@ -87,7 +87,7 @@ const Nav: React.FC<Props> = (props: Props) => {
 
     const fruits = [
         { id: 1, name: 'DeepSeek' },
-        { id: 2, name: '智' },
+        { id: 2, name: '智' },
     ];
 
     // const onChange = (value: number) => {