diff --git a/src/components/cstb/CommonDir.tsx b/src/components/cstb/CommonDir.tsx index 9c78a09..e48e4b8 100644 --- a/src/components/cstb/CommonDir.tsx +++ b/src/components/cstb/CommonDir.tsx @@ -1,5 +1,6 @@ import { FolderFocusOne } from "@icon-park/react" import { Card, CardBody, CardHeader, CardIcon } from "../window/Card" +import { addToast } from "@heroui/react" interface RoundedButtonProps { children?: React.ReactNode @@ -31,12 +32,12 @@ const CommonDir = () => {
{alert("hello")}}>Steam安装位置 - {}}>CS2游戏目录 - {}}>地图文件 - {}}>游戏CFG目录 - {}}>个人CFG目录 - {}}>完美平台录像 - {}}>5E平台录像 + {addToast({title: "CS2游戏目录"})}}>CS2游戏目录 + {addToast({title: "地图文件"})}}>地图文件 + {addToast({title: "游戏CFG目录"})}}>游戏CFG目录 + {addToast({title: "个人CFG目录"})}}>个人CFG目录 + {addToast({title: "完美平台录像"})}}>完美平台录像 + {addToast({title: "5E平台录像"})}}>5E平台录像