pac-proxy-cli 1.1.11 → 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 +0 -0
- package/dist/index.html +2 -0
- package/package.json +2 -2
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.
|
|
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",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
},
|
|
22
22
|
"optionalDependencies": {
|
|
23
23
|
"pac-proxy-sslocal-win32-x64": "1.24.1",
|
|
24
|
-
"pac-proxy-sslocal-darwin-x64": "1.24.
|
|
24
|
+
"pac-proxy-sslocal-darwin-x64": "1.24.1",
|
|
25
25
|
"pac-proxy-sslocal-darwin-arm64": "1.24.0",
|
|
26
26
|
"pac-proxy-sslocal-linux-x64": "1.24.0",
|
|
27
27
|
"pac-proxy-sslocal-linux-arm64": "1.24.0"
|