From ed76b04b734679b33b0d8f900d0b603a43d9cc12 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Mon, 10 Jul 2023 08:59:16 +0800 Subject: [PATCH] doc: fix homepage url error. (#437) --- README-zh.md | 8 ++++---- README.md | 4 ++-- website/App.js | 18 +++++++++--------- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/README-zh.md b/README-zh.md index 31e0446..01f3270 100644 --- a/README-zh.md +++ b/README-zh.md @@ -6,10 +6,10 @@ ![no dependencies](http://jaywcjlove.github.io/sb/status/no-dependencies.svg) [![GitHub Actions CI](https://github.com/jaywcjlove/hotkeys/actions/workflows/ci.yml/badge.svg)](https://github.com/jaywcjlove/hotkeys/actions/workflows/ci.yml) [![Coverage Status](https://coveralls.io/repos/github/jaywcjlove/hotkeys/badge.svg?branch=master)](https://coveralls.io/github/jaywcjlove/hotkeys?branch=master) -[![English](https://jaywcjlove.github.io/sb/lang/english.svg)](https://jaywcjlove.github.io/hotkeys/) +[![English](https://jaywcjlove.github.io/sb/lang/english.svg)](https://jaywcjlove.github.io/hotkeys-js/) [![for Gitee](https://jaywcjlove.github.io/sb/ico/gitee.svg)](https://gitee.com/jaywcjlove/hotkeys) -这是一个强健的 Javascript 库用于捕获键盘输入和输入的组合键,它易于使用,没有依赖,压缩只有([~3kb](https://bundlephobia.com/result?p=hotkeys-js)),gzip: 1.73kb。[官方文档DEMO预览](http://jaywcjlove.github.io/hotkeys/?lang=cn),[更多实例](https://github.com/jaywcjlove/hotkeys/issues?q=label%3ADemo+)。 +这是一个强健的 Javascript 库用于捕获键盘输入和输入的组合键,它易于使用,没有依赖,压缩只有([~3kb](https://bundlephobia.com/result?p=hotkeys-js)),gzip: 1.73kb。[官方文档DEMO预览](http://jaywcjlove.github.io/hotkeys-js/?lang=cn),[更多实例](https://github.com/jaywcjlove/hotkeys/issues?q=label%3ADemo+)。 ```shell @@ -406,8 +406,8 @@ $ npm run test:watch # Development model As always, thanks to our amazing contributors! - - + + Made with [github-action-contributors](https://github.com/jaywcjlove/github-action-contributors). diff --git a/README.md b/README.md index 1db3a18..63e7f65 100644 --- a/README.md +++ b/README.md @@ -414,8 +414,8 @@ $ npm run test:watch # Development model As always, thanks to our amazing contributors! - - + + Made with [github-action-contributors](https://github.com/jaywcjlove/github-action-contributors). diff --git a/website/App.js b/website/App.js index 5ffc47f..da63fd2 100644 --- a/website/App.js +++ b/website/App.js @@ -92,7 +92,7 @@ export default class App extends Component {