import React from 'react'; import { ScrollView, Text } from 'react-native'; export default function UserAgreement() { return ( 用户协议(示例) 这是占位文案,用于说明用户协议。请在此替换为你们的正式协议内容。 ); }