Skip to content

Commit 7929bd8

Browse files
committed
update english/chinese selection
1 parent 4fa338d commit 7929bd8

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
![QuantAgent Banner](assets/banner.png)
44
<h2>QuantAgent: Price-Driven Multi-Agent LLMs for High-Frequency Trading</h2>
55

6+
7+
68
<div style="position: relative; text-align: center; margin: 20px 0;">
79
<div style="position: absolute; top: -10px; right: 20%; font-size: 1.2em;"></div>
810
<p>
@@ -28,8 +30,13 @@
2830
[![GitHub contributors](https://img.shields.io/github/contributors/your-username/QuantAgents?color=2b9348)](https://github.com/your-username/QuantAgents/graphs/contributors)
2931
[![GitHub license](https://img.shields.io/github/license/your-username/QuantAgents?color=2b9348)](https://github.com/Y-Research-SBU/QuantAgent/blob/main/LICENSE)
3032

33+
<div style="margin: 20px 0;">
34+
<a href="README.md">English</a> | <a href="README_CN.md">中文</a>
3135
</div>
3236

37+
</div>
38+
39+
3340
A sophisticated multi-agent trading analysis system that combines technical indicators, pattern recognition, and trend analysis using LangChain and LangGraph. The system provides both a web interface and programmatic access for comprehensive market analysis.
3441

3542

README_CN.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
![QuantAgent Banner](assets/banner.png)
44
<h2>QuantAgent: 基于价格驱动的多智能体大语言模型高频交易系统</h2>
55

6+
<div style="margin: 20px 0;">
7+
<a href="README.md">English</a> | <a href="README_CN.md">中文</a>
8+
</div>
9+
610
<div style="position: relative; text-align: center; margin: 20px 0;">
711
<div style="position: absolute; top: -10px; right: 20%; font-size: 1.2em;"></div>
812
<p>

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1009,15 +1009,15 @@ <h2 class="section-header">BibTeX</h2>
10091009
header.style.boxShadow = '0 2px 10px rgba(0, 0, 0, 0.3)';
10101010
} else {
10111011
header.style.background = '#f8fafc';
1012-
header.style.boxShadow = '0 2px 10px rgba(0, 0, 0, 0.1)';
1012+
header.style.boxShadow = '0 2px 10px rgba(0, 0, 0, 0.1)';
10131013
}
10141014
} else {
10151015
if (currentTheme === 'dark') {
10161016
header.style.background = '#1e293b';
10171017
header.style.boxShadow = 'none';
10181018
} else {
10191019
header.style.background = '#f8fafc';
1020-
header.style.boxShadow = 'none';
1020+
header.style.boxShadow = 'none';
10211021
}
10221022
}
10231023
});

0 commit comments

Comments
 (0)