Skip to content

Commit

Permalink
fix(showcase): fix missing older documents (#822)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuizhongxiong committed Dec 20, 2021
1 parent 887b438 commit e461731
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README-zh_CN.md
Expand Up @@ -38,7 +38,7 @@

## Angular 支持

现在支持 Angular `^11.0.0`.
现在支持 Angular `^12.0.0`.

## 安装

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -38,7 +38,7 @@ This is the **Angular** implementation of **Ant Design Mobile** specification, s

## Angular Support

Now Supports Angular `^11.0.0`.
Now Supports Angular `^12.0.0`.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion docs/introduce.en-US.md
Expand Up @@ -133,7 +133,7 @@ This is the **Angular** implementation of **Ant Design Mobile** specification, s

## Angular Support

Now Supports Angular `^11.0.0`.
Now Supports Angular `^12.0.0`.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion docs/introduce.zh-CN.md
Expand Up @@ -133,7 +133,7 @@ title: Ant Design Mobile of Angular <div class="github-btn"><a class="gh-btn" hr

## 支持 Angular 版本

目前支持 Angular `^11.0.0` 版本。
目前支持 Angular `^12.0.0` 版本。

## 安装

Expand Down
13 changes: 3 additions & 10 deletions scripts/site/_site/src/app/app.component.ts
Expand Up @@ -21,26 +21,19 @@ export class AppComponent implements OnInit, AfterViewInit {
language = 'zh';
versionList = [
'0.12.x',
'1.0.1',
'1.0.2',
'1.0.3',
'1.0.4',
'1.0.5',
'1.0.6',
'2.0.1',
'2.0.3',
'2.0.7',
'3.0.3',
'4.0.0',
'5.0.1'
];
versionMap = {
'0.12.x': '0.12.5',
'1.x': '2001.0.6',
'2.x': '2012.0.7',
'1.0.6': '2001.0.6',
'2.0.7': '2012.0.7',
'3.0.3': '2013.0.3',
'4.0.0': '2014.0.0',
'5.0.1': '2015.0.1'
'5.0.1': '2015.0.3'
};
currentVersion = '5.0.1';
isHomeURL = true;
Expand Down

0 comments on commit e461731

Please sign in to comment.