import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
import { LinkTypeItem } from "../_lib/types";
import { faPenClip, faThumbsUp } from "@fortawesome/free-solid-svg-icons";
const defaultLinkList = [
{
label: 'AI应用集',
icon: ,
href: '/ai-apps',
id: 1,
},
{
label: 'AI写作工具',
icon: ,
id: 2,
},
{
label: 'AI写作工具',
icon: ,
id: 3,
},
{
label: 'AI写作工具',
icon: ,
id: 4,
},
{
label: 'AI写作工具',
icon: ,
id: 5,
},
{
label: 'AI写作工具',
icon: ,
id: 6,
},
{
label: 'AI写作工具',
icon: ,
id: 7,
},
{
label: 'AI写作工具',
icon: ,
id: 8,
},
{
label: 'AI写作工具',
icon: ,
id: 9,
}
] as LinkTypeItem[];