This is an automated email from the ASF dual-hosted git repository.
liuhongyu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shenyu-website.git
The following commit(s) were added to refs/heads/main by this push:
new 769f7ef352 feat: Add Version Link (#1083)
769f7ef352 is described below
commit 769f7ef352415113ad0acad5ddae4d0f93a3d005
Author: wanhao <[email protected]>
AuthorDate: Mon Aug 25 18:27:59 2025 +0800
feat: Add Version Link (#1083)
---
src/components/DownloadCompoent.tsx | 40 +++++++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
diff --git a/src/components/DownloadCompoent.tsx
b/src/components/DownloadCompoent.tsx
index eebd7a24ec..3722d621e4 100644
--- a/src/components/DownloadCompoent.tsx
+++ b/src/components/DownloadCompoent.tsx
@@ -7,6 +7,14 @@ const data = [
{
title: translate({ message: 'Source Codes' }),
versions: [
+ {
+ versionTitle: '2.7.0.2',
+ targets: {
+ 'zip':
'https://www.apache.org/dyn/closer.lua/shenyu/2.7.0.2/apache-shenyu-2.7.0.2-src.zip',
+ 'asc':
'https://downloads.apache.org/shenyu/2.7.0.2/apache-shenyu-2.7.0.2-src.zip.asc',
+ 'sha512':
'https://downloads.apache.org/shenyu/2.7.0.2/apache-shenyu-2.7.0.2-src.zip.sha512',
+ }
+ },
{
versionTitle: '2.7.0.1',
targets: {
@@ -76,6 +84,22 @@ const data = [
{
title: translate({ message: 'ShenYu-Admin Binary Distribution' }),
versions: [
+ {
+ versionTitle: '2.7.0.2',
+ targets: {
+ 'tar':
'https://www.apache.org/dyn/closer.lua/shenyu/2.7.0.2/apache-shenyu-2.7.0.2-admin-bin.tar.gz',
+ 'asc':
'https://downloads.apache.org/shenyu/2.7.0.2/apache-shenyu-2.7.0.2-admin-bin.tar.gz.asc',
+ 'sha512':
'https://downloads.apache.org/shenyu/2.7.0.2/apache-shenyu-2.7.0.2-admin-bin.tar.gz.sha512',
+ }
+ },
+ {
+ versionTitle: '2.7.0.1',
+ targets: {
+ 'tar':
'https://www.apache.org/dyn/closer.lua/shenyu/2.7.0.1/apache-shenyu-2.7.0.1-admin-bin.tar.gz',
+ 'asc':
'https://downloads.apache.org/shenyu/2.7.0.1/apache-shenyu-2.7.0.1-admin-bin.tar.gz.asc',
+ 'sha512':
'https://downloads.apache.org/shenyu/2.7.0.1/apache-shenyu-2.7.0.1-admin-bin.tar.gz.sha512',
+ }
+ },
{
versionTitle: '2.7.0',
targets: {
@@ -137,6 +161,22 @@ const data = [
{
title: translate({ message: 'ShenYu-Bootstrap Binary Distribution' }),
versions: [
+ {
+ versionTitle: '2.7.0.2',
+ targets: {
+ 'tar':
'https://www.apache.org/dyn/closer.lua/shenyu/2.7.0.2/apache-shenyu-2.7.0.2-bootstrap-bin.tar.gz',
+ 'asc':
'https://downloads.apache.org/shenyu/2.7.0.2/apache-shenyu-2.7.0.2-bootstrap-bin.tar.gz.asc',
+ 'sha512':
'https://downloads.apache.org/shenyu/2.7.0.2/apache-shenyu-2.7.0.2-bootstrap-bin.tar.gz.sha512',
+ }
+ },
+ {
+ versionTitle: '2.7.0.1',
+ targets: {
+ 'tar':
'https://www.apache.org/dyn/closer.lua/shenyu/2.7.0.1/apache-shenyu-2.7.0.1-bootstrap-bin.tar.gz',
+ 'asc':
'https://downloads.apache.org/shenyu/2.7.0.1/apache-shenyu-2.7.0.1-bootstrap-bin.tar.gz.asc',
+ 'sha512':
'https://downloads.apache.org/shenyu/2.7.0.1/apache-shenyu-2.7.0.1-bootstrap-bin.tar.gz.sha512',
+ }
+ },
{
versionTitle: '2.7.0',
targets: {