import {useCallback} from 'react' import {ScrollView} from 'react-native' import * as Layout from '#/components/Layout' import {useSetTitle} from '#/lib/hooks/useSetTitle' import {atoms as a, useTheme} from '#/alf' import {Text} from '#/components/Typography' export function TermsOfServiceScreen() { useSetTitle('Terms of Service') const t = useTheme() return ( Terms of Service Acceptance By using syu.is, you agree to these terms. If you do not agree, please do not use the service. Prohibited Content Do not post illegal content, spam, or harass others. Do not impersonate others or spread misinformation. Account Termination The administrator reserves the right to suspend or terminate accounts that violate these terms. Disclaimer This service is provided "as is" without warranty of any kind. 日本語 syu.isを利用することで、これらの利用規約に同意したものとみなします。違法なコンテンツの投稿、スパム、他者への嫌がらせは禁止です。管理者は規約違反のアカウントを停止する権利を有します。本サービスは現状のまま提供され、いかなる保証もありません。 Last updated: 2026 ) }