From 0e6fdf3db0b2bc47de761753fac583abd2dd4d1b Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Wed, 21 Mar 2018 14:06:21 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B1=89=E5=8C=96=E4=BA=86=20API=20?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E4=B8=AD=E7=9A=84=E4=B8=80=E4=BA=9B=E6=96=87?= =?UTF-8?q?=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../app/embedded/api/api-list.component.html | 2 +- .../app/embedded/api/api-list.component.ts | 20 +++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/aio/src/app/embedded/api/api-list.component.html b/aio/src/app/embedded/api/api-list.component.html index 5667d5f521..629d6cda08 100644 --- a/aio/src/app/embedded/api/api-list.component.html +++ b/aio/src/app/embedded/api/api-list.component.html @@ -14,7 +14,7 @@ diff --git a/aio/src/app/embedded/api/api-list.component.ts b/aio/src/app/embedded/api/api-list.component.ts index 0f17a263a7..a0a03e04c0 100644 --- a/aio/src/app/embedded/api/api-list.component.ts +++ b/aio/src/app/embedded/api/api-list.component.ts @@ -42,16 +42,16 @@ export class ApiListComponent implements OnInit { // API types types: Option[] = [ - { value: 'all', title: 'All' }, - { value: 'class', title: 'Class' }, - { value: 'const', title: 'Const'}, - { value: 'decorator', title: 'Decorator' }, - { value: 'directive', title: 'Directive' }, - { value: 'enum', title: 'Enum' }, - { value: 'function', title: 'Function' }, - { value: 'interface', title: 'Interface' }, - { value: 'pipe', title: 'Pipe'}, - { value: 'type-alias', title: 'Type Alias' } + { value: 'all', title: '全部' }, + { value: 'class', title: '类' }, + { value: 'const', title: '常量'}, + { value: 'decorator', title: '装饰器' }, + { value: 'directive', title: '指令' }, + { value: 'enum', title: '枚举' }, + { value: 'function', title: '函数' }, + { value: 'interface', title: '接口' }, + { value: 'pipe', title: '管道'}, + { value: 'type-alias', title: '类型别名' } ]; statuses: Option[] = [