import { OpenSplatnet } from 'components/OpenSplatnet'; import { LogPanel, RunPanel } from 'components/RunPanel'; import { STAT_INK } from 'constant'; import React from 'react' import { useTranslation } from 'react-i18next'; import { Link } from "react-router-dom"; export const Home: React.FC = () => { const { t } = useTranslation(); return
{t('设置')}
{t('打开鱿鱼圈3')} {t('前往 stat.ink')}
}