Skip to content

Commit

Permalink
deploy: 941c10f
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 24, 2024
1 parent cc48c93 commit a554b10
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 22 deletions.
6 changes: 3 additions & 3 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"files": {
"main.css": "/keycode-info/static/css/main.87b857e2.css",
"main.js": "/keycode-info/static/js/main.59c7addd.js",
"main.js": "/keycode-info/static/js/main.0ef7c039.js",
"index.html": "/keycode-info/index.html",
"main.87b857e2.css.map": "/keycode-info/static/css/main.87b857e2.css.map",
"main.59c7addd.js.map": "/keycode-info/static/js/main.59c7addd.js.map"
"main.0ef7c039.js.map": "/keycode-info/static/js/main.0ef7c039.js.map"
},
"entrypoints": [
"static/css/main.87b857e2.css",
"static/js/main.59c7addd.js"
"static/js/main.0ef7c039.js"
]
}
16 changes: 8 additions & 8 deletions badges.svg
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 index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="theme-color" content="#000000"><meta name="description" content="A simple web page that responds to the pressed key and returns information about the JavaScript'on-key press' key."/><link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>⌨️</text></svg>"><title>Keycode Info</title><script defer="defer" src="/keycode-info/static/js/main.59c7addd.js"></script><link href="/keycode-info/static/css/main.87b857e2.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="theme-color" content="#000000"><meta name="description" content="A simple web page that responds to the pressed key and returns information about the JavaScript'on-key press' key."/><link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>⌨️</text></svg>"><title>Keycode Info</title><script defer="defer" src="/keycode-info/static/js/main.0ef7c039.js"></script><link href="/keycode-info/static/css/main.87b857e2.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
4 changes: 2 additions & 2 deletions lcov-report/App.tsx.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h1><a href="index.html">All files</a> App.tsx</h1>
<template id="filterTemplate">
<div class="quiet">
Filter:
<input oninput="onInput()" type="search" id="fileSearch">
<input type="search" id="fileSearch">
</div>
</template>
</div>
Expand Down Expand Up @@ -724,7 +724,7 @@ <h1><a href="index.html">All files</a> App.tsx</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2023-09-23T17:34:29.625Z
at 2024-06-24T05:59:23.364Z
</div>
<script src="prettify.js"></script>
<script>
Expand Down
4 changes: 2 additions & 2 deletions lcov-report/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h1>All files</h1>
<template id="filterTemplate">
<div class="quiet">
Filter:
<input oninput="onInput()" type="search" id="fileSearch">
<input type="search" id="fileSearch">
</div>
</template>
</div>
Expand Down Expand Up @@ -101,7 +101,7 @@ <h1>All files</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2023-09-23T17:34:29.625Z
at 2024-06-24T05:59:23.364Z
</div>
<script src="prettify.js"></script>
<script>
Expand Down
3 changes: 3 additions & 0 deletions static/js/main.0ef7c039.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,22 @@
* 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.17
* Copy to clipboard.
*
* Copyright (c) 2023 Kenny Wang
* Copyright (c) 2024 Kenny Wang
* https://github.com/uiwjs/copy-to-clipboard.git
*
* @website: https://uiwjs.github.io/copy-to-clipboard
Expand Down
1 change: 1 addition & 0 deletions static/js/main.0ef7c039.js.map

Large diffs are not rendered by default.

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

This file was deleted.

1 change: 0 additions & 1 deletion static/js/main.59c7addd.js.map

This file was deleted.

0 comments on commit a554b10

Please sign in to comment.