update about.html file

This commit is contained in:
2025-08-29 10:08:55 +08:00
parent 682355231a
commit 3d5934abf8
18 changed files with 150 additions and 59 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>