{% 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 '选择适合您设备的客户端版本' }}

ios 扫码下载
下载图标
下载图标
下载图标
下载图标
下载图标
下载图标
下载图标

{{ t('google_download_desc') if t('google_download_desc') else '正在上架,敬请等待' }}

{{ 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 %}