From 0bb09a53ea3863e9355fc390e43ebcafcc9160b3 Mon Sep 17 00:00:00 2001 From: misitebao Date: Wed, 24 Nov 2021 23:12:59 +0800 Subject: [PATCH] docs: fix image path errors and optimize assets paths --- README.md | 56 ++++++++++++------ README.zh-Hans.md | 54 +++++++++++------ .../images/jetbrains-grayscale.png | Bin .../images/logo_cropped.png | Bin pace.jpeg => assets/images/pace.jpeg | Bin 5 files changed, 73 insertions(+), 37 deletions(-) rename jetbrains-grayscale.png => assets/images/jetbrains-grayscale.png (100%) rename logo_cropped.png => assets/images/logo_cropped.png (100%) rename pace.jpeg => assets/images/pace.jpeg (100%) diff --git a/README.md b/README.md index 74bb9e384..f2234ee05 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,35 @@

-
+

- Build desktop applications using Go & Web Technologies.

- - - - CodeFactor - CodeFactor - - - Awesome - Release Pipelines + Build desktop applications using Go & Web Technologies.

+ + + + + + + + + + + CodeFactor + + + CodeFactor + + + + + + + + + Awesome + + + Release Pipelines +

@@ -114,7 +132,7 @@ This project is supported by these kind people / companies: - + @@ -330,11 +348,11 @@ It is recommended at this stage to read the comprehensive documentation at [http - - - - - + + + + + @@ -370,7 +388,7 @@ This project was mainly coded to the following albums: ## Special Thanks

-
+
A huge thanks to Pace for sponsoring the project and helping the efforts to get Wails ported to Apple Silicon!

If you are looking for a Project Management tool that's powerful but quick and easy to use, check them out!

@@ -378,5 +396,5 @@ This project was mainly coded to the following albums:

A special thank you to JetBrains for donating licenses to us!

Please click the logo to let them know your appreciation!

- +

diff --git a/README.zh-Hans.md b/README.zh-Hans.md index 7ad0f9acf..324e3779b 100644 --- a/README.zh-Hans.md +++ b/README.zh-Hans.md @@ -2,16 +2,34 @@

- 使用 Go 和 Web 技术构建桌面应用程序。

- - - - CodeFactor - CodeFactor - - - Awesome - Release Pipelines + 使用 Go 和 Web 技术构建桌面应用程序。

+ + + + + + + + + + + CodeFactor + + + CodeFactor + + + + + + + + + Awesome + + + Release Pipelines +

@@ -117,7 +135,7 @@ - + @@ -326,11 +344,11 @@ go get -u github.com/wailsapp/wails/cmd/wails - - - - - + + + + + @@ -363,7 +381,7 @@ go get -u github.com/wailsapp/wails/cmd/wails ## 特别感谢

-
+
非常 感谢Pace对项目的赞助,并帮助将 Wails 移植到 Apple Silicon !

如果您正在寻找一个强大并且快速和易于使用的项目管理工具,可以看看他们!

@@ -371,5 +389,5 @@ go get -u github.com/wailsapp/wails/cmd/wails

特别感谢 JetBrains 向我们捐赠许可!

请点击 logo 让他们知道你的感激之情!

- +

diff --git a/jetbrains-grayscale.png b/assets/images/jetbrains-grayscale.png similarity index 100% rename from jetbrains-grayscale.png rename to assets/images/jetbrains-grayscale.png diff --git a/logo_cropped.png b/assets/images/logo_cropped.png similarity index 100% rename from logo_cropped.png rename to assets/images/logo_cropped.png diff --git a/pace.jpeg b/assets/images/pace.jpeg similarity index 100% rename from pace.jpeg rename to assets/images/pace.jpeg