This is an automated email from the ASF dual-hosted git repository.
jimin pushed a commit to branch docusaurus
in repository https://gitbox.apache.org/repos/asf/incubator-seata-website.git
The following commit(s) were added to refs/heads/docusaurus by this push:
new 8c85e28065 optimize: replace image url (#831)
8c85e28065 is described below
commit 8c85e280658b33ca8dc19bca53cd35c0863369b9
Author: jimin <[email protected]>
AuthorDate: Sun Feb 4 16:47:41 2024 +0800
optimize: replace image url (#831)
Signed-off-by: slievrly <[email protected]>
---
i18n/en/code.json | 2 +-
i18n/zh-cn/code.json | 2 +-
.../img/index/TB1rDpkJAvoK1RjSZPfXXXPKFXa-794-478.png | Bin 0 -> 10437 bytes
3 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/i18n/en/code.json b/i18n/en/code.json
index 93f78a2b8d..d462e23a5a 100644
--- a/i18n/en/code.json
+++ b/i18n/en/code.json
@@ -379,7 +379,7 @@
"message": "Seata is an open source distributed transaction solution that
delivers high performance and easy to use distributed transaction services
under a microservices architecture. Before the open source of Seata, its
internal version has been playing the role of middleware for data consistency
of application architecture layer in Alibaba group, helping the economy to
smoothly go through the Double 11 of the past year and providing strong
technical support for the upper business. [...]
},
"homepage.introImg": {
- "message":
"https://img.alicdn.com/tfs/TB1rDpkJAvoK1RjSZPfXXXPKFXa-794-478.png"
+ "message": "/img/index/TB1rDpkJAvoK1RjSZPfXXXPKFXa-794-478.png"
},
"homepage.featureListTitle1": {
"message": "Microservices Framework Support"
diff --git a/i18n/zh-cn/code.json b/i18n/zh-cn/code.json
index 0612c9c0b1..98d5042170 100644
--- a/i18n/zh-cn/code.json
+++ b/i18n/zh-cn/code.json
@@ -382,7 +382,7 @@
"message": "Seata 是一款开源的分布式事务解决方案,致力于在微服务架构下提供高性能和简单易用的分布式事务服务。在 Seata
开源之前,其内部版本在阿里系内部一直扮演着应用架构层数据一致性的中间件角色,帮助经济体平稳的度过历年的双11,对上层业务进行了有力的技术支撑。经过多年沉淀与积累,其商业化产品先后在阿里云、金融云上售卖。2019.1
为了打造更加完善的技术生态和普惠技术成果,Seata 正式宣布对外开源,未来 Seata 将以社区共建的形式帮助用户快速落地分布式事务解决方案。"
},
"homepage.introImg": {
- "message":
"https://img.alicdn.com/tfs/TB1rDpkJAvoK1RjSZPfXXXPKFXa-794-478.png"
+ "message": "/img/index/TB1rDpkJAvoK1RjSZPfXXXPKFXa-794-478.png"
},
"homepage.featureListTitle1": {
"message": "微服务框架支持"
diff --git a/static/img/index/TB1rDpkJAvoK1RjSZPfXXXPKFXa-794-478.png
b/static/img/index/TB1rDpkJAvoK1RjSZPfXXXPKFXa-794-478.png
new file mode 100644
index 0000000000..2ab3abf958
Binary files /dev/null and
b/static/img/index/TB1rDpkJAvoK1RjSZPfXXXPKFXa-794-478.png differ
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]