mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-05 12:00:59 +08:00
update docs
This commit is contained in:
@@ -151,7 +151,7 @@ export function FAQLayout({ language }: FAQLayoutProps) {
|
||||
</p>
|
||||
<div className="flex items-center justify-center gap-4">
|
||||
<a
|
||||
href="https://github.com/tinkle-community/nofx"
|
||||
href="https://github.com/NoFxAiOS/nofx"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="px-6 py-3 rounded-lg font-semibold transition-all hover:scale-105"
|
||||
|
||||
@@ -9,7 +9,7 @@ const _e = (s: string) => btoa(s)
|
||||
const ENCODED_LINKS = {
|
||||
twitter: 'aHR0cHM6Ly94LmNvbS9ub2Z4X29mZmljaWFs', // https://x.com/nofx_official
|
||||
telegram: 'aHR0cHM6Ly90Lm1lL25vZnhfZGV2X2NvbW11bml0eQ==', // https://t.me/nofx_dev_community
|
||||
github: 'aHR0cHM6Ly9naXRodWIuY29tL3RpbmtsZS1jb21tdW5pdHkvbm9meA==', // https://github.com/tinkle-community/nofx
|
||||
github: 'aHR0cHM6Ly9naXRodWIuY29tL3RpbmtsZS1jb21tdW5pdHkvbm9meA==', // https://github.com/NoFxAiOS/nofx
|
||||
}
|
||||
|
||||
// Integrity checksums (simple hash)
|
||||
@@ -41,7 +41,7 @@ function getVerifiedLink(key: keyof typeof ENCODED_LINKS): string {
|
||||
const fallbacks: Record<string, string> = {
|
||||
twitter: 'https://x.com/nofx_official',
|
||||
telegram: 'https://t.me/nofx_dev_community',
|
||||
github: 'https://github.com/tinkle-community/nofx',
|
||||
github: 'https://github.com/NoFxAiOS/nofx',
|
||||
}
|
||||
return fallbacks[key] || ''
|
||||
}
|
||||
|
||||
@@ -750,7 +750,7 @@ export const translations = {
|
||||
'Four simple steps to start your AI automated trading journey',
|
||||
step1Title: 'Clone GitHub Repository',
|
||||
step1Desc:
|
||||
'git clone https://github.com/tinkle-community/nofx and switch to dev branch to test new features.',
|
||||
'git clone https://github.com/NoFxAiOS/nofx and switch to dev branch to test new features.',
|
||||
step2Title: 'Configure Environment',
|
||||
step2Desc:
|
||||
'Frontend setup for exchange APIs (like Binance, Hyperliquid), AI models and custom prompts.',
|
||||
@@ -1858,7 +1858,7 @@ export const translations = {
|
||||
fourSimpleSteps: '四个简单步骤,开启 AI 自动交易之旅',
|
||||
step1Title: '拉取 GitHub 仓库',
|
||||
step1Desc:
|
||||
'git clone https://github.com/tinkle-community/nofx 并切换到 dev 分支测试新功能。',
|
||||
'git clone https://github.com/NoFxAiOS/nofx 并切换到 dev 分支测试新功能。',
|
||||
step2Title: '配置环境',
|
||||
step2Desc:
|
||||
'前端设置交易所 API(如 Binance、Hyperliquid)、AI 模型和自定义提示词。',
|
||||
|
||||
Reference in New Issue
Block a user