From 66bfccbd9bd52bcefbd47c482cbde8194d104bdb Mon Sep 17 00:00:00 2001 From: Lawrence Liu Date: Thu, 6 Nov 2025 21:59:10 +0800 Subject: [PATCH] =?UTF-8?q?fix(web):=20=E4=BF=AE=E6=AD=A3=20FAQ=20?= =?UTF-8?q?=E7=BF=BB=E8=AF=91=E6=96=87=E4=BB=B6=E4=B8=AD=E7=9A=84=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E4=BF=A1=E6=81=AF=20(#552)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 删除 OKX 虚假支持声明(后端未实现) - 补充 Aster DEX 的 API 配置说明 - 修正测试网说明为暂时不支持 --- web/src/i18n/translations.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/web/src/i18n/translations.ts b/web/src/i18n/translations.ts index c552e5ad..6cb0299d 100644 --- a/web/src/i18n/translations.ts +++ b/web/src/i18n/translations.ts @@ -537,7 +537,7 @@ export const translations = { faqSupportedExchanges: 'Which exchanges are supported?', faqSupportedExchangesAnswer: - 'Binance Futures, Hyperliquid, Aster DEX, and OKX are supported. More exchanges coming soon.', + 'Binance Futures, Hyperliquid, and Aster DEX are supported. More exchanges coming soon.', faqIsProfitable: 'Is NOFX profitable?', faqIsProfitableAnswer: @@ -567,7 +567,7 @@ export const translations = { faqGetApiKeys: 'How do I get API keys?', faqGetApiKeysAnswer: - 'For Binance: Account → API Management → Create API → Enable Futures. For Hyperliquid: Visit Hyperliquid App → API Settings.', + 'For Binance: Account → API Management → Create API → Enable Futures. For Hyperliquid: Visit Hyperliquid App → API Settings. For Aster DEX: Configure main wallet address (User), API wallet address (Signer), and private key (Private Key).', faqUseSubaccount: 'Should I use a subaccount?', faqUseSubaccountAnswer: @@ -583,7 +583,7 @@ export const translations = { faqTestnet: 'Can I use testnet for testing?', faqTestnetAnswer: - 'Binance testnet exists but is not well maintained. Prices often stay flat and data quality is poor. We recommend using real trading with small amounts (10-50 USDT) for testing instead.', + 'Testnet is not supported at the moment. We recommend using real trading with small amounts (10-50 USDT) for testing.', // Trading Questions faqNoTrades: "Why isn't my trader making any trades?", @@ -1178,7 +1178,7 @@ export const translations = { faqSupportedExchanges: '支持哪些交易所?', faqSupportedExchangesAnswer: - '支持币安合约(Binance Futures)、Hyperliquid、Aster DEX 和 OKX。更多交易所开发中。', + '支持币安合约(Binance Futures)、Hyperliquid 和 Aster DEX。更多交易所开发中。', faqIsProfitable: 'NOFX 能盈利吗?', faqIsProfitableAnswer: @@ -1208,7 +1208,7 @@ export const translations = { faqGetApiKeys: '如何获取 API 密钥?', faqGetApiKeysAnswer: - '币安:账户 → API 管理 → 创建 API → 启用合约。Hyperliquid:访问 Hyperliquid App → API 设置。', + '币安:账户 → API 管理 → 创建 API → 启用合约。Hyperliquid:访问 Hyperliquid App → API 设置。Aster DEX:配置主钱包地址(User)、API 钱包地址(Signer)和私钥(Private Key)。', faqUseSubaccount: '应该使用子账户吗?', faqUseSubaccountAnswer: @@ -1224,7 +1224,7 @@ export const translations = { faqTestnet: '可以使用测试网测试吗?', faqTestnetAnswer: - '币安测试网存在但维护不佳,价格经常横盘,数据质量差。我们建议使用真实交易但小额资金(10-50 USDT)进行测试。', + '暂时不支持测试网。我们建议使用真实交易但小额资金(10-50 USDT)进行测试。', // Trading Questions faqNoTrades: '为什么我的交易员不开仓?',