diff --git a/languages/__init__.py b/languages/__init__.py index fea312a..a08a4c1 100644 --- a/languages/__init__.py +++ b/languages/__init__.py @@ -168,19 +168,18 @@ TRANSLATIONS = { 'live_chat': '在线聊天', 'live_chat_desc': '通过网站右下角的聊天窗口与客服实时沟通', 'start_chat': '开始聊天', - 'commission_rates': '详细佣金费率', + 'commission_rates': '佣金费率', 'commission_rates_desc': '透明公开的交易费用,助力您的投资决策', 'market': '市场', 'product_type': '产品类型', - 'commission_rate': '佣金费率', - 'minimum_fee': '最低收费', - 'additional_fees': '其他费用', + 'minimum_fee': '平台费', + 'additional_fees': '说明', 'commission_note': '以上费率仅供参考,实际费用可能因市场情况而变化。详细费用请参考最新费率表。', 'stocks': '股票', 'options': '期权', 'futures': '期货', 'funds': '基金', - 'other_products': '其他产品' + 'other_products': '更多' }, 'zh-TW': { 'home': '首頁', diff --git a/static/css/pdf/20251001.pdf b/static/css/pdf/20251001.pdf new file mode 100644 index 0000000..49fb3c6 Binary files /dev/null and b/static/css/pdf/20251001.pdf differ diff --git a/templates/pricing.html b/templates/pricing.html index 2f37aae..3ae6148 100644 --- a/templates/pricing.html +++ b/templates/pricing.html @@ -13,7 +13,7 @@
-

{{ t('commission_rates') if t('commission_rates') else '详细佣金费率' }}

+

{{ t('commission_rates') if t('commission_rates') else '佣金费率' }}

{{ t('commission_rates_desc') if t('commission_rates_desc') else '透明公开的交易费用,助力您的投资决策' }}

@@ -24,7 +24,7 @@ -
@@ -44,18 +44,19 @@ - 港股 + 港股 (港币) 股票交易 - 0.25% - HK$ 100 - 印花税: 0.13%
交易征费: 0.0027%
证监会征费: 0.00015% + 0.125%
最低HK$70 + 0 + 电子交易平台 - 美股 + 美股 (美元) 股票交易 - US$ 0.005/股 - US$ 1.00 - SEC Fee: 0.0000229%
FINRA TAF: US$ 0.000145/股 + US$ 0.0049/股
最低US$0.99/订单 + + US$ 0.005/股
最低US$1.00/订单 + 电子交易平台 + + 结构性产品 牛熊证 @@ -294,21 +297,21 @@ HK$ 50 行使费: 0.003% - + --> -
+
-
+
@@ -384,4 +387,98 @@
+ + + + + + + {% endblock %} \ No newline at end of file