Skip to content

Commit

Permalink
[release] Publish on GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
fxzer committed Jan 8, 2024
0 parents commit 23d8ef3
Show file tree
Hide file tree
Showing 12 changed files with 1,766 additions and 0 deletions.
Binary file added assets/iconfont-2e9d05a8.ttf
Binary file not shown.
1,742 changes: 1,742 additions & 0 deletions assets/index-721f6643.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/index-c840584f.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>JSON Viewer</title>
<meta name="description" content="A simple visualization tool for JSON data. No mandatory structure, paste JSON and view immediately, multiple layouts and themes switch.">
<meta name="description" content="JSON Viewer,JSON数据的简单可视化工具。没有强制结构,粘贴JSON并立即查看,多种布局和主题切换!">
<meta name="keyword" content="JSON,JSON Viewer,JSON可视化工具 ">
<script type="module" crossorigin src="./assets/index-721f6643.js"></script>
<link rel="stylesheet" href="./assets/index-c840584f.css">
<link rel="manifest" href="./manifest.webmanifest"><script id="vite-plugin-pwa:register-sw" src="./registerSW.js"></script></head>
<body>
<div id="app"></div>

</body>
</html>
Binary file added logo_192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added logo_512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions manifest.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name":"json-viewer","short_name":"json-viewer","start_url":"./","display":"standalone","background_color":"#ffffff","lang":"en","scope":"./","theme_color":"#ffffff","icons":[{"src":"/json-viewer/logo_512.png","type":"img/png","sizes":"512x512","purpose":"any"},{"src":"/json-viewer/logo_192.png","type":"img/png","sizes":"192x192","purpose":"maskable"}]}
1 change: 1 addition & 0 deletions registerSW.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions sw.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions workbox-cd63daf5.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 23d8ef3

Please sign in to comment.