Skip to content

Commit

Permalink
Fix: header wrapper (#1466)
Browse files Browse the repository at this point in the history
  • Loading branch information
AmosHuKe authored Jul 25, 2024
1 parent b7bfefb commit 2ab2962
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 12 deletions.
3 changes: 1 addition & 2 deletions src/_includes/docs/install/flutter/download.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@

### Download then install Flutter {:.no_toc}

### 下载并安装 Flutter
{:.no_toc}
### 下载并安装 Flutter {:.no_toc}

{% assign osl = include.os | downcase | replace: "chromeos","linux" %}
{% case include.os %}
Expand Down
3 changes: 1 addition & 2 deletions src/_includes/docs/install/flutter/vscode.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@

### Use VS Code to install Flutter {:.no_toc}

### 使用 VS Code 安装 Flutter
{:.no_toc}
### 使用 VS Code 安装 Flutter {:.no_toc}

To install Flutter using these instructions, verify that
you have installed [Visual Studio Code][]
Expand Down
3 changes: 1 addition & 2 deletions src/_includes/docs/install/reqs/windows/set-path.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@

### Update your Windows PATH variable {:.no_toc}

### 更新 Windows PATH 环境变量
{:.no_toc}
### 更新 Windows PATH 环境变量 {:.no_toc}

{% render docs/help-link.md, location:'win-path', section:'#unable-to-find-the-flutter-command' %}

Expand Down
9 changes: 3 additions & 6 deletions src/content/get-started/codelab-web.md
Original file line number Diff line number Diff line change
Expand Up @@ -578,8 +578,7 @@ You get that behavior for free.

### Observations {:.no_toc}

### 观察和分析
{:.no_toc}
### 观察和分析 {:.no_toc}

* The `_showWelcomeScreen()` function is used in the `build()`
method as a callback function. Callback functions are often
Expand Down Expand Up @@ -761,8 +760,7 @@ but becomes enabled when all three text fields contain

### Observations {:.no_toc}

### 观察和分析
{:.no_toc}
### 观察和分析 {:.no_toc}

* Calling a widget's `setState()` method tells Flutter that the
widget needs to be updated on screen.
Expand Down Expand Up @@ -1459,8 +1457,7 @@ class _AnimatedProgressIndicatorState extends State<AnimatedProgressIndicator>

### Observations {:.no_toc}

### 观察和分析
{:.no_toc}
### 观察和分析 {:.no_toc}

* You can use an `AnimationController` to run any animation.

Expand Down

0 comments on commit 2ab2962

Please sign in to comment.