Skip to content

Commit

Permalink
Merge pull request #124 from allproxy/v3-53-1
Browse files Browse the repository at this point in the history
use prism editor
  • Loading branch information
davechri authored Dec 2, 2024
2 parents e89d44b + 2a407b8 commit b257c5c
Show file tree
Hide file tree
Showing 14 changed files with 41 additions and 33 deletions.
16 changes: 8 additions & 8 deletions docs/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"files": {
"main.css": "/static/css/main.e8b3c1bc.css",
"main.js": "/static/js/main.1d798e8c.js",
"static/js/787.44e022fc.chunk.js": "/static/js/787.44e022fc.chunk.js",
"main.css": "/static/css/main.29c64a62.css",
"main.js": "/static/js/main.ad262d4b.js",
"static/js/453.f9af8ee5.chunk.js": "/static/js/453.f9af8ee5.chunk.js",
"static/media/fa-solid-900.svg": "/static/media/fa-solid-900.7a8b4f130182d19a2d7c.svg",
"static/media/fa-brands-400.svg": "/static/media/fa-brands-400.2f517e09eb2ca6650ff5.svg",
"static/media/fa-solid-900.eot": "/static/media/fa-solid-900.9bbb245e67a133f6e486.eot",
Expand All @@ -19,12 +19,12 @@
"static/media/fa-regular-400.woff": "/static/media/fa-regular-400.bb58e57c48a3e911f15f.woff",
"static/media/fa-regular-400.woff2": "/static/media/fa-regular-400.7a3337626410ca2f4071.woff2",
"index.html": "/index.html",
"main.e8b3c1bc.css.map": "/static/css/main.e8b3c1bc.css.map",
"main.1d798e8c.js.map": "/static/js/main.1d798e8c.js.map",
"787.44e022fc.chunk.js.map": "/static/js/787.44e022fc.chunk.js.map"
"main.29c64a62.css.map": "/static/css/main.29c64a62.css.map",
"main.ad262d4b.js.map": "/static/js/main.ad262d4b.js.map",
"453.f9af8ee5.chunk.js.map": "/static/js/453.f9af8ee5.chunk.js.map"
},
"entrypoints": [
"static/css/main.e8b3c1bc.css",
"static/js/main.1d798e8c.js"
"static/css/main.29c64a62.css",
"static/js/main.ad262d4b.js"
]
}
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<link rel="manifest" href="manifest.json" />
<title>AllProxy</title>
<script>var exports = { __esModule: !0 }</script>
<script defer="defer" src="static/js/main.1d798e8c.js"></script>
<link href="static/css/main.e8b3c1bc.css" rel="stylesheet">
<script defer="defer" src="static/js/main.ad262d4b.js"></script>
<link href="static/css/main.29c64a62.css" rel="stylesheet">
</head>

<body><noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
13 changes: 13 additions & 0 deletions docs/static/css/main.29c64a62.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/static/css/main.29c64a62.css.map

Large diffs are not rendered by default.

13 changes: 0 additions & 13 deletions docs/static/css/main.e8b3c1bc.css

This file was deleted.

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

This file was deleted.

2 changes: 2 additions & 0 deletions docs/static/js/453.f9af8ee5.chunk.js

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

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions docs/static/js/787.44e022fc.chunk.js

This file was deleted.

3 changes: 0 additions & 3 deletions docs/static/js/main.1d798e8c.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/static/js/main.1d798e8c.js.map

This file was deleted.

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

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ JSZip uses the library pako released under the MIT license :
https://github.com/nodeca/pako/blob/main/LICENSE
*/

/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */

/**
* @license
* Lodash <https://lodash.com/>
Expand All @@ -27,6 +25,16 @@ https://github.com/nodeca/pako/blob/main/LICENSE
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
*/

/**
* @license React
* react-is.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.
*/

/**
* A better abstraction over CSS.
*
Expand Down
1 change: 1 addition & 0 deletions docs/static/js/main.ad262d4b.js.map

Large diffs are not rendered by default.

0 comments on commit b257c5c

Please sign in to comment.