pi-web-ui 0.44.1 → 0.44.2
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/LICENSE +21 -21
- package/README.md +388 -388
- package/README.zh-CN.md +359 -359
- package/bin/pi-web-ui.mjs +1818 -1818
- package/deploy/com.xingshuyin.pi-web-ui.plist +48 -48
- package/deploy/nginx-subpath.conf +88 -88
- package/deploy/pi-web-ui-task.xml +71 -71
- package/deploy/pi-web-ui.service +31 -31
- package/dist/server/agent-service.js +8 -8
- package/dist/server/attachments.js +3 -3
- package/dist/server/terminals.js +5 -5
- package/extensions/webui.ts +192 -192
- package/package.json +1 -1
- package/web/dist/assets/{TerminalPanel-D29yC6uX.js → TerminalPanel-BuG4RDBE.js} +1 -1
- package/web/dist/assets/{index-DcIUI-e4.js → index-B0NAJgJX.js} +14 -14
- package/web/dist/favicon.svg +8 -8
- package/web/dist/index.html +14 -14
- package/web/public/favicon.svg +8 -8
package/web/dist/favicon.svg
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
|
2
|
-
<!-- pi symbol favicon: violet rounded square + white π (drawn as paths,
|
|
3
|
-
no font dependency) -->
|
|
4
|
-
<rect width="64" height="64" rx="14" fill="#8b5cf6"/>
|
|
5
|
-
<rect x="14" y="17" width="36" height="6.5" rx="3.25" fill="#ffffff"/>
|
|
6
|
-
<rect x="17.5" y="23.5" width="6.5" height="25" rx="3.25" fill="#ffffff"/>
|
|
7
|
-
<rect x="40" y="23.5" width="6.5" height="25" rx="3.25" fill="#ffffff"/>
|
|
8
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
|
2
|
+
<!-- pi symbol favicon: violet rounded square + white π (drawn as paths,
|
|
3
|
+
no font dependency) -->
|
|
4
|
+
<rect width="64" height="64" rx="14" fill="#8b5cf6"/>
|
|
5
|
+
<rect x="14" y="17" width="36" height="6.5" rx="3.25" fill="#ffffff"/>
|
|
6
|
+
<rect x="17.5" y="23.5" width="6.5" height="25" rx="3.25" fill="#ffffff"/>
|
|
7
|
+
<rect x="40" y="23.5" width="6.5" height="25" rx="3.25" fill="#ffffff"/>
|
|
8
|
+
</svg>
|
package/web/dist/index.html
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
<!doctype html>
|
|
2
|
-
<html lang="zh-CN">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="UTF-8" />
|
|
5
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
|
-
<meta name="color-scheme" content="dark" />
|
|
7
|
-
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
|
8
|
-
<title>pi-web-ui — pi 编码智能体</title>
|
|
9
|
-
<script type="module" crossorigin src="/assets/index-
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<html lang="zh-CN">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8" />
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
|
+
<meta name="color-scheme" content="dark" />
|
|
7
|
+
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
|
8
|
+
<title>pi-web-ui — pi 编码智能体</title>
|
|
9
|
+
<script type="module" crossorigin src="/assets/index-B0NAJgJX.js"></script>
|
|
10
10
|
<link rel="modulepreload" crossorigin href="/assets/markdown-DRBrS2Nf.js">
|
|
11
11
|
<link rel="modulepreload" crossorigin href="/assets/react-C9ovnpIm.js">
|
|
12
12
|
<link rel="stylesheet" crossorigin href="/assets/index-BByVm30o.css">
|
|
13
|
-
</head>
|
|
14
|
-
<body>
|
|
15
|
-
<div id="root"></div>
|
|
16
|
-
</body>
|
|
17
|
-
</html>
|
|
13
|
+
</head>
|
|
14
|
+
<body>
|
|
15
|
+
<div id="root"></div>
|
|
16
|
+
</body>
|
|
17
|
+
</html>
|
package/web/public/favicon.svg
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
|
2
|
-
<!-- pi symbol favicon: violet rounded square + white π (drawn as paths,
|
|
3
|
-
no font dependency) -->
|
|
4
|
-
<rect width="64" height="64" rx="14" fill="#8b5cf6"/>
|
|
5
|
-
<rect x="14" y="17" width="36" height="6.5" rx="3.25" fill="#ffffff"/>
|
|
6
|
-
<rect x="17.5" y="23.5" width="6.5" height="25" rx="3.25" fill="#ffffff"/>
|
|
7
|
-
<rect x="40" y="23.5" width="6.5" height="25" rx="3.25" fill="#ffffff"/>
|
|
8
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
|
2
|
+
<!-- pi symbol favicon: violet rounded square + white π (drawn as paths,
|
|
3
|
+
no font dependency) -->
|
|
4
|
+
<rect width="64" height="64" rx="14" fill="#8b5cf6"/>
|
|
5
|
+
<rect x="14" y="17" width="36" height="6.5" rx="3.25" fill="#ffffff"/>
|
|
6
|
+
<rect x="17.5" y="23.5" width="6.5" height="25" rx="3.25" fill="#ffffff"/>
|
|
7
|
+
<rect x="40" y="23.5" width="6.5" height="25" rx="3.25" fill="#ffffff"/>
|
|
8
|
+
</svg>
|