diff --git a/README.md b/README.md index a3c8fdc..845e52d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ -[![](https://img.shields.io/github/issues/jaywcjlove/hotkeys.svg)](https://github.com/jaywcjlove/hotkeys/issues) [![](https://img.shields.io/github/forks/jaywcjlove/hotkeys.svg)](https://github.com/jaywcjlove/hotkeys/network) [![](https://img.shields.io/github/stars/jaywcjlove/hotkeys.svg)](https://github.com/jaywcjlove/hotkeys/stargazers) [![](https://img.shields.io/github/release/jaywcjlove/hotkeys.svg)](https://github.com/jaywcjlove/hotkeys/releases) ![](http://jaywcjlove.github.io/sb/status/no-dependencies.svg) [![Build Status](https://www.travis-ci.org/jaywcjlove/hotkeys.svg?branch=master)](https://www.travis-ci.org/jaywcjlove/hotkeys) [![Coverage Status](https://coveralls.io/repos/github/jaywcjlove/hotkeys/badge.svg?branch=master)](https://coveralls.io/github/jaywcjlove/hotkeys?branch=master) [![jaywcjlove/sb](https://jaywcjlove.github.io/sb/lang/chinese.svg)](./README-zh.md) +[![](https://img.shields.io/github/issues/jaywcjlove/hotkeys.svg)](https://github.com/jaywcjlove/hotkeys/issues) [![](https://img.shields.io/github/forks/jaywcjlove/hotkeys.svg)](https://github.com/jaywcjlove/hotkeys/network) [![](https://img.shields.io/github/stars/jaywcjlove/hotkeys.svg)](https://github.com/jaywcjlove/hotkeys/stargazers) [![](https://img.shields.io/github/release/jaywcjlove/hotkeys.svg)](https://github.com/jaywcjlove/hotkeys/releases) ![](http://jaywcjlove.github.io/sb/status/no-dependencies.svg) [![Build Status](https://www.travis-ci.org/jaywcjlove/hotkeys.svg?branch=master)](https://www.travis-ci.org/jaywcjlove/hotkeys) [![Coverage Status](https://coveralls.io/repos/github/jaywcjlove/hotkeys/badge.svg?branch=master)](https://coveralls.io/github/jaywcjlove/hotkeys?branch=master) [![jaywcjlove/hotkeys](https://jaywcjlove.github.io/sb/lang/chinese.svg)](./README-zh.md) [![jaywcjlove/hotkeys](https://jaywcjlove.github.io/sb/ico/gitee.svg)](https://gitee.com/jaywcjlove/hotkeys) HotKeys.js is an input capture library with some very special features, it is easy to pick up and use, has a reasonable footprint (~3kb) (gzipped: 1.73kb), and has no dependencies. It should not interfere with any JavaScript libraries or frameworks. Official document [demo preview](http://jaywcjlove.github.io/hotkeys). [More examples](https://github.com/jaywcjlove/hotkeys/issues?q=label%3ADemo+). diff --git a/website/App.js b/website/App.js index 652423d..0176ca6 100644 --- a/website/App.js +++ b/website/App.js @@ -107,6 +107,9 @@ export default class App extends Component { + + +
A robust Javascript library for capturing keyboard input and key combinations entered. It has no dependencies. Try to press your keyboard, The following button will highlight.
@@ -120,19 +123,23 @@ export default class App extends Component { source={[ { href: 'https://github.com/jaywcjlove/hotkeys/stargazers', - img: 'https://img.shields.io/github/stars/jaywcjlove/hotkeys.svg?style=social', + img: 'https://img.shields.io/github/stars/jaywcjlove/hotkeys.svg', }, { href: 'https://github.com/jaywcjlove/hotkeys/network', - img: 'https://img.shields.io/github/forks/jaywcjlove/hotkeys.svg?style=social', + img: 'https://img.shields.io/github/forks/jaywcjlove/hotkeys.svg', }, { href: 'https://github.com/jaywcjlove/hotkeys/watchers', - img: 'https://img.shields.io/github/watchers/jaywcjlove/hotkeys.svg?style=social&label=Watch', + img: 'https://img.shields.io/github/watchers/jaywcjlove/hotkeys.svg?label=Watch', }, { href: 'https://github.com/jaywcjlove/followers', - img: 'https://img.shields.io/github/followers/jaywcjlove.svg?style=social', + img: 'https://img.shields.io/github/followers/jaywcjlove.svg', + }, + { + href: 'https://gitee.com/jaywcjlove/hotkeys', + img: 'https://jaywcjlove.github.io/sb/ico/gitee.svg', }, ]} />