{% extends "base.html" %} {% block title %}{{ t('download') if t('download') else '下载' }}{% endblock %} {% block content %}

{{ t('download_clients') if t('download_clients') else '客户端下载' }}

{{ t('download_description') if t('download_description') else '下载我们的客户端,体验更便捷的服务' }}

{{ t('available_downloads') if t('available_downloads') else '可用下载' }}

{{ t('choose_platform') if t('choose_platform') else '选择适合您设备的客户端版本' }}

💻

{{ t('pc_client') if t('pc_client') else '电脑客户端' }}

{{ t('pc_client_desc') if t('pc_client_desc') else '适用于Windows系统的桌面客户端,提供完整功能体验' }}

{{ t('download_now') if t('download_now') else '立即下载' }}

{{ t('version') if t('version') else '版本' }}: v2.1.0

{{ t('file_size') if t('file_size') else '文件大小' }}: 85.6 MB

{{ t('system_requirements') if t('system_requirements') else '系统要求' }}: Windows 10+

📱

{{ t('android_client') if t('android_client') else '安卓手机客户端' }}

{{ t('android_client_desc') if t('android_client_desc') else '适用于Android手机的移动客户端,随时随地管理您的账户' }}

{{ t('download_now') if t('download_now') else '立即下载' }}

{{ t('version') if t('version') else '版本' }}: v4.60.0

{{ t('file_size') if t('file_size') else '文件大小' }}: 103.2 MB

{{ t('system_requirements') if t('system_requirements') else '系统要求' }}: Android 8.0+

🖼️

{{ t('image_download') if t('image_download') else '图片下载' }}

{{ t('image_download_desc') if t('image_download_desc') else '下载公司标志或相关图片' }}

{{ t('download_image') if t('download_image') else '下载图片' }}

{{ t('file_format') if t('file_format') else '文件格式' }}: JPG

{{ t('file_size') if t('file_size') else '文件大小' }}: 约 50 KB

{{ t('resolution') if t('resolution') else '分辨率' }}: 80x80 pixels

{{ t('features') if t('features') else '客户端特色功能' }}

{{ t('real_time_quotes') if t('real_time_quotes') else '实时行情' }}

{{ t('real_time_quotes_desc') if t('real_time_quotes_desc') else '提供全球市场的实时行情数据,及时掌握市场动态' }}

{{ t('secure_transaction') if t('secure_transaction') else '安全交易' }}

{{ t('secure_transaction_desc') if t('secure_transaction_desc') else '多重加密保护,确保您的交易安全和资金安全' }}

{{ t('multi_device_sync') if t('multi_device_sync') else '多设备同步' }}

{{ t('multi_device_sync_desc') if t('multi_device_sync_desc') else '支持电脑和手机客户端数据同步,随时随地继续操作' }}

{% endblock %}