Skip to content

Commit

Permalink
update pages
Browse files Browse the repository at this point in the history
  • Loading branch information
shiqiaopro committed Sep 2, 2020
1 parent aa508f9 commit e20fff5
Show file tree
Hide file tree
Showing 11 changed files with 55 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

# production
/dist
#/docs-dist

# misc
.DS_Store
Expand Down
6 changes: 4 additions & 2 deletions .umirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ export default defineConfig({
null,
{
title: 'GitHub',
path: 'https://github.com/ant-design/pro-components',
path: 'https://github.com/codeaone/react-bigdata-screen',
},
{
title: '更新日志',
path: 'https://github.com/ant-design/pro-components',
path: 'https://github.com/codeaone/react-bigdata-screen',
},
],
publicPath: '/react-bigdata-screen/',
base:'/react-bigdata-screen'
// more config: https://d.umijs.org/config
});
42 changes: 41 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,42 @@
# react-bigdata-screen
# React数据可视化展示大屏

#### 介绍
数据可视化大屏,基于 React、Echart 框架,提供数据动态刷新渲染、屏幕适应。提取许多共用组件:天气组件,时间组件,轮播表格等,持续更新中....

![输入图片说明](https://images.gitee.com/uploads/images/2020/0902/120001_c60abc35_8000165.png "130053_5cfd9a55_2327318.png")

## Getting Started

Install dependencies,

```bash
$ npm i
```

Start the dev server,

```bash
$ npm start
```

Build documentation,

```bash
$ npm run docs:build
```

Build library via `father-build`,

```bash
$ npm run build
```

## 反馈

有任何使用情况,可以加微信进行群反馈

![群反馈](https://images.gitee.com/uploads/images/2020/0902/120027_e4f5f385_8000165.jpeg "shiqiao_weixin_qr.jpg")

## LICENSE

[MIT](https://github.com/umijs/umi/blob/master/LICENSE)
12 changes: 8 additions & 4 deletions docs-dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"
/>
<title>Ant Design Pro</title>
<link rel="icon" href="/favicon.png" type="image/x-icon" />
<link
rel="icon"
href="/react-bigdata-screen/favicon.png"
type="image/x-icon"
/>
<script>
(function (doc, win) {
var docEl = doc.documentElement,
Expand All @@ -47,9 +51,9 @@
type="image/x-icon"
href="https://user-images.githubusercontent.com/9554297/83762004-a0761b00-a6a9-11ea-83b4-9c8ff721d4b8.png"
/>
<link rel="stylesheet" href="/umi.css" />
<link rel="stylesheet" href="/react-bigdata-screen/umi.css" />
<script>
window.routerBase = "/";
window.routerBase = "/react-bigdata-screen";
</script>
<script>
//! umi version: 3.2.19
Expand All @@ -59,6 +63,6 @@
<noscript>Out-of-the-box mid-stage front/design solution!</noscript>
<div id="root"></div>

<script src="/umi.js"></script>
<script src="/react-bigdata-screen/umi.js"></script>
</body>
</html>
Binary file added docs-dist/shiqiao_weixin_qr.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs-dist/temp1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs-dist/temp2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs-dist/umi.js

Large diffs are not rendered by default.

Binary file added public/shiqiao_weixin_qr.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/temp1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/temp2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e20fff5

Please sign in to comment.