Skip to content

Commit

Permalink
chore(*): update ding group
Browse files Browse the repository at this point in the history
  • Loading branch information
youluna committed Nov 5, 2018
1 parent 04c8103 commit 980facf
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 18 deletions.
6 changes: 5 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@
"es6": true,
"node": true
},
"extends": "@alifd/eslint-config-next"
"extends": "@alifd/eslint-config-next",
"ignoreFiles": [
"index.js",
"index-with-locales.js"
]
}
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@
[![npm package](https://img.shields.io/npm/v/@alifd/next.svg?style=flat-square)](https://www.npmjs.org/package/@alifd/next)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)


* [Quick Start](./site/en-us/quick-start.md)
* [Use with Theme Package](./site/en-us/theme.md)
* [Internationalization](./site/en-us/i18n.md)
* [Deploy Font File](./site/en-us/font-deploy.md)
* [Contributing](./site/en-us/contributing.md)
- [Quick Start](./site/en-us/quick-start.md)
- [Use with Theme Package](./site/en-us/theme.md)
- [Internationalization](./site/en-us/i18n.md)
- [Deploy Font File](./site/en-us/font-deploy.md)
- [Contributing](./site/en-us/contributing.md)

## Join Group

Use [Dingtalk App](https://www.dingtalk.com/en) scan the Qrcode to join in *Dingtalk Group* :
Use [Dingtalk App](https://www.dingtalk.com/en) scan the Qrcode to join in _Dingtalk Group_ :

<img alt="Join the chat at dingtalk" src="https://img.alicdn.com/tfs/TB1ayWlbhYaK1RjSZFnXXa80pXa-750-990.png" width="300">
<img alt="Join the chat at dingtalk" src="https://img.alicdn.com/tfs/TB1iH9unxnaK1RjSZFtXXbC2VXa-1125-1485.jpg" width="300">
15 changes: 7 additions & 8 deletions README.zh-cn.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
# Next Components

`@alifd/next` 是 Fusion Design 中的面向 PC 端可配置组件库,基于 React 实现,支持所有现代浏览器和 IE9+。
`@alifd/next` 是 Fusion Design 中的面向 PC 端可配置组件库,基于 React 实现,支持所有现代浏览器和 IE9+。

[English README](./README.md)

[![npm package](https://img.shields.io/npm/v/@alifd/next.svg?style=flat-square)](https://www.npmjs.org/package/@alifd/next)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)


* [快速开始](./site/zh-cn/quick-start.md)
* [使用主题包](./site/zh-cn/theme.md)
* [国际化](./site/zh-cn/i18n.md)
* [字体文件私有化部署](./site/zh-cn/font-deploy.md)
* [贡献代码](./site/zh-cn/contributing.md)
- [快速开始](./site/zh-cn/quick-start.md)
- [使用主题包](./site/zh-cn/theme.md)
- [国际化](./site/zh-cn/i18n.md)
- [字体文件私有化部署](./site/zh-cn/font-deploy.md)
- [贡献代码](./site/zh-cn/contributing.md)

## 加入社区

扫码*钉钉群* 加入即刻交流与反馈:

<img alt="Join the chat at dingtalk" src="https://img.alicdn.com/tfs/TB1ayWlbhYaK1RjSZFnXXa80pXa-750-990.png" width="300">
<img alt="Join the chat at dingtalk" src="https://img.alicdn.com/tfs/TB1iH9unxnaK1RjSZFtXXbC2VXa-1125-1485.jpg" width="300">
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const next = require('./lib/index.js');
var next = require('./lib/index.js');

next.version = '1.9.15';

Expand Down

0 comments on commit 980facf

Please sign in to comment.