From 9d5cf520038a40389ed52a543e1f5517529af170 Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Sun, 28 Oct 2018 13:07:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E5=AE=8C=E4=BA=86?= =?UTF-8?q?=E8=B7=AF=E7=94=B1=E5=8A=A8=E7=94=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aio/content/guide/file-structure.md | 2 +- aio/content/guide/reusable-animations.md | 4 +- aio/content/guide/route-animations.md | 129 ++++++++++++++++++- aio/content/guide/transition-and-triggers.md | 4 +- aio/content/guide/updating.md | 2 +- 5 files changed, 134 insertions(+), 7 deletions(-) diff --git a/aio/content/guide/file-structure.md b/aio/content/guide/file-structure.md index 945f650dbc..c16c17ddfe 100644 --- a/aio/content/guide/file-structure.md +++ b/aio/content/guide/file-structure.md @@ -95,7 +95,7 @@ Workspace-wide `node_modules` dependencies are visible to this project. | `browserlist` | Configures sharing of target browsers and Node.js versions among various front-end tools. See [Browserlist on GitHub](https://github.com/browserslist/browserslist) for more information. 配置各个目标浏览器和 Node.js 版本之间的市场占有率,供各种前端工具使用。详情参见 [GitHub 上的 Browserlist](https://github.com/browserslist/browserslist)。 | | `favicon.ico` | An icon to use for this app in the bookmark bar. 一个用在书签栏上的应用图标。 | | `index.html` | The main HTML page that is served when someone visits your site. The CLI automatically adds all JavaScript and CSS files when building your app, so you typically don't need to add any `