Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update official document.
  • Loading branch information
jaywcjlove committed Jul 15, 2018
1 parent 389299b commit 3d72423
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@

JS 实现浏览器的 title 闪烁、滚动、声音提示、chrome、Firefox、Safari等系统通知。它没有依赖,压缩只有只有4.66kb(gzipped: 1.70kb),Official document [demo preview](https://jaywcjlove.github.io/iNotify)

[![界面预览](https://github.com/jaywcjlove/iNotify/blob/master/iNotify.png?raw=true)](https://jaywcjlove.github.io/iNotify)
[![界面预览](https://github.com/jaywcjlove/iNotify/blob/master/website/assets/iNotify.png?raw=true)](https://jaywcjlove.github.io/iNotify)

## 下载

Expand Down
2 changes: 2 additions & 0 deletions website/App.js
Expand Up @@ -8,6 +8,7 @@ import Footer from './components/Footer';
import styles from './styles/index.less';
import './styles/reset.less';
import Notify from '../src/main';
import notifyImg from './assets/iNotify.png';

import mp4 from './assets/msg.mp4';
import mp3 from './assets/msg.mp3';
Expand Down Expand Up @@ -125,6 +126,7 @@ export default class App extends Component {
);
})}
</div>
<img src={notifyImg} alt="iNotify" />
</div>
<Markdown source={DocumentStr} />
<GithubShields
Expand Down
File renamed without changes
1 change: 1 addition & 0 deletions website/styles/index.less
Expand Up @@ -2,6 +2,7 @@
min-height: 400px;
background-color: #444;
margin-bottom: 43px;
text-align: center;
h1 {
color: #fff;
text-align: center;
Expand Down

0 comments on commit 3d72423

Please sign in to comment.