Skip to content

Commit

Permalink
perf(module: logo): update to the all new logo (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
fisherspy committed Mar 1, 2019
1 parent 546b38d commit a66be30
Show file tree
Hide file tree
Showing 23 changed files with 54 additions and 110 deletions.
6 changes: 3 additions & 3 deletions README-zh_CN.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div align="center" ><img width="300" src="https://gw.alicdn.com/tfs/TB1U7SsecfpK1RjSZFOXXa6nFXa-1462-1399.png"></div>
<div align="center" ><img width="300" src="https://gw.alicdn.com/tfs/TB18WVWJpzqK1RjSZSgXXcpAVXa-106-120.svg"></div>
<br/>

# NG-ZORRO-MOBILE
Expand All @@ -19,7 +19,7 @@

## 扫码体验

![ng-zorro-mobile](https://gw.alicdn.com/tfs/TB1KPm6dSzqK1RjSZFjXXblCFXa-260-260.png)
![ng-zorro-mobile](https://img.alicdn.com/tfs/TB1QMx.JwHqK1RjSZJnXXbNLpXa-260-260.png)

## 特性

Expand Down Expand Up @@ -71,7 +71,7 @@ $ ng add ng-zorro-antd-mobile
2. [<img alt="Segment Fault" src="https://gw.alipayobjects.com/zos/rmsportal/hfYFfCvHTQTUKntlJbMF.svg" width="100" />](https://segmentfault.com/t/ng-zorro-mobile)(中文)
3. [![Gitter](https://img.shields.io/gitter/room/ng-zorro/ng-zorro-antd-mobile.svg?style=flat-square)](https://gitter.im/ng-zorro/ng-zorro-antd-mobile)(English & 中文)
4. 加入钉钉 **NG-ZORRO-MOBILE** 自助服务群(中文)<br/>
<img src="https://img.alicdn.com/tfs/TB1jMaZj3HqK1RjSZFkXXX.WFXa-1125-1485.jpg" width="300">
<img src="https://gw.alicdn.com/tfs/TB1_8dtJCzqK1RjSZPcXXbTepXa-1125-1485.jpg" width="300">

## 谁在使用

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div align="center" ><img width="300" src="https://gw.alicdn.com/tfs/TB1U7SsecfpK1RjSZFOXXa6nFXa-1462-1399.png"></div>
<div align="center" ><img width="300" src="https://gw.alicdn.com/tfs/TB18WVWJpzqK1RjSZSgXXcpAVXa-106-120.svg"></div>
<br/>

# NG-ZORRO-Mobile
Expand All @@ -19,7 +19,7 @@ This is the **Angular** implementation of **Ant Design Mobile** specification, s

## Scan QR Code

![ng-zorro-mobile](https://gw.alicdn.com/tfs/TB1KPm6dSzqK1RjSZFjXXblCFXa-260-260.png)
![ng-zorro-mobile](https://img.alicdn.com/tfs/TB1QMx.JwHqK1RjSZJnXXbNLpXa-260-260.png)

## Features

Expand Down
2 changes: 1 addition & 1 deletion components/accordion/demo/basic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export class DemoAccordionBasicComponent implements OnInit {
ngOnInit() {
this.accordions = [
{ title: this.title1, child: ['content 1', 'content 1', 'content 1'] },
{ title: `<img src="/assets/icons/icon-72x72.png" style="width:36px"/>`, child: ['content 2', 'content 2', 'content 2'], inactive: false },
{ title: `<img src="/assets/img/icon.svg" style="width:36px"/>`, child: ['content 2', 'content 2', 'content 2'], inactive: false },
{ title: 'Title 3', child: ['content 3', 'content 3', 'content 3'], inactive: true }
];
}
Expand Down
4 changes: 2 additions & 2 deletions components/grid/demo/basic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ import { Component } from '@angular/core';
export class DemoGridBasicComponent {
gridData = [];
data = Array.from(new Array(9)).map((_val, i) => ({
icon: '/assets/icons/icon-72x72.png',
icon: '/assets/img/icon.svg',
text: `name${i}`
}));

Expand All @@ -65,7 +65,7 @@ export class DemoGridBasicComponent {
}));

dataList = Array.from(new Array(9)).map((_val, i) => ({
icon: `<img src="/assets/icons/icon-72x72.png" style="width:36px"/>`,
icon: `<img src="/assets/img/icon.svg" style="width:36px"/>`,
text: `name${i}`
}));

Expand Down
2 changes: 1 addition & 1 deletion components/grid/grid.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export class TestGridComponent {
isCarousel = false;

dataList = Array.from(new Array(9)).map((_val, i) => ({
icon: `<img src="/assets/icons/icon-72x72.png" style="width:36px"/>`,
icon: `<img src="/assets/img/icon.svg" style="width:36px"/>`,
text: `name${i}`
}));

Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Run your project now, you can see the image below now.
$ ng serve --port 0 --open
```

<img style="display: block;padding: 30px 30%;height: 260px;" src="https://gw.alicdn.com/tfs/TB18hC5dPDpK1RjSZFrXXa78VXa-440-550.png">
<img style="display: block;padding: 30px 30%;height: 260px;" src="https://img.alicdn.com/tfs/TB15EhGJwHqK1RjSZFPXXcwapXa-500-539.png">

### 5. Building & Deployment

Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ $ ng add ng-zorro-antd-mobile
$ ng serve --port 0 --open
```

<img style="display: block;padding: 30px 30%;height: 260px;" src="https://gw.alicdn.com/tfs/TB18hC5dPDpK1RjSZFrXXa78VXa-440-550.png">
<img style="display: block;padding: 30px 30%;height: 260px;" src="https://img.alicdn.com/tfs/TB15EhGJwHqK1RjSZFPXXcwapXa-500-539.png">

### 5. 构建和部署

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

## Scan QR Code

![ng-zorro-mobile](https://gw.alicdn.com/tfs/TB1KPm6dSzqK1RjSZFjXXblCFXa-260-260.png)
![ng-zorro-mobile](https://img.alicdn.com/tfs/TB1QMx.JwHqK1RjSZJnXXbNLpXa-260-260.png)

## Features

Expand Down
4 changes: 2 additions & 2 deletions docs/introduce.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ title: Ant Design Mobile of Angular <div class="github-btn"><a class="gh-btn" hr

## 扫码体验

![ng-zorro-mobile](https://gw.alicdn.com/tfs/TB1KPm6dSzqK1RjSZFjXXblCFXa-260-260.png)
![ng-zorro-mobile](https://img.alicdn.com/tfs/TB1QMx.JwHqK1RjSZJnXXbNLpXa-260-260.png)

## 特性

Expand Down Expand Up @@ -177,4 +177,4 @@ $ ng add ng-zorro-antd-mobile
2. [<img alt="Segment Fault" src="https://gw.alipayobjects.com/zos/rmsportal/hfYFfCvHTQTUKntlJbMF.svg" width="100" />](https://segmentfault.com/t/ng-zorro-mobile)(中文)
3. [![Gitter](https://img.shields.io/gitter/room/ng-zorro/ng-zorro-antd-mobile.svg?style=flat-square)](https://gitter.im/ng-zorro/ng-zorro-antd-mobile)(English & 中文)
4. 加入钉钉 **NG-ZORRO-MOBILE** 自助服务群(中文)<br/>
<img src="https://img.alicdn.com/tfs/TB1jMaZj3HqK1RjSZFkXXX.WFXa-1125-1485.jpg" width="300">
<img src="https://gw.alicdn.com/tfs/TB1_8dtJCzqK1RjSZPcXXbTepXa-1125-1485.jpg" width="300">
2 changes: 1 addition & 1 deletion docs/running-in-ionic.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Run your project now, you can see the image below now.
$ ionic serve
```

<img style="display: block;padding: 30px 30%;height: 260px;" src="https://gw.alicdn.com/tfs/TB18hC5dPDpK1RjSZFrXXa78VXa-440-550.png">
<img style="display: block;padding: 30px 30%;height: 260px;" src="https://img.alicdn.com/tfs/TB15EhGJwHqK1RjSZFPXXcwapXa-500-539.png">

## Customized Work Flow

Expand Down
2 changes: 1 addition & 1 deletion docs/running-in-ionic.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ $ ng add ng-zorro-antd-mobile
$ ionic serve
```

<img style="display: block;padding: 30px 30%;height: 260px;" src="https://gw.alicdn.com/tfs/TB18hC5dPDpK1RjSZFrXXa78VXa-440-550.png">
<img style="display: block;padding: 30px 30%;height: 260px;" src="https://img.alicdn.com/tfs/TB15EhGJwHqK1RjSZFPXXcwapXa-500-539.png">

## 自行构建

Expand Down
2 changes: 1 addition & 1 deletion schematics/ng-add/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const ADD_CONFIG = {
BOOT_PAGE_PATH : 'src/app/app.component.html',
BOOT_PAGE_HTML : `<!-- NG-ZORRO-MOBILE -->
<a href="https://github.com/NG-ZORRO/ng-zorro-antd-mobile" target="_blank" style="display: flex;align-items: center;justify-content: center;height: 100%;width: 100%;">
<img height="300" src="https://gw.alicdn.com/tfs/TB18hC5dPDpK1RjSZFrXXa78VXa-440-550.png">
<img height="300" src="https://img.alicdn.com/tfs/TB15EhGJwHqK1RjSZFPXXcwapXa-500-539.png">
</a>`
};

Expand Down
4 changes: 2 additions & 2 deletions scripts/site/_site/src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<div nz-row>
<div nz-col [nzXs]="24" [nzSm]="24" [nzMd]="8" [nzLg]="5" [nzXl]="5" [nzXXl]="4">
<a id="logo" href>
<img alt="logo" src="https://gw.alipayobjects.com/zos/rmsportal/iiOzBpemTGnkYnQDwWGe.svg">
<img alt="NG-ZORRO-MOBILE" src="https://gw.alipayobjects.com/zos/rmsportal/ixyXsARcjiierIrrHCPd.svg">
<img alt="logo" src="https://gw.alicdn.com/tfs/TB18WVWJpzqK1RjSZSgXXcpAVXa-106-120.svg">
<img alt="NG-ZORRO-MOBILE" src="https://gw.alicdn.com/tfs/TB1_SROJwTqK1RjSZPhXXXfOFXa-511-57.svg">
</a>
</div>
<div nz-col [nzXs]="0" [nzSm]="0" [nzMd]="16" [nzLg]="19" [nzXl]="19" [nzXXl]="20" class="nav nav-hide">
Expand Down
Binary file removed scripts/site/_site/src/assets/icons/icon-128x128.png
Binary file not shown.
Binary file removed scripts/site/_site/src/assets/icons/icon-144x144.png
Binary file not shown.
Binary file removed scripts/site/_site/src/assets/icons/icon-152x152.png
Binary file not shown.
Binary file removed scripts/site/_site/src/assets/icons/icon-192x192.png
Binary file not shown.
Binary file removed scripts/site/_site/src/assets/icons/icon-384x384.png
Binary file not shown.
Binary file not shown.
Binary file removed scripts/site/_site/src/assets/icons/icon-72x72.png
Binary file not shown.
Binary file removed scripts/site/_site/src/assets/icons/icon-96x96.png
Binary file not shown.
86 changes: 33 additions & 53 deletions scripts/site/_site/src/assets/img/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 2 additions & 38 deletions scripts/site/_site/src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,44 +8,8 @@
"start_url": "/",
"icons": [
{
"src": "assets/icons/icon-72x72.png",
"sizes": "72x72",
"type": "image/png"
},
{
"src": "assets/icons/icon-96x96.png",
"sizes": "96x96",
"type": "image/png"
},
{
"src": "assets/icons/icon-128x128.png",
"sizes": "128x128",
"type": "image/png"
},
{
"src": "assets/icons/icon-144x144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "assets/icons/icon-152x152.png",
"sizes": "152x152",
"type": "image/png"
},
{
"src": "assets/icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "assets/icons/icon-384x384.png",
"sizes": "384x384",
"type": "image/png"
},
{
"src": "assets/icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
"src": "assets/img/icon.svg",
"sizes": "72x72 96x96 128x128 144x144 152x152 192x192 384x384 512x512"
}
]
}

0 comments on commit a66be30

Please sign in to comment.