import { faBackward } from "@fortawesome/free-solid-svg-icons" import { FontAwesomeIcon } from "@fortawesome/react-fontawesome" export const AIAppLinkList = [ { label: '返回', icon: , href: '/', id: 1, }, ] export default function Page() { return
AI Apps
}