import { useGlobal } from '@/lib/global' /** * 版权声明 * @returns */ export default function NotByAI() { const { lang, isDarkMode } = useGlobal() return ( not-by-ai ) }