@@ -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) => {
@@ -87,7 +87,7 @@ const Nav: React.FC<Props> = (props: Props) => {
// const onChange = (value: number) => {