feat: 添加服务条款页面及相关逻辑,更新用户注册流程以要求同意条款

This commit is contained in:
2026-01-13 23:34:06 +07:00
parent 0e63595941
commit f1f99ad587
9 changed files with 362 additions and 5 deletions

View File

@@ -492,5 +492,102 @@
"iosStep3": "3. Tap 'Add' to confirm installation",
"iosNote": "Once installed, you can use it like a native app"
}
},
"term": {
"title": "Terms of Service",
"lastUpdate": "Last Updated: January 2026",
"introduction": "Welcome to our service. Please read the following terms of service carefully before using this platform. By using this service, you agree to be bound by these terms.",
"sections": {
"serviceDescription": {
"title": "Service Description",
"content": {
"0": "This platform provides digital asset trading services, including but not limited to spot trading, futures trading, and other financial services.",
"1": "We are committed to providing users with a secure, stable, and efficient trading environment, but are not responsible for market fluctuations or trading results.",
"2": "The platform reserves the right to modify, suspend, or terminate some or all services at any time without prior notice."
}
},
"userResponsibilities": {
"title": "User Responsibilities",
"content": {
"0": "You must be at least 18 years old or have reached the legal age in your jurisdiction to use this service.",
"1": "You agree to provide truthful, accurate, and complete registration information and update it in a timely manner to maintain accuracy.",
"2": "You are responsible for all activities conducted through your account, including any unauthorized access or use."
}
},
"accountSecurity": {
"title": "Account Security",
"content": {
"0": "You are responsible for maintaining the confidentiality of your account password and other security credentials.",
"1": "We recommend enabling security features such as two-factor authentication to enhance account security.",
"2": "Please notify us immediately if you discover any abnormal account activity or security vulnerabilities."
}
},
"prohibitedActivities": {
"title": "Prohibited Activities",
"content": {
"0": "It is strictly prohibited to use this platform for money laundering, terrorist financing, or other illegal activities.",
"1": "Market price manipulation, fake trading, or any fraudulent behavior is prohibited.",
"2": "You may not use automated programs, bots, or other unauthorized means to access this platform.",
"3": "Violation of the above provisions may result in account freezing or permanent ban."
}
},
"riskDisclosure": {
"title": "Risk Disclosure",
"content": {
"0": "Digital asset trading is highly speculative and volatile, which may result in partial or total loss of funds.",
"1": "Please fully understand market risks before trading and only invest funds you can afford to lose.",
"2": "The platform does not provide investment advice, and you are solely responsible for all trading decisions."
}
},
"privacyPolicy": {
"title": "Privacy Policy",
"content": {
"0": "We value your privacy and take reasonable measures to protect your personal information.",
"1": "We may collect necessary information to provide services, comply with legal requirements, and improve user experience.",
"2": "For detailed privacy policy, please refer to our Privacy Policy page."
}
},
"intellectualProperty": {
"title": "Intellectual Property",
"content": {
"0": "All content on this platform, including but not limited to text, graphics, logos, and software, is protected by intellectual property laws.",
"1": "Without explicit authorization, you may not copy, modify, distribute, or otherwise use platform content."
}
},
"disclaimers": {
"title": "Disclaimers",
"content": {
"0": "This service is provided 'as is' without any express or implied warranties.",
"1": "We are not responsible for service interruptions, data loss, or any indirect damages.",
"2": "We assume no responsibility for third-party services or links."
}
},
"termination": {
"title": "Termination",
"content": {
"0": "We reserve the right to terminate or suspend your account at any time, especially in case of violation of these terms.",
"1": "After account termination, you remain responsible for actions and obligations prior to termination."
}
},
"changes": {
"title": "Changes to Terms",
"content": {
"0": "We may revise these terms of service from time to time, and the revised terms will be published on the platform.",
"1": "Continued use of the service indicates your acceptance of the revised terms."
}
},
"governingLaw": {
"title": "Governing Law",
"content": {
"0": "These terms are governed by applicable law, and any disputes should be resolved through negotiation.",
"1": "If negotiation fails, disputes shall be submitted to a court with jurisdiction."
}
}
},
"contact": {
"title": "Contact Us",
"description": "If you have any questions about these Terms of Service or need assistance, please contact us:",
"email": "Email"
}
}
}