This is an automated email from the ASF dual-hosted git repository.
casion pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/linkis-website.git
The following commit(s) were added to refs/heads/dev by this push:
new ddca0bf6f5a fix linkis-website picture show issue (#822)
ddca0bf6f5a is described below
commit ddca0bf6f5aadc1c54fd81078a29bb180666b0f0
Author: aiceflower <[email protected]>
AuthorDate: Wed Oct 15 16:05:16 2025 +0800
fix linkis-website picture show issue (#822)
* prepare for release 1.8.0
* fix picture show problems
* update version
* fix image show issue
* update gitignore
* fix blog picture show issue
* fix linkis-website picture show issue
---------
Co-authored-by: aiceflower <[email protected]>
Co-authored-by: Casion <[email protected]>
---
blog/authors.yml | 16 ++++++++--------
i18n/zh-CN/docusaurus-plugin-content-blog/authors.yml | 18 +++++++++---------
.../current/release-notes-1.7.0.md | 2 +-
src/components/Contributors.jsx | 4 +---
static/img/authors/BeaconTown.png | Bin 0 -> 1541 bytes
static/img/authors/Casion.png | Bin 0 -> 45056 bytes
static/img/authors/aiceflower.png | Bin 0 -> 1556 bytes
static/img/authors/jacktao.png | Bin 0 -> 1555 bytes
static/img/authors/kevinWdong.png | Bin 0 -> 1556 bytes
static/img/authors/livi12138.png | Bin 0 -> 1570 bytes
static/img/authors/peacewong.png | Bin 0 -> 25188 bytes
static/img/authors/ruY9527.png | Bin 0 -> 37828 bytes
12 files changed, 19 insertions(+), 21 deletions(-)
diff --git a/blog/authors.yml b/blog/authors.yml
index c29435805a8..f6c47826dcd 100644
--- a/blog/authors.yml
+++ b/blog/authors.yml
@@ -2,46 +2,46 @@ Casion:
name: Casion
title: Development Engineer of WeBank
url: https://github.com/casionone/
- image_url: https://avatars.githubusercontent.com/u/7869972?v=4
+ image_url: /img/authors/Casion.png
peacewong:
name: Peacewong
title: Development Engineer of WeBank
url: https://github.com/peacewong/
- image_url: https://avatars.githubusercontent.com/u/11496700?v=4
+ image_url: /img/authors/peacewong.png
aiceflower:
name: aiceflower
title: Development Engineer of WeBank
url: https://github.com/aiceflower/
- image_url: https://avatars.githubusercontent.com/u/22620332?s=400&v=4
+ image_url: /img/authors/aiceflower.png
BeaconTown:
name: BeaconTown
title: Student
url: https://github.com/Beacontownfc/
- image_url: https://avatars.githubusercontent.com/u/89081023?s=40&v=4
+ image_url: /img/authors/BeaconTown.png
jacktao:
name: jacktao
title: contributors
url: https://github.com/jacktao007
- image_url: https://avatars.githubusercontent.com/u/1073365?v=4
+ image_url: /img/authors/jacktao.png
ruY9527:
name: ruY9527
title: contributors
url: https://github.com/ruY9527
- image_url: https://avatars.githubusercontent.com/u/43773582?v=4
+ image_url: /img/authors/ruY9527.png
livi12138:
name: livi12138
title: contributors
url: https://github.com/livi12138
- image_url: https://avatars.githubusercontent.com/u/156271765?v=4
+ image_url: /img/authors/livi12138.png
kevinWdong:
name: kevinWdong
title: contributors
url: https://github.com/kongslove
- image_url: https://avatars.githubusercontent.com/u/42604208?v=4
+ image_url: /img/authors/kevinWdong.png
diff --git a/i18n/zh-CN/docusaurus-plugin-content-blog/authors.yml
b/i18n/zh-CN/docusaurus-plugin-content-blog/authors.yml
index ac432c41610..b5f9b17828c 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-blog/authors.yml
+++ b/i18n/zh-CN/docusaurus-plugin-content-blog/authors.yml
@@ -2,46 +2,46 @@ Casion:
name: Casion
title: 开源贡献者
url: https://github.com/casionone/
- image_url: https://avatars.githubusercontent.com/u/7869972?v=4
+ image_url: /img/authors/Casion.png
peacewong:
name: Peacewong
title: 开源贡献者
url: https://github.com/peacewong/
- image_url: https://avatars.githubusercontent.com/u/11496700?v=4
+ image_url: /img/authors/peacewong.png
aiceflower:
name: aiceflower
title: 开源贡献者
url: https://github.com/aiceflower/
- image_url: https://avatars.githubusercontent.com/u/22620332?s=400&v=4
+ image_url: /img/authors/aiceflower.png
BeaconTown:
name: BeaconTown
title: 学生
url: https://github.com/Beacontownfc/
- image_url: https://avatars.githubusercontent.com/u/89081023?s=40&v=4
+ image_url: /img/authors/BeaconTown.png
jacktao:
name: jacktao
title: 开源贡献者
url: https://github.com/jacktao007
- image_url: https://avatars.githubusercontent.com/u/1073365?v=4
+ image_url: /img/authors/jacktao.png
ruY9527:
name: ruY9527
title: contributors
url: https://github.com/ruY9527
- image_url: https://avatars.githubusercontent.com/u/43773582?v=4
+ image_url: /img/authors/ruY9527.png
kevinWdong:
name: kevinWdong
title: contributors
url: https://github.com/kongslove
- image_url: https://avatars.githubusercontent.com/u/42604208?v=4
-
+ image_url: /img/authors/kevinWdong.png
+
livi12138:
name: livi12138
title: 开源贡献者
url: https://github.com/livi12138
- image_url: https://avatars.githubusercontent.com/u/156271765?v=4
+ image_url: /img/authors/livi12138.png
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs-download/current/release-notes-1.7.0.md
b/i18n/zh-CN/docusaurus-plugin-content-docs-download/current/release-notes-1.7.0.md
index d43b415106c..f97bcc11ce4 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs-download/current/release-notes-1.7.0.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs-download/current/release-notes-1.7.0.md
@@ -1,6 +1,6 @@
---
title: Release Notes 1.7.0
-sidebar_position: 88
+sidebar_position: 87
---
Apache Linkis 1.7.0 版本,主要新增如下特性功能: Linkis的RPC功能支持自动重试、引入Spring boot
Admin模块,监控管理Linkis服务、EC支持设置状态为unhealthy并在空闲时自动退出、在ECM服务中添加容器化模式,允许在该模式下将与外界通信的特定IP和端口等
diff --git a/src/components/Contributors.jsx b/src/components/Contributors.jsx
index 1f16fd4d61e..138808550b4 100644
--- a/src/components/Contributors.jsx
+++ b/src/components/Contributors.jsx
@@ -44,7 +44,6 @@ export default (props) => {
}
html += `<td>
<a href="${c.html_url}" target="_blank">
- <img src="${c.avatar_url}" height="20" />
<span style={{ whiteSpace: 'nowrap'
}}>@${c.login}</span>
</a>
</td>`;
@@ -77,8 +76,7 @@ export default (props) => {
return (
<td>
<a href={`${curv.html_url}`}
target="_blank">
- <img src={`${curv.avatar_url}`}
height="20" />
- <span style={{ whiteSpace: 'nowrap'
}}>{curv.login}</span>
+ <span style={{ whiteSpace: 'nowrap'
}}>@{curv.login}</span>
</a>
</td>
)
diff --git a/static/img/authors/BeaconTown.png
b/static/img/authors/BeaconTown.png
new file mode 100644
index 00000000000..68f7e89b34e
Binary files /dev/null and b/static/img/authors/BeaconTown.png differ
diff --git a/static/img/authors/Casion.png b/static/img/authors/Casion.png
new file mode 100644
index 00000000000..59760257d0e
Binary files /dev/null and b/static/img/authors/Casion.png differ
diff --git a/static/img/authors/aiceflower.png
b/static/img/authors/aiceflower.png
new file mode 100644
index 00000000000..854e7701473
Binary files /dev/null and b/static/img/authors/aiceflower.png differ
diff --git a/static/img/authors/jacktao.png b/static/img/authors/jacktao.png
new file mode 100644
index 00000000000..eed72f9ad9e
Binary files /dev/null and b/static/img/authors/jacktao.png differ
diff --git a/static/img/authors/kevinWdong.png
b/static/img/authors/kevinWdong.png
new file mode 100644
index 00000000000..98f9dfd5f65
Binary files /dev/null and b/static/img/authors/kevinWdong.png differ
diff --git a/static/img/authors/livi12138.png b/static/img/authors/livi12138.png
new file mode 100644
index 00000000000..3bbc819a7e6
Binary files /dev/null and b/static/img/authors/livi12138.png differ
diff --git a/static/img/authors/peacewong.png b/static/img/authors/peacewong.png
new file mode 100644
index 00000000000..ff612e51f38
Binary files /dev/null and b/static/img/authors/peacewong.png differ
diff --git a/static/img/authors/ruY9527.png b/static/img/authors/ruY9527.png
new file mode 100644
index 00000000000..0e355f5a6ff
Binary files /dev/null and b/static/img/authors/ruY9527.png differ
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]