Skip to content

Commit

Permalink
docs: release 2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
VampireAchao committed Oct 18, 2024
1 parent 5f28156 commit 03820f1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions src/pages/download/data.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
[
{
"version": "2.1.5",
"date": "2024-10-18"
},
{
"version": "2.1.4",
"date": "2024-05-14"
Expand Down
4 changes: 2 additions & 2 deletions src/pages/download/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ export default function () {
<h2 className="fs-4 mb-4 fw-bold">{dataSource.download}</h2>
<div>
<span> {dataSource.downloadDesc1}</span>
<li>apache-streampark_<span style={{ color: 'red' }}>2.11</span>-<span style={{ color: 'blue' }}>2.1.4</span>-incubating-bin.tar.gz</li>
<li>apache-streampark_<span style={{ color: 'red' }}>2.12</span>-<span style={{ color: 'blue' }}>2.1.4</span>-incubating-bin.tar.gz</li>
<li>apache-streampark_<span style={{ color: 'red' }}>2.11</span>-<span style={{ color: 'blue' }}>2.1.5</span>-incubating-bin.tar.gz</li>
<li>apache-streampark_<span style={{ color: 'red' }}>2.12</span>-<span style={{ color: 'blue' }}>2.1.5</span>-incubating-bin.tar.gz</li>
<span>{dataSource.downloadDesc2}</span>
</div>
<h3 className="fs-4 mb-4 mt-4 fw-bold">{dataSource.latestVersion}</h3>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/download/languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"en": {
"download": "Download Apache StreamPark (incubating)",
"downloadDesc1": "The Apache StreamPark supports Scala 2.11 and 2.12. The dist file name rule is: apache-streampark_${scala.version}-${streampark.version}-incubating-bin.tar.gz,e.g:",
"downloadDesc2": "The 2.11/2.12 is a version of StreamPark adapted to Scala, the 2.1.4 is a version of StreamPark. Download which one depends on the user's Scala version of Apache Flink/Spark, users need to download the file of StreamPark that matches the Scala version of Apache Flink/Spark.",
"downloadDesc2": "The 2.11/2.12 is a version of StreamPark adapted to Scala, the 2.1.5 is a version of StreamPark. Download which one depends on the user's Scala version of Apache Flink/Spark, users need to download the file of StreamPark that matches the Scala version of Apache Flink/Spark.",
"latestVersion": "The latest release",
"archived": "All archived releases",
"instructions": "Instructions",
Expand Down

0 comments on commit 03820f1

Please sign in to comment.