forked from alibaba-fusion/next
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
20 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'; | ||
|
||
|