Skip to content

Commit

Permalink
v3.12.2 test: fix test error. 3c9bb77
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Dec 8, 2023
1 parent c5d004a commit cdeea02
Show file tree
Hide file tree
Showing 19 changed files with 37 additions and 43 deletions.
24 changes: 12 additions & 12 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"files": {
"main.css": "/hotkeys-js/static/css/main.f00f83fe.css",
"main.js": "/hotkeys-js/static/js/main.2e99d0ff.js",
"refractor-vendor.js": "/hotkeys-js/static/js/refractor-vendor.390356d6.js",
"react-vendor.js": "/hotkeys-js/static/js/react-vendor.be17bb13.js",
"main.css": "/hotkeys-js/static/css/main.ff7ef0b5.css",
"main.js": "/hotkeys-js/static/js/main.a2b9123c.js",
"refractor-vendor.js": "/hotkeys-js/static/js/refractor-vendor.f1950cb6.js",
"react-vendor.js": "/hotkeys-js/static/js/react-vendor.9808e2f4.js",
"static/media/bg.jpg": "/hotkeys-js/static/media/bg.c118c911b775de37ecf2.jpg",
"index.html": "/hotkeys-js/index.html",
"main.f00f83fe.css.map": "/hotkeys-js/static/css/main.f00f83fe.css.map",
"main.2e99d0ff.js.map": "/hotkeys-js/static/js/main.2e99d0ff.js.map",
"refractor-vendor.390356d6.js.map": "/hotkeys-js/static/js/refractor-vendor.390356d6.js.map",
"react-vendor.be17bb13.js.map": "/hotkeys-js/static/js/react-vendor.be17bb13.js.map"
"main.ff7ef0b5.css.map": "/hotkeys-js/static/css/main.ff7ef0b5.css.map",
"main.a2b9123c.js.map": "/hotkeys-js/static/js/main.a2b9123c.js.map",
"refractor-vendor.f1950cb6.js.map": "/hotkeys-js/static/js/refractor-vendor.f1950cb6.js.map",
"react-vendor.9808e2f4.js.map": "/hotkeys-js/static/js/react-vendor.9808e2f4.js.map"
},
"entrypoints": [
"static/js/refractor-vendor.390356d6.js",
"static/js/react-vendor.be17bb13.js",
"static/css/main.f00f83fe.css",
"static/js/main.2e99d0ff.js"
"static/js/refractor-vendor.f1950cb6.js",
"static/js/react-vendor.9808e2f4.js",
"static/css/main.ff7ef0b5.css",
"static/js/main.a2b9123c.js"
]
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="UTF-8"><title>hotkeys.js - A robust Javascript library for capturing keyboard input.</title><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1"><meta name="keywords" content="hotkey,hotkeys,hotkeysjs,key,keys,keyboard,shortcuts,keypress"/><meta name="description" content="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."><script defer="defer" src="./static/js/refractor-vendor.390356d6.js"></script><script defer="defer" src="./static/js/react-vendor.be17bb13.js"></script><script defer="defer" src="./static/js/main.2e99d0ff.js"></script><link href="./static/css/main.f00f83fe.css" rel="stylesheet"></head><body><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="UTF-8"><title>hotkeys.js - A robust Javascript library for capturing keyboard input.</title><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1"><meta name="keywords" content="hotkey,hotkeys,hotkeysjs,key,keys,keyboard,shortcuts,keypress"/><meta name="description" content="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."><script defer="defer" src="./static/js/refractor-vendor.f1950cb6.js"></script><script defer="defer" src="./static/js/react-vendor.9808e2f4.js"></script><script defer="defer" src="./static/js/main.a2b9123c.js"></script><link href="./static/css/main.ff7ef0b5.css" rel="stylesheet"></head><body><div id="root"></div></body></html>
2 changes: 0 additions & 2 deletions static/css/main.f00f83fe.css

This file was deleted.

1 change: 0 additions & 1 deletion static/css/main.f00f83fe.css.map

This file was deleted.

2 changes: 2 additions & 0 deletions static/css/main.ff7ef0b5.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions static/css/main.ff7ef0b5.css.map

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions static/js/main.2e99d0ff.js

This file was deleted.

1 change: 0 additions & 1 deletion static/js/main.2e99d0ff.js.map

This file was deleted.

3 changes: 3 additions & 0 deletions static/js/main.a2b9123c.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
/*!
* Determine if an object is a Buffer
*
* @author Feross Aboukhadijeh <https://feross.org>
* @license MIT
*/

/**
* @license React
* react-is.production.min.js
* scheduler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
Expand All @@ -16,17 +9,18 @@
*/

/**
* @license React
* scheduler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
* @package @wcj/dark-mode
* Web Component that toggles dark mode 🌒
* Github: https://github.com/jaywcjlove/dark-mode.git
* Website: https://jaywcjlove.github.io/dark-mode
*
* Licensed under the MIT license.
* @license Copyright © 2022. Licensed under the MIT License
* @author kenny wong <wowohoo@qq.com>
*/

/**!
* @uiw/copy-to-clipboard v1.0.15
* @uiw/copy-to-clipboard v1.0.16
* Copy to clipboard.
*
* Copyright (c) 2023 Kenny Wang
Expand Down
1 change: 1 addition & 0 deletions static/js/main.a2b9123c.js.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions static/js/react-vendor.9808e2f4.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions static/js/react-vendor.be17bb13.js

This file was deleted.

2 changes: 0 additions & 2 deletions static/js/refractor-vendor.390356d6.js

This file was deleted.

1 change: 0 additions & 1 deletion static/js/refractor-vendor.390356d6.js.map

This file was deleted.

2 changes: 2 additions & 0 deletions static/js/refractor-vendor.f1950cb6.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions static/js/refractor-vendor.f1950cb6.js.map

Large diffs are not rendered by default.

0 comments on commit cdeea02

Please sign in to comment.