pac-proxy-cli 1.1.12 → 1.1.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/favicon.png CHANGED
Binary file
package/dist/index.html CHANGED
@@ -3,6 +3,8 @@
3
3
  <head>
4
4
  <meta charset="UTF-8" />
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
+ <link rel="icon" type="image/png" href="/favicon.png" />
7
+ <link rel="apple-touch-icon" href="/favicon.png" />
6
8
  <title>PAC 代理控制台</title>
7
9
  <script type="module" crossorigin src="/assets/index-CmIDvBkA.js"></script>
8
10
  <link rel="stylesheet" crossorigin href="/assets/index-QepWtMiX.css">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pac-proxy-cli",
3
- "version": "1.1.12",
3
+ "version": "1.1.13",
4
4
  "description": "node pac proxy and web control panel",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",