update download.html

This commit is contained in:
2025-08-30 19:51:53 +08:00
parent 682355231a
commit 9d08885024
33 changed files with 800 additions and 108 deletions

View File

@@ -10,7 +10,7 @@
<h1>{{ t('slogan') }}</h1>
<p class="hero-subtitle">{{ t('hero_subtitle') if t('hero_subtitle') else '专业证券交易与投资平台' }}</p>
<p class="hero-description">{{ t('hero_description') if t('hero_description') else
'提供全球市场股票、期货、期权交易,智能投顾服务,助力您的财富增长' }}</p>
'专注于港股、美股市场股票交易,智能投顾服务,助力您的财富增长' }}</p>
<div class="hero-buttons">
<a href="{{ url_for('download') }}" class="btn btn-primary">{{ t('download_app') if t('download_app')
else '下载客户端' }}</a>