Skip to content

Commit 66ff2f6

Browse files
Merge pull request #85 from web3spreads/feat/remove-jekyll-and-i18n-homepage
feat: 删除 Jekyll 配置并完善文档站中文国际化
2 parents 5ab7df6 + 8f07f56 commit 66ff2f6

File tree

7 files changed

+211
-180
lines changed

7 files changed

+211
-180
lines changed

_config.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

tests/test_jekyll_config.py

Lines changed: 0 additions & 128 deletions
This file was deleted.

website/i18n/zh-Hans/code.json

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
{
2+
"homepage.tagline": {
3+
"message": "基于 AI 的 Hyperliquid DEX 加密货币自动交易机器人",
4+
"description": "Homepage hero tagline"
5+
},
6+
"homepage.getStarted": {
7+
"message": "开始使用 →",
8+
"description": "Homepage get started button"
9+
},
10+
"homepage.disclaimer": {
11+
"message": "⚠️ 本项目仅供学习与研究使用,请勿在生产环境中未经充分测试直接使用。",
12+
"description": "Homepage disclaimer text"
13+
},
14+
"homepage.description": {
15+
"message": "基于 LangChain/LangGraph 构建的 AI 加密货币自动交易机器人,专为 Hyperliquid DEX 设计",
16+
"description": "Homepage meta description"
17+
},
18+
"feature.multiAgent.title": {
19+
"message": "🤖 多智能体 AI",
20+
"description": "Feature card title: Multi-Agent AI"
21+
},
22+
"feature.multiAgent.desc": {
23+
"message": "基于 LangGraph 的交易对独立决策架构,支持 OpenAI、NVIDIA、Google、Cloudflare、LiteLLM 多个 LLM 提供商。",
24+
"description": "Feature card description: Multi-Agent AI"
25+
},
26+
"feature.gridFlow.title": {
27+
"message": "📊 网格做市策略",
28+
"description": "Feature card title: Grid Flow Strategy"
29+
},
30+
"feature.gridFlow.desc": {
31+
"message": "AI 驱动的动态网格做市策略。LLM 判断方向与网格宽度,数学引擎精确计算参数,GridManager 负责挂单管理。",
32+
"description": "Feature card description: Grid Flow Strategy"
33+
},
34+
"feature.research.title": {
35+
"message": "🔬 学术研究驱动",
36+
"description": "Feature card title: Research-Backed"
37+
},
38+
"feature.research.desc": {
39+
"message": "FinCoT 结构化推理链(准确率 +17%)、多空辩论引擎、CEX 领先信号、Regime 自适应策略 — 全部基于学术论文验证。",
40+
"description": "Feature card description: Research-Backed"
41+
},
42+
"feature.backtest.title": {
43+
"message": "📈 回测系统",
44+
"description": "Feature card title: Backtesting"
45+
},
46+
"feature.backtest.desc": {
47+
"message": "永续合约与网格策略全面回测支持,含 A/B 功能对比测试与中断恢复功能。",
48+
"description": "Feature card description: Backtesting"
49+
},
50+
"feature.risk.title": {
51+
"message": "🛡️ 风险管理",
52+
"description": "Feature card title: Risk Management"
53+
},
54+
"feature.risk.desc": {
55+
"message": "凯利公式仓位管理、ATR 动态止盈止损、最大回撤保护、持仓超时自动平仓。",
56+
"description": "Feature card description: Risk Management"
57+
},
58+
"feature.docker.title": {
59+
"message": "🐳 Docker 一键部署",
60+
"description": "Feature card title: Docker Ready"
61+
},
62+
"feature.docker.desc": {
63+
"message": "Docker Compose 一键部署,通过 RUN_MODE 环境变量灵活选择运行主策略、网格策略或两者并行。",
64+
"description": "Feature card description: Docker Ready"
65+
}
66+
}
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"sidebar.docs.category.Getting Started": {
3+
"message": "快速开始",
4+
"description": "The label for category Getting Started in sidebar docs"
5+
},
6+
"sidebar.docs.category.Configuration": {
7+
"message": "配置说明",
8+
"description": "The label for category Configuration in sidebar docs"
9+
},
10+
"sidebar.docs.category.Trading Strategies": {
11+
"message": "交易策略",
12+
"description": "The label for category Trading Strategies in sidebar docs"
13+
},
14+
"sidebar.docs.category.AI Features": {
15+
"message": "AI 增强功能",
16+
"description": "The label for category AI Features in sidebar docs"
17+
},
18+
"sidebar.docs.category.Backtesting": {
19+
"message": "回测系统",
20+
"description": "The label for category Backtesting in sidebar docs"
21+
},
22+
"sidebar.docs.category.Architecture": {
23+
"message": "架构设计",
24+
"description": "The label for category Architecture in sidebar docs"
25+
}
26+
}
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
{
2+
"footer.link.title.Documentation": {
3+
"message": "文档",
4+
"description": "Footer column title: Documentation"
5+
},
6+
"footer.link.title.Strategies": {
7+
"message": "策略",
8+
"description": "Footer column title: Strategies"
9+
},
10+
"footer.link.title.Links": {
11+
"message": "链接",
12+
"description": "Footer column title: Links"
13+
},
14+
"footer.link.label.Introduction": {
15+
"message": "介绍",
16+
"description": "Footer link label: Introduction"
17+
},
18+
"footer.link.label.Getting Started": {
19+
"message": "快速开始",
20+
"description": "Footer link label: Getting Started"
21+
},
22+
"footer.link.label.Configuration": {
23+
"message": "配置说明",
24+
"description": "Footer link label: Configuration"
25+
},
26+
"footer.link.label.Perpetual Agent": {
27+
"message": "永续合约 Agent",
28+
"description": "Footer link label: Perpetual Agent"
29+
},
30+
"footer.link.label.Grid Flow": {
31+
"message": "网格做市策略",
32+
"description": "Footer link label: Grid Flow"
33+
},
34+
"footer.link.label.Backtesting": {
35+
"message": "回测系统",
36+
"description": "Footer link label: Backtesting"
37+
},
38+
"footer.link.label.GitHub": {
39+
"message": "GitHub",
40+
"description": "Footer link label: GitHub"
41+
},
42+
"footer.link.label.Hyperliquid": {
43+
"message": "Hyperliquid",
44+
"description": "Footer link label: Hyperliquid"
45+
},
46+
"footer.link.label.Testnet Faucet": {
47+
"message": "测试网水龙头",
48+
"description": "Footer link label: Testnet Faucet"
49+
}
50+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"navbar.item.label.Docs": {
3+
"message": "文档",
4+
"description": "Navbar item label for Docs"
5+
},
6+
"theme.AnnouncementBar.closeButtonAriaLabel": {
7+
"message": "关闭",
8+
"description": "The ARIA label for the close button of the announcement bar"
9+
}
10+
}

0 commit comments

Comments
 (0)