mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-16 14:03:43 +08:00
123
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import styles from "./gpt-prompts.module.scss";
|
||||
import { Flex, Radio, Card } from "antd";
|
||||
import { Flex, Card } from "antd";
|
||||
|
||||
export default function GptPrompts() {
|
||||
return (
|
||||
|
||||
@@ -15,7 +15,7 @@ import dynamic from "next/dynamic";
|
||||
import { Path, SlotID } from "../constant";
|
||||
import { ErrorBoundary } from "./error";
|
||||
|
||||
import { getISOLang, getLang } from "../locales";
|
||||
import { getISOLang } from "../locales";
|
||||
|
||||
import {
|
||||
HashRouter as Router,
|
||||
|
||||
@@ -6,7 +6,6 @@ import styles from "./new-chat.module.scss";
|
||||
|
||||
import LeftIcon from "../icons/left.svg";
|
||||
import LightningIcon from "../icons/lightning.svg";
|
||||
import EyeIcon from "../icons/eye.svg";
|
||||
|
||||
import { useLocation, useNavigate } from "react-router-dom";
|
||||
import { Mask, useMaskStore } from "../store/mask";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import Image from "next/image";
|
||||
import React from "react";
|
||||
import { useLocation, useNavigate } from "react-router-dom";
|
||||
import { useNavigate } from "react-router-dom";
|
||||
import styles from "@/app/components/mask.module.scss";
|
||||
import Locale from "@/app/locales";
|
||||
import { IconButton } from "@/app/components/button";
|
||||
|
||||
@@ -36,7 +36,7 @@ import { removeImage } from "@/app/utils/chat";
|
||||
import { SideBar } from "./sd-sidebar";
|
||||
import { WindowContent } from "@/app/components/home";
|
||||
import { params } from "./sd-panel";
|
||||
import Image from "next/image";
|
||||
|
||||
function getSdTaskStatus(item: any) {
|
||||
let s: string;
|
||||
let color: Property.Color | undefined = undefined;
|
||||
|
||||
@@ -25,20 +25,12 @@ import React, {
|
||||
useRef,
|
||||
} from "react";
|
||||
import { IconButton } from "./button";
|
||||
import {
|
||||
Card as AntCard,
|
||||
List as AntList,
|
||||
Row,
|
||||
Col,
|
||||
Grid,
|
||||
Avatar,
|
||||
Button,
|
||||
} from "antd";
|
||||
import { List as AntList, Row, Col } from "antd";
|
||||
import { OpenAIOutlined, GoogleOutlined } from "@ant-design/icons";
|
||||
// 自定义图标
|
||||
import Icon from "@ant-design/icons";
|
||||
|
||||
const { Meta } = AntCard;
|
||||
// const { Meta } = AntCard;
|
||||
import { CheckCard } from "@ant-design/pro-components";
|
||||
import { CheckGroupValueType } from "@ant-design/pro-card/es/components/CheckCard/Group";
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { Button, Input, Space } from "antd";
|
||||
import { Button, Space } from "antd";
|
||||
import {
|
||||
Dispatch,
|
||||
SetStateAction,
|
||||
|
||||
Reference in New Issue
Block a user