diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index cb6529704..afb60dd02 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,5 +1,10 @@ -If this PR is related to coding or code translation, please fill out the checklist and paste the console outputs to the PR. +If this pull request (PR) pertains to **Chinese-to-English translation**, please confirm that you have read the contribution guidelines and complete the checklist below: -- [ ] I've tested the code and ensured the outputs are the same as the outputs of reference code. -- [ ] I've checked the code (formatting, comments, indentation, file header, etc) carefully. -- [ ] The code does not rely on a particular environment or IDE and can be executed on a standard system (Win, macOS, Ubuntu). +- [ ] This PR represents the translation of a single, complete document, or contains only bug fixes. +- [ ] The translation accurately conveys the original meaning and intent of the Chinese version. If deviations exist, I have provided explanatory comments to clarify the reasons. + +If this pull request (PR) is associated with **coding or code transpilation**, please attach the relevant console outputs to the PR and complete the following checklist: + +- [ ] I have thoroughly reviewed the code, focusing on its formatting, comments, indentation, and file headers. +- [ ] I have confirmed that the code execution outputs are consistent with those produced by the reference code (Python or Java). +- [ ] The code is designed to be compatible on standard operating systems, including Windows, macOS, and Ubuntu. diff --git a/docs-en/index.assets/hello_algo_header.png b/docs-en/index.assets/hello_algo_header.png index aff19ebe4..793d96e97 100644 Binary files a/docs-en/index.assets/hello_algo_header.png and b/docs-en/index.assets/hello_algo_header.png differ diff --git a/docs-en/index.assets/hello_algo_hero.jpg b/docs-en/index.assets/hello_algo_hero.jpg new file mode 100644 index 000000000..6f8f67fca Binary files /dev/null and b/docs-en/index.assets/hello_algo_hero.jpg differ diff --git a/docs-en/index.md b/docs-en/index.md index bb6571c7d..7a5324b49 100644 --- a/docs-en/index.md +++ b/docs-en/index.md @@ -7,12 +7,11 @@ hide: - edit --- -
- - +
+
-

Hello Algo

+

Hello Algo

Data Structures and Algorithms Crash Course with Animated Illustrations and Off-the-Shelf Code

@@ -45,30 +44,12 @@ hide:

-

- - - - - - - - - - - - - -

-

The English edition is brewing...

Feel free to engage in Chinese-to-English translation and pull request review! For guidelines, please see #914.

---- - -

Endorsements

+
@@ -127,8 +108,7 @@ hide:
-

"Chase the wind and moon, never stopping"

-

"Beyond the plains, there are spring mountains"

+

"Knowledge increases by sharing."

--- diff --git a/docs/chapter_preface/about_the_book.assets/hello_algo_mindmap.png b/docs/chapter_preface/about_the_book.assets/hello_algo_mindmap.png index a4ef8fd66..2fb76babe 100644 Binary files a/docs/chapter_preface/about_the_book.assets/hello_algo_mindmap.png and b/docs/chapter_preface/about_the_book.assets/hello_algo_mindmap.png differ diff --git a/docs/index.assets/hello_algo_hero.jpg b/docs/index.assets/hello_algo_hero.jpg new file mode 100644 index 000000000..c416fdf21 Binary files /dev/null and b/docs/index.assets/hello_algo_hero.jpg differ diff --git a/docs/index.md b/docs/index.md index d794f6dc4..a23e0c057 100644 --- a/docs/index.md +++ b/docs/index.md @@ -7,12 +7,11 @@ hide: - edit --- -
- - +
+
-

《 Hello 算法 》

+

《 Hello 算法 》

动画图解、一键运行的数据结构与算法教程

@@ -45,25 +44,7 @@ hide:

-

- - - - - - - - - - - - - -

- ---- - -

推荐语

+
@@ -124,8 +105,8 @@ hide:
-

"追风赶月莫停留"

-

“平芜尽处是春山”

+

"Knowledge increases by sharing."

+

“知识在分享中得以增长”

--- diff --git a/overrides/stylesheets/extra.css b/overrides/stylesheets/extra.css index 9d83c57fb..332bf26bb 100644 --- a/overrides/stylesheets/extra.css +++ b/overrides/stylesheets/extra.css @@ -68,9 +68,9 @@ width: 28rem; height: auto; border-radius: 0.3rem; - box-shadow: var(--md-shadow-z2); display: block; margin: 0 auto; + box-shadow: var(--md-shadow-z2); } /* Center Markdown Tables (requires md_in_html extension) */