import { useTranslation } from 'react-i18next' export default function Overview() { const { t } = useTranslation('docs') return (
{/* 头图 */}
page-agent

{t('overview.title')}

{t('overview.subtitle')}

{/* Status Badges */}
npm version MIT License TypeScript Downloads Bundle Size GitHub stars

{t('overview.what_is')}

{t('overview.what_is_desc')}

{t('overview.features_title')}

{t('overview.feature_dom.title')}

{t('overview.feature_dom.desc')}

{t('overview.feature_secure.title')}

{t('overview.feature_secure.desc')}

{t('overview.feature_backend.title')}

{t('overview.feature_backend.desc')}

{t('overview.feature_accessible.title')}

{t('overview.feature_accessible.desc')}

{t('overview.vs_browser_use')}

{t('overview.table_feature')} page-agent browser-use
{t('overview.table_deployment')} {t('overview.table_deployment_pa')} {t('overview.table_deployment_bu')}
{t('overview.table_scope')} {t('overview.table_scope_pa')} {t('overview.table_scope_bu')}
{t('overview.table_user')} {t('overview.table_user_pa')} {t('overview.table_user_bu')}
{t('overview.table_scenario')} {t('overview.table_scenario_pa')} {t('overview.table_scenario_bu')}

{t('overview.use_cases_title')}

) }