Skip to content

Commit

Permalink
fix readme image
Browse files Browse the repository at this point in the history
  • Loading branch information
lpreterite committed Nov 27, 2019
2 parents a55f565 + 219443a commit 7616cf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: node_js
os:
- linux
node_js:
- '6'
- '8'
install:
- yarn
cache:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

`datagent`是一个用于前端请求的模块化管理工具,提供数据格式化、多服务源切换、语义化数据定义等功能。在 React,Vue,Angular 等现代 JavaScript 框架下,UI 显示均基于数据进行驱动,从服务端获得的数据并不能完全符合 UI 所需的结构。格式化数据、转义数据不可避免而代码往往写在任何地方又不易于维护。面对这种情况可使用`datagent`统一格式化从服务端获得的数据,并提供统一的请求服务的方式,让你更方便同步 UI 状态。

![datagent-run](./assets/images/datagent-run.png)
![datagent-run](./docs/assets/images/datagent-run.png)

> 你可以马上尝试在`codepen`上的[例子](https://codepen.io/packy1980/pen/OEpNWW/)
Expand All @@ -29,4 +29,4 @@ yarn add datagent@next

## License

[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Flpreterite%2Fdatagent.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Flpreterite%2Fdatagent?ref=badge_large)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Flpreterite%2Fdatagent.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Flpreterite%2Fdatagent?ref=badge_large)

0 comments on commit 7616cf4

Please sign in to comment.