Skip to content

Commit ec5e303

Browse files
committed
540172dd57 fix: 补充中文搜索词汇
1 parent 763d257 commit ec5e303

File tree

998 files changed

+4939
-1001
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

998 files changed

+4939
-1001
lines changed

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@ <h2 style="color: red; margin-top: 40px; position: relative; text-align: center;
7979
</h2>
8080
</noscript>
8181

82-
<script src="runtime.98782bafde08c66f.js" type="module"></script><script src="polyfills.ed08fdac4b920dd0.js" type="module"></script><script src="main.e2b2bd505af6685c.js" type="module"></script></body>
82+
<script src="runtime.2235c0792e42fcfb.js" type="module"></script><script src="polyfills.ed08fdac4b920dd0.js" type="module"></script><script src="main.e2b2bd505af6685c.js" type="module"></script></body>
8383

8484
</html>

generated/docs/api/animations.json

Lines changed: 5 additions & 1 deletion
Large diffs are not rendered by default.
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
{"id":"api/animations/AnimateChildOptions","title":"AnimateChildOptions","contents":"<article>\n <div class=\"breadcrumb-container\">\n <div class=\"breadcrumb\">\n <script type=\"application/ld+json\">\n {\n \"@context\": \"http://schema.org\",\n \"@type\": \"BreadcrumbList\",\n \"itemListElement\": [\n { \"@type\": \"ListItem\", \"position\": 1, \"item\": { \"@id\": \"https://angular.cn//api\", \"name\": \"API\" } },\n { \"@type\": \"ListItem\", \"position\": 2, \"item\": { \"@id\": \"https://angular.cn/api/animations\", \"name\": \"@angular/animations\" } },\n { \"@type\": \"ListItem\", \"position\": 3, \"item\": { \"@id\": \"https://angular.cn/api/animations/AnimateChildOptions\", \"name\": \"AnimateChildOptions\" } }\n ]\n }\n </script>\n <a href=\"/api\">API</a> &gt; <a href=\"api/animations\">@angular/animations</a>\n </div>\n <div class=\"github-links\">\n <a href=\"https://github.com/angular/angular-cn/edit/cn/packages/animations/src/animation_metadata.ts?message=docs(animations)%3A%20请简述你的修改...#L126-L138\" aria-label=\"提供编辑建议\" title=\"提供编辑建议\"><i class=\"material-icons\" aria-hidden=\"true\" role=\"img\">mode_edit</i></a>\n <a href=\"https://github.com/angular/angular-cn/tree/15.0.1/packages/animations/src/animation_metadata.ts#L126-L138\" aria-label=\"查看源码\" title=\"查看源码\"><i class=\"material-icons\" aria-hidden=\"true\" role=\"img\">code</i></a>\n</div>\n </div>\n <header ng-should-translate=\"\" class=\"api-header\">\n <h1 id=\"animatechildoptions\">AnimateChildOptions<a title=\"Link to this heading\" class=\"header-link\" aria-hidden=\"true\" href=\"api/animations/AnimateChildOptions#animatechildoptions\"><i class=\"material-icons\">link</i></a></h1>\n <label class=\"api-type-label interface\">interface</label>\n </header>\n <aio-toc class=\"embedded\"></aio-toc>\n\n <div class=\"api-body\">\n <section ng-should-translate=\"\" class=\"short-description\">\n <p translation-result=\"on\">添加持续时间选项,以控制子动画的动画样式和时序。</p><p translation-origin=\"off\">Adds duration options to control animation styling and timing for a child animation.</p>\n\n\n </section><section ng-should-translate=\"\" class=\"interface-overview\">\n<code-example language=\"ts\" hidecopy=\"true\">\ninterface <a href=\"api/animations/AnimateChildOptions\" class=\"code-anchor\">AnimateChildOptions</a> extends <a href=\"api/animations/AnimationOptions\" class=\"code-anchor\">AnimationOptions</a> {\n <a class=\"code-anchor\" href=\"api/animations/AnimateChildOptions#duration\"><span class=\"member-name\">duration</span>?: number | string</a>\n\n // 继承自 <a class=\"code-anchor\" href=\"api/animations/AnimationOptions\">animations/AnimationOptions</a>\n <a class=\"code-anchor\" href=\"api/animations/AnimationOptions#delay\"><span class=\"member-name\">delay</span>?: number | string</a>\n <a class=\"code-anchor\" href=\"api/animations/AnimationOptions#params\"><span class=\"member-name\">params</span>?: {...}</a>\n}\n</code-example>\n\n\n</section>\n\n<section ng-should-translate=\"\" class=\"see-also\">\n <h2 id=\"see-also\">参见<a title=\"Link to this heading\" class=\"header-link\" aria-hidden=\"true\" href=\"api/animations/AnimateChildOptions#see-also\"><i class=\"material-icons\">link</i></a></h2>\n <ul>\n <li><p><code><a href=\"api/animations/animateChild\" class=\"code-anchor\">animateChild</a>()</code></p></li>\n </ul>\n</section>\n \n \n<section ng-should-translate=\"\" class=\"instance-properties\">\n <a name=\"properties\"></a>\n <h2 id=\"instance-properties\">属性<a title=\"Link to this heading\" class=\"header-link\" aria-hidden=\"true\" href=\"api/animations/AnimateChildOptions#instance-properties\"><i class=\"material-icons\">link</i></a></h2>\n <table class=\"is-full-width list-table property-table\">\n <thead>\n <tr>\n <th>属性</th>\n <th>说明</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"instance-property\">\n <td>\n <a id=\"duration\"></a>\n <code class=\"\"><span class=\"member-name\">duration</span>?: number | string</code>\n </td>\n <td>\n \n </td>\n </tr>\n </tbody>\n </table>\n</section>\n \n</div>\n</article>\n\n<!-- links to this doc:\n - api/animations\n - api/animations/AnimationOptions\n - api/animations/animateChild\n-->\n<!-- links from this doc:\n - /api\n - api/animations\n - api/animations/AnimateChildOptions#animatechildoptions\n - api/animations/AnimateChildOptions#duration\n - api/animations/AnimateChildOptions#instance-properties\n - api/animations/AnimateChildOptions#see-also\n - api/animations/AnimationOptions\n - api/animations/AnimationOptions#delay\n - api/animations/AnimationOptions#params\n - api/animations/animateChild\n - https://github.com/angular/angular-cn/edit/cn/packages/animations/src/animation_metadata.ts?message=docs(animations)%3A%20请简述你的修改...#L126-L138\n - https://github.com/angular/angular-cn/tree/15.0.1/packages/animations/src/animation_metadata.ts#L126-L138\n-->"}
1+
{
2+
"id": "api/animations/AnimateChildOptions",
3+
"title": "AnimateChildOptions",
4+
"contents": "<article>\n <div class=\"breadcrumb-container\">\n <div class=\"breadcrumb\">\n <script type=\"application/ld+json\">\n {\n \"@context\": \"http://schema.org\",\n \"@type\": \"BreadcrumbList\",\n \"itemListElement\": [\n { \"@type\": \"ListItem\", \"position\": 1, \"item\": { \"@id\": \"https://angular.cn//api\", \"name\": \"API\" } },\n { \"@type\": \"ListItem\", \"position\": 2, \"item\": { \"@id\": \"https://angular.cn/api/animations\", \"name\": \"@angular/animations\" } },\n { \"@type\": \"ListItem\", \"position\": 3, \"item\": { \"@id\": \"https://angular.cn/api/animations/AnimateChildOptions\", \"name\": \"AnimateChildOptions\" } }\n ]\n }\n </script>\n <a href=\"/api\">API</a> > <a href=\"api/animations\">@angular/animations</a>\n </div>\n <div class=\"github-links\">\n <a href=\"https://github.com/angular/angular-cn/edit/cn/packages/animations/src/animation_metadata.ts?message=docs(animations)%3A%20请简述你的修改...#L126-L138\" aria-label=\"提供编辑建议\" title=\"提供编辑建议\"><i class=\"material-icons\" aria-hidden=\"true\" role=\"img\">mode_edit</i></a>\n <a href=\"https://github.com/angular/angular-cn/tree/15.0.1/packages/animations/src/animation_metadata.ts#L126-L138\" aria-label=\"查看源码\" title=\"查看源码\"><i class=\"material-icons\" aria-hidden=\"true\" role=\"img\">code</i></a>\n</div>\n </div>\n <header class=\"api-header\">\n <h1 id=\"animatechildoptions\">AnimateChildOptions<a title=\"Link to this heading\" class=\"header-link\" aria-hidden=\"true\" href=\"api/animations/AnimateChildOptions#animatechildoptions\"><i class=\"material-icons\">link</i></a></h1>\n <label class=\"api-type-label interface\">interface</label>\n </header>\n <aio-toc class=\"embedded\"></aio-toc>\n\n <div class=\"api-body\">\n <section class=\"short-description\">\n <p>Adds duration options to control animation styling and timing for a child animation.</p>\n<p>添加持续时间选项,以控制子动画的动画样式和时序。</p>\n\n </section><section class=\"interface-overview\">\n<code-example language=\"ts\" hidecopy=\"true\">\ninterface <a href=\"api/animations/AnimateChildOptions\" class=\"code-anchor\">AnimateChildOptions</a> extends <a href=\"api/animations/AnimationOptions\" class=\"code-anchor\">AnimationOptions</a> {\n <a class=\"code-anchor\" href=\"api/animations/AnimateChildOptions#duration\"><span class=\"member-name\">duration</span>?: number | string</a>\n\n // 继承自 <a class=\"code-anchor\" href=\"api/animations/AnimationOptions\">animations/AnimationOptions</a>\n <a class=\"code-anchor\" href=\"api/animations/AnimationOptions#delay\"><span class=\"member-name\">delay</span>?: number | string</a>\n <a class=\"code-anchor\" href=\"api/animations/AnimationOptions#params\"><span class=\"member-name\">params</span>?: {...}</a>\n}\n</code-example>\n\n\n</section>\n\n<section class=\"see-also\">\n <h2 id=\"see-also\">参见<a title=\"Link to this heading\" class=\"header-link\" aria-hidden=\"true\" href=\"api/animations/AnimateChildOptions#see-also\"><i class=\"material-icons\">link</i></a></h2>\n <ul>\n <li><p><code><a href=\"api/animations/animateChild\" class=\"code-anchor\">animateChild</a>()</code></p></li>\n </ul>\n</section>\n \n \n<section class=\"instance-properties\">\n <a name=\"properties\"></a>\n <h2 id=\"instance-properties\">属性<a title=\"Link to this heading\" class=\"header-link\" aria-hidden=\"true\" href=\"api/animations/AnimateChildOptions#instance-properties\"><i class=\"material-icons\">link</i></a></h2>\n <table class=\"is-full-width list-table property-table\">\n <thead>\n <tr>\n <th>属性</th>\n <th>说明</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"instance-property\">\n <td>\n <a id=\"duration\"></a>\n <code class=\"\"><span class=\"member-name\">duration</span>?: number | string</code>\n </td>\n <td>\n \n </td>\n </tr>\n </tbody>\n </table>\n</section>\n \n</div>\n</article>\n\n<!-- links to this doc:\n - api/animations\n - api/animations/AnimationOptions\n - api/animations/animateChild\n-->\n<!-- links from this doc:\n - /api\n - api/animations\n - api/animations/AnimateChildOptions#animatechildoptions\n - api/animations/AnimateChildOptions#duration\n - api/animations/AnimateChildOptions#instance-properties\n - api/animations/AnimateChildOptions#see-also\n - api/animations/AnimationOptions\n - api/animations/AnimationOptions#delay\n - api/animations/AnimationOptions#params\n - api/animations/animateChild\n - https://github.com/angular/angular-cn/edit/cn/packages/animations/src/animation_metadata.ts?message=docs(animations)%3A%20请简述你的修改...#L126-L138\n - https://github.com/angular/angular-cn/tree/15.0.1/packages/animations/src/animation_metadata.ts#L126-L138\n-->"
5+
}
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
{"id":"api/animations/AnimateTimings","title":"AnimateTimings","contents":"<article>\n <div class=\"breadcrumb-container\">\n <div class=\"breadcrumb\">\n <script type=\"application/ld+json\">\n {\n \"@context\": \"http://schema.org\",\n \"@type\": \"BreadcrumbList\",\n \"itemListElement\": [\n { \"@type\": \"ListItem\", \"position\": 1, \"item\": { \"@id\": \"https://angular.cn//api\", \"name\": \"API\" } },\n { \"@type\": \"ListItem\", \"position\": 2, \"item\": { \"@id\": \"https://angular.cn/api/animations\", \"name\": \"@angular/animations\" } },\n { \"@type\": \"ListItem\", \"position\": 3, \"item\": { \"@id\": \"https://angular.cn/api/animations/AnimateTimings\", \"name\": \"AnimateTimings\" } }\n ]\n }\n </script>\n <a href=\"/api\">API</a> &gt; <a href=\"api/animations\">@angular/animations</a>\n </div>\n <div class=\"github-links\">\n <a href=\"https://github.com/angular/angular-cn/edit/cn/packages/animations/src/animation_metadata.ts?message=docs(animations)%3A%20请简述你的修改...#L25-L69\" aria-label=\"提供编辑建议\" title=\"提供编辑建议\"><i class=\"material-icons\" aria-hidden=\"true\" role=\"img\">mode_edit</i></a>\n <a href=\"https://github.com/angular/angular-cn/tree/15.0.1/packages/animations/src/animation_metadata.ts#L25-L69\" aria-label=\"查看源码\" title=\"查看源码\"><i class=\"material-icons\" aria-hidden=\"true\" role=\"img\">code</i></a>\n</div>\n </div>\n <header ng-should-translate=\"\" class=\"api-header\">\n <h1 id=\"animatetimings\">AnimateTimings<a title=\"Link to this heading\" class=\"header-link\" aria-hidden=\"true\" href=\"api/animations/AnimateTimings#animatetimings\"><i class=\"material-icons\">link</i></a></h1>\n <label class=\"api-type-label type-alias\">type-alias</label>\n </header>\n <aio-toc class=\"embedded\"></aio-toc>\n\n <div class=\"api-body\">\n <section ng-should-translate=\"\" class=\"short-description\">\n <p translation-result=\"on\">表示一个动画步骤中的动画时序参数。</p><p translation-origin=\"off\">Represents animation-step timing parameters for an animation step.</p>\n\n\n </section>\n <section ng-should-translate=\"\" class=\"type-alias-overview\">\n <code-example language=\"ts\" hidecopy=\"true\">\n type <a href=\"api/animations/AnimateTimings\" class=\"code-anchor\">AnimateTimings</a> = {\n duration: number;\n delay: number;\n easing: string | null;\n};\n </code-example>\n </section>\n\n<section ng-should-translate=\"\" class=\"see-also\">\n <h2 id=\"see-also\">参见<a title=\"Link to this heading\" class=\"header-link\" aria-hidden=\"true\" href=\"api/animations/AnimateTimings#see-also\"><i class=\"material-icons\">link</i></a></h2>\n <ul>\n <li><p><code><a href=\"api/animations/animate\" class=\"code-anchor\">animate</a>()</code></p></li>\n </ul>\n</section>\n \n</div>\n</article>\n\n<!-- links to this doc:\n - api/animations\n - api/animations/AnimationAnimateMetadata\n - api/animations/animate\n-->\n<!-- links from this doc:\n - /api\n - api/animations\n - api/animations/AnimateTimings#animatetimings\n - api/animations/AnimateTimings#see-also\n - api/animations/animate\n - https://github.com/angular/angular-cn/edit/cn/packages/animations/src/animation_metadata.ts?message=docs(animations)%3A%20请简述你的修改...#L25-L69\n - https://github.com/angular/angular-cn/tree/15.0.1/packages/animations/src/animation_metadata.ts#L25-L69\n-->"}
1+
{
2+
"id": "api/animations/AnimateTimings",
3+
"title": "AnimateTimings",
4+
"contents": "<article>\n <div class=\"breadcrumb-container\">\n <div class=\"breadcrumb\">\n <script type=\"application/ld+json\">\n {\n \"@context\": \"http://schema.org\",\n \"@type\": \"BreadcrumbList\",\n \"itemListElement\": [\n { \"@type\": \"ListItem\", \"position\": 1, \"item\": { \"@id\": \"https://angular.cn//api\", \"name\": \"API\" } },\n { \"@type\": \"ListItem\", \"position\": 2, \"item\": { \"@id\": \"https://angular.cn/api/animations\", \"name\": \"@angular/animations\" } },\n { \"@type\": \"ListItem\", \"position\": 3, \"item\": { \"@id\": \"https://angular.cn/api/animations/AnimateTimings\", \"name\": \"AnimateTimings\" } }\n ]\n }\n </script>\n <a href=\"/api\">API</a> > <a href=\"api/animations\">@angular/animations</a>\n </div>\n <div class=\"github-links\">\n <a href=\"https://github.com/angular/angular-cn/edit/cn/packages/animations/src/animation_metadata.ts?message=docs(animations)%3A%20请简述你的修改...#L25-L69\" aria-label=\"提供编辑建议\" title=\"提供编辑建议\"><i class=\"material-icons\" aria-hidden=\"true\" role=\"img\">mode_edit</i></a>\n <a href=\"https://github.com/angular/angular-cn/tree/15.0.1/packages/animations/src/animation_metadata.ts#L25-L69\" aria-label=\"查看源码\" title=\"查看源码\"><i class=\"material-icons\" aria-hidden=\"true\" role=\"img\">code</i></a>\n</div>\n </div>\n <header class=\"api-header\">\n <h1 id=\"animatetimings\">AnimateTimings<a title=\"Link to this heading\" class=\"header-link\" aria-hidden=\"true\" href=\"api/animations/AnimateTimings#animatetimings\"><i class=\"material-icons\">link</i></a></h1>\n <label class=\"api-type-label type-alias\">type-alias</label>\n </header>\n <aio-toc class=\"embedded\"></aio-toc>\n\n <div class=\"api-body\">\n <section class=\"short-description\">\n <p>Represents animation-step timing parameters for an animation step.</p>\n<p>表示一个动画步骤中的动画时序参数。</p>\n\n </section>\n <section class=\"type-alias-overview\">\n <code-example language=\"ts\" hidecopy=\"true\">\n type <a href=\"api/animations/AnimateTimings\" class=\"code-anchor\">AnimateTimings</a> = {\n duration: number;\n delay: number;\n easing: string | null;\n};\n </code-example>\n </section>\n\n<section class=\"see-also\">\n <h2 id=\"see-also\">参见<a title=\"Link to this heading\" class=\"header-link\" aria-hidden=\"true\" href=\"api/animations/AnimateTimings#see-also\"><i class=\"material-icons\">link</i></a></h2>\n <ul>\n <li><p><code><a href=\"api/animations/animate\" class=\"code-anchor\">animate</a>()</code></p></li>\n </ul>\n</section>\n \n</div>\n</article>\n\n<!-- links to this doc:\n - api/animations\n - api/animations/AnimationAnimateMetadata\n - api/animations/animate\n-->\n<!-- links from this doc:\n - /api\n - api/animations\n - api/animations/AnimateTimings#animatetimings\n - api/animations/AnimateTimings#see-also\n - api/animations/animate\n - https://github.com/angular/angular-cn/edit/cn/packages/animations/src/animation_metadata.ts?message=docs(animations)%3A%20请简述你的修改...#L25-L69\n - https://github.com/angular/angular-cn/tree/15.0.1/packages/animations/src/animation_metadata.ts#L25-L69\n-->"
5+
}

0 commit comments

Comments
 (0)